Skip to content

Commit 7e2f206

Browse files
authored
Merge pull request #5577 from henrywang/fix-ostree-ext
Fix "ostree-container: symlinkat: File exists" on cs9 copr build
2 parents ffeb12c + a0d2227 commit 7e2f206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/rpm-ostree.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ BuildRequires: rust
3434

3535
# Don't add the ostree-container binaries; this version
3636
# conditional needs to be kept in sync with the bootc one.
37-
%if 0%{?rhel} >= 10 || 0%{?fedora} > 41
37+
%if 0%{?rhel} >= 9 || 0%{?fedora} > 41
3838
%bcond_with ostree_ext
3939
%else
4040
%bcond_without ostree_ext

0 commit comments

Comments
 (0)