public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Karel Klic <kklic@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: Do not force service startup in %posttrans, as it breaks live media creation (rhbz#704415)
Date: Mon, 03 Aug 2026 10:22:07 GMT [thread overview]
Message-ID: <178575252765.1.18071777969922275203.rpms-abrt-2ab5b1900ea8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : 2ab5b1900ea85c8966b480115e41aee42636ce1d
Author : Karel Klic <kklic@redhat.com>
Date : 2011-05-13T18:42:30+02:00
Stats : +8/-34 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/2ab5b1900ea85c8966b480115e41aee42636ce1d?branch=update-2.17.8
Log:
Do not force service startup in %posttrans, as it breaks live media creation (rhbz#704415)
---
diff --git a/abrt.spec b/abrt.spec
index d3413e1..296fe76 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -10,7 +10,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.0.2
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/abrt/
@@ -418,43 +418,13 @@ if [ $1 -eq 0 ] ; then
fi
%posttrans
-if [ "$1" -eq "0" ]; then
- service abrtd condrestart >/dev/null 2>&1 || :
-fi
-#systemd
-%if %{?with_systemd}
-if [ "$1" -eq "0" ]; then
- /bin/systemctl try-restart abrtd.service >/dev/null 2>&1 || :
-fi
-%endif
+service abrtd condrestart >/dev/null 2>&1 || :
%posttrans addon-ccpp
-if [ "$1" -eq "0" ]; then
- #service abrt-ccpp condrestart >/dev/null 2>&1 || :
- # this is a tmp hack to set-up the ccpp hook when updating
- # from 1.x to 2.x without restarting
- service abrt-ccpp restart >/dev/null 2>&1 || :
-fi
-
-#systemd
-%if %{?with_systemd}
-if [ "$1" -eq "0" ]; then
- /bin/systemctl try-restart abrt-ccpp.service >/dev/null 2>&1 || :
-fi
-%endif
+service abrt-ccpp condrestart >/dev/null 2>&1 || :
%posttrans addon-kerneloops
-if [ "$1" -eq "0" ]; then
- # this is a tmp hack to set-up the ccpp hook when updating
- # from 1.x to 2.x without restarting
- service abrt-oops restart >/dev/null 2>&1 || :
-fi
-#systemd
-%if %{?with_systemd}
-if [ "$1" -eq "0" ]; then
- /bin/systemctl try-restart abrt-oops.service >/dev/null 2>&1 || :
-fi
-%endif
+service abrt-oops condrestart >/dev/null 2>&1 || :
%posttrans gui
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@@ -647,6 +617,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_infodir}/abrt-retrace-server*
%changelog
+* Fri May 13 2011 Karel Klíč <kklic@redhat.com> - 2.0.2-5
+- Do not force service startup in %%posttrans, as it breaks live media
+ creation (rhbz#704415)
+
* Sun May 08 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-4
- fixed prgname, fixes problem where Gnome3 shows lowres icons instead
nice highres ones
reply other threads:[~2026-08-03 10:22 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=178575252765.1.18071777969922275203.rpms-abrt-2ab5b1900ea8@fedoraproject.org \
--to=kklic@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