Flip bcond for ostree_ext off

This will switch the implementation into bootc. Most
likely fallout is in Anaconda.

Resolves: #RHEL-72585

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2024-12-10 08:10:33 -05:00
parent 503e6398d1
commit 52c3d487e5

View File

@ -33,7 +33,7 @@ BuildRequires: rust
# Embedded unit tests # Embedded unit tests
%bcond_with bin_unit_tests %bcond_with bin_unit_tests
# Don't add the ostree-container binaries # Don't add the ostree-container binaries
%bcond_without ostree_ext %bcond_with ostree_ext
# This is copied from the libdnf spec # This is copied from the libdnf spec
%if 0%{?rhel} && ! 0%{?centos} %if 0%{?rhel} && ! 0%{?centos}