public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/dbus] rawhide: Convert conditionals to bcond syntax
Date: Tue, 16 Jun 2026 17:28:25 GMT	[thread overview]
Message-ID: <178163090524.1.16420978125736393661.rpms-dbus-624c0f690091@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-16 17:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178163090524.1.16420978125736393661.rpms-dbus-624c0f690091@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox