From 3d4f302c504e565f53a65ecbc7bdaa23c25c2316 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 2 Jun 2025 12:03:59 -0400 Subject: [PATCH] Take over `ostree container` Related: https://issues.redhat.com/browse/RHEL-72863 side-tag: c9s-build-side-4020-stack-gate --- bootc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootc.spec b/bootc.spec index 0ab08f1..cd3d692 100644 --- a/bootc.spec +++ b/bootc.spec @@ -1,5 +1,5 @@ %bcond_without check -%if 0%{?rhel} >= 10 || 0%{?fedora} > 41 +%if 0%{?rhel} >= 9 || 0%{?fedora} > 41 %bcond_without ostree_ext %else %bcond_with ostree_ext @@ -13,7 +13,7 @@ Name: bootc Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bootable container system # Apache-2.0