From 5c840a72b50cdba5280a3afc1ad6363da9ad8188 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Sun, 16 Jul 2023 16:12:46 -0700 Subject: [PATCH] Convert existing bcond_with[out] to plain bcond --- systemd.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/systemd.spec b/systemd.spec index 6fc338e..e7e279d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -24,13 +24,13 @@ # Bootstrap may be needed to break circular dependencies with cryptsetup, # e.g. when re-building cryptsetup on a json-c SONAME-bump. -%bcond_with bootstrap -%bcond_without tests -%bcond_without lto +%bcond bootstrap 0 +%bcond tests 1 +%bcond lto 1 # Support for quick builds with rpmbuild --build-in-place. # See README.build-in-place. -%bcond_with inplace +%bcond inplace 0 Name: systemd Url: https://systemd.io