Skip to content

Commit

Permalink
Merge pull request #5082 from jmarrero/spec-update3
Browse files Browse the repository at this point in the history
packaging/rpm-ostree.spec: Update fuse conditional
  • Loading branch information
cgwalters authored Sep 6, 2024
2 parents 9fe53a1 + 0c20827 commit 1864a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm-ostree.spec
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Requires: bubblewrap
# However our code is just calling fuse's fusermount.
# We are updating our spec and code based on the discusion on:
# https://github.com/coreos/rpm-ostree/pull/5047
%if 0%{?rhel} && 0%{?el} <= 9
%if %{defined rhel} && 0%{?rhel} < 10
Requires: fuse
%else
Requires: fuse3
Expand Down

0 comments on commit 1864a6b

Please sign in to comment.