public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/systemd] rawhide: Enable report-standalone for upstream builds
Date: Tue, 07 Jul 2026 11:59:33 GMT	[thread overview]
Message-ID: <178342557351.1.2406584195608203783.rpms-systemd-d69c17b16511@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/systemd
            Branch : rawhide
            Commit : d69c17b1651129162d58e8920398940581c5df10
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
            Date   : 2026-07-07T13:49:37+02:00
            Stats  : +4/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/systemd/c/d69c17b1651129162d58e8920398940581c5df10?branch=rawhide

            Log:
            Enable report-standalone for upstream builds

(The definition of the conditional needed to be moved below
Version to work.)

[skip changelog]

---
diff --git a/systemd.spec b/systemd.spec
index 146dbd2..0df274c 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -31,9 +31,6 @@
 # Build with OBS-specific quirks
 %bcond obs       0
 
-# Temporary macro to enable systemd-report.standalone
-%bcond report_standalone 0
-
 # When bootstrap, libcryptsetup is disabled
 # but auto-features causes many options to be turned on
 # that depend on libcryptsetup (e.g. libcryptsetup-plugins, homed)
@@ -87,6 +84,9 @@ Release:        %autorelease
 
 %global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
 
+# Temporary macro to enable systemd-report.standalone
+%bcond report_standalone %[ v"%{version}" >= v"262~devel" ]
+
 # For a breakdown of the licensing, see README
 License:        LGPL-2.1-or-later AND MIT AND GPL-2.0-or-later
 Summary:        System and Service Manager
@@ -816,6 +816,7 @@ main systemd package and is meant for use in exitrds.
        docs=%{?with_docs}%{!?with_docs:0}
        upstream=%{?with_upstream}%{!?with_upstream:0}
        obs=%{?with_obs}%{!?with_obs:0}
+       report_standalone=%{?with_report_standalone}%{!?with_report_standalone:0}
        fedora=%{?fedora}
        rhel=%{?rhel}
        _arch=%{_arch}

                 reply	other threads:[~2026-07-07 11:59 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=178342557351.1.2406584195608203783.rpms-systemd-d69c17b16511@fedoraproject.org \
    --to=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