Skip to content

Commit e950142

Browse files
authored
Merge pull request #1037 from yselkowitz/patch-1
spec: fix build with rhsm
2 parents 455301e + a115560 commit e950142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/packaging/bootc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Provides: ostree-cli(ostree-container)
6767
%cargo_prep -v vendor
6868

6969
%build
70-
%if 0%{?rhel} == 10
70+
%if 0%{?fedora} || 0%{?rhel} >= 10
7171
%cargo_build %{?with_rhsm:-f rhsm}
7272
%else
7373
%cargo_build %{?with_rhsm:--features rhsm}

0 commit comments

Comments
 (0)