public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: Enable report-standalone for upstream builds
@ 2026-07-07 11:59 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-07 11:59 UTC (permalink / raw)
  To: git-commits

            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}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-07 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 11:59 [rpms/systemd] rawhide: Enable report-standalone for upstream builds 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox