public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dbus] rawhide: Convert conditionals to bcond syntax
@ 2026-06-16 17:28 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-16 17:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/dbus
Branch : rawhide
Commit : 624c0f690091311e56c99fa38d426d161bcd650f
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-06-11T17:22:12-04:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dbus/c/624c0f690091311e56c99fa38d426d161bcd650f?branch=rawhide
Log:
Convert conditionals to bcond syntax
---
diff --git a/dbus.spec b/dbus.spec
index 21347b8..7553e47 100644
--- a/dbus.spec
+++ b/dbus.spec
@@ -10,11 +10,11 @@
%global generic_release_version 30-0.1
# Allow extra dependencies required for some tests to be disabled.
-%bcond_without tests
+%bcond tests 1
# Disabled in June 2014: http://lists.freedesktop.org/archives/dbus/2014-June/016223.html
-%bcond_with check
+%bcond check 0
# Allow cmake support to be disabled. #1497257
-%bcond_without cmake
+%bcond cmake 1
Name: dbus
Epoch: 1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-16 17:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 17:28 [rpms/dbus] rawhide: Convert conditionals to bcond syntax Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox