public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jiri <moskovcak@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: build fixes
Date: Mon, 03 Aug 2026 10:22:18 GMT	[thread overview]
Message-ID: <178575253824.1.4689617638131085341.rpms-abrt-345a47681eb0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
Commit : 345a47681eb0c58d6bf49cdd38a0db58f1e484be
Author : Jiri <moskovcak@gmail.com>
Date   : 2012-01-03T13:11:59+01:00
Stats  : +14/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/345a47681eb0c58d6bf49cdd38a0db58f1e484be?branch=update-2.17.8

Log:
build fixes

---
diff --git a/abrt.spec b/abrt.spec
index 26ecac9..ead2932 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -7,6 +7,16 @@
     %bcond_with systemd
 %endif
 
+# systemd wasn't set by the code above - so we're on old Fedora or we're not on Fedora at all
+%if %{without systemd}
+    %if 0%{?rhel} >= 7
+        %bcond_without systemd
+    %else
+        %bcond_with systemd
+    %endif
+%endif
+
+
 %if 0%{?rhel} >= 6
 %define vendor redhat
 %else
@@ -16,7 +26,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.0.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -529,6 +539,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Jan 03 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-3
+- build fixes
+
 * Thu Dec 08 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-2
 - added man page
 - fixed weird number formatting

             reply	other threads:[~2026-08-03 10:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-03 10:22 Jiri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-03 10:21 [rpms/abrt] update-2.17.8: build fixes 

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=178575253824.1.4689617638131085341.rpms-abrt-345a47681eb0@fedoraproject.org \
    --to=moskovcak@gmail.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