Convert existing bcond_with[out] to plain bcond

(cherry picked from commit 5c840a72b5)

[skip changelog]
This commit is contained in:
Stewart Smith 2023-07-16 16:12:46 -07:00 committed by Zbigniew Jędrzejewski-Szmek
parent c000d72768
commit 266fe575b1
1 changed files with 4 additions and 4 deletions

View File

@ -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