From 666c99acf354f1c46bc082499c3135a02c46d3a4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 3 Jan 2025 10:06:28 -0500 Subject: [PATCH] Reapply "Flip bcond for ostree_ext off" This reverts commit 5754e0e8b371fdab61e75fc8f8d4dfe08f407620. Related: #RHEL-72585 --- rpm-ostree.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 42888b2..5c628d4 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -33,7 +33,7 @@ BuildRequires: rust # Embedded unit tests %bcond_with bin_unit_tests # Don't add the ostree-container binaries -%bcond_without ostree_ext +%bcond_with ostree_ext # This is copied from the libdnf spec %if 0%{?rhel} && ! 0%{?centos}