Skip to content

Commit 443011e

Browse files
committed
spec: Provide ostree-ext on rhel9
This landed downstream in https://gitlab.com/redhat/centos-stream/rpms/bootc/-/commit/3d4f302c504e565f53a65ecbc7bdaa23c25c2316 but some CI flows build from this spec, so do the change here too. Signed-off-by: Colin Walters <[email protected]>
1 parent c05588c commit 443011e

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
@@ -1,5 +1,5 @@
11
%bcond_without check
2-
%if 0%{?rhel} >= 10 || 0%{?fedora} > 41
2+
%if 0%{?rhel} >= 9 || 0%{?fedora} > 41
33
%bcond_without ostree_ext
44
%else
55
%bcond_with ostree_ext

0 commit comments

Comments
 (0)