public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rahul Sundaram <sundaram@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: fix use of systemd macros to apply to daemon subpackage only
Date: Mon, 20 Jul 2026 20:37:12 GMT [thread overview]
Message-ID: <178457983298.1.16371410394674054515.rpms-transmission-ebf452ad492e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : ebf452ad492ec7daab69673cf76e4717731bf4b8
Author : Rahul Sundaram <sundaram@fedoraproject.org>
Date : 2013-04-02T18:50:40-04:00
Stats : +7/-10 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/ebf452ad492ec7daab69673cf76e4717731bf4b8?branch=epel10
Log:
fix use of systemd macros to apply to daemon subpackage only
---
diff --git a/transmission.spec b/transmission.spec
index daf143e..3056036 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
Name: transmission
Version: 2.77
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -122,25 +122,19 @@ desktop-file-install \
%post common
touch --no-create %{_datadir}/icons/hicolor || :
-%post daemon
-if [ $1 -eq 1 ] ; then
- # Initial installation
- /bin/systemctl daemon-reload >/dev/null 2>&1 || :
-fi
-
%post gtk
update-desktop-database > /dev/null 2>&1 || :
%post qt
update-desktop-database > /dev/null 2>&1 || :
-%post
+%post daemon
%systemd_post transmission-daemon.service
-%preun
+%preun daemon
%systemd_preun transmission-daemon.service
-%postun
+%postun daemon
%systemd_postun_with_restart transmission-daemon.service
%postun gtk
@@ -189,6 +183,9 @@ update-desktop-database > /dev/null 2>&1 || :
%doc %{_mandir}/man1/transmission-qt.*
%changelog
+* Tue Apr 02 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 2.77-2
+- fix use of systemd macros to apply to daemon subpackage only
+
* Tue Feb 19 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 2.77-1
- upstream release 2.77
- https://trac.transmissionbt.com/wiki/Changes#version-2.77
reply other threads:[~2026-07-20 20:37 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=178457983298.1.16371410394674054515.rpms-transmission-ebf452ad492e@fedoraproject.org \
--to=sundaram@fedoraproject.org \
--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