public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Remove unnecessary post/preun/postun requires on systemd
@ 2026-07-20 20:37 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-07-20 20:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : 029731ac23c0082fcf887d947b9f4e5400c97c36
Author : Kalev Lember <klember@redhat.com>
Date : 2023-07-14T21:37:02+02:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/029731ac23c0082fcf887d947b9f4e5400c97c36?branch=epel10
Log:
Remove unnecessary post/preun/postun requires on systemd
There is no need to have them as systemd and latest systemd rpm macros
correctly handle reloading depending on the transaction ordering (even
if systemd gets installed _after_ the package that installs the unit
file).
---
diff --git a/transmission.spec b/transmission.spec
index eff403a..a56b7e7 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
Name: transmission
Version: 4.0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A lightweight GTK+ BitTorrent client
# See COPYING. This licensing situation is... special.
License: MIT and GPL-2.0-only
@@ -62,9 +62,6 @@ Command line version of Transmission BitTorrent client.
Summary: Transmission daemon
Requires: transmission-common%{?_isa}
Requires(pre): shadow-utils
-Requires(post): systemd
-Requires(preun): systemd
-Requires(postun): systemd
BuildRequires: systemd
%description daemon
Transmission BitTorrent client daemon.
@@ -180,6 +177,9 @@ desktop-file-install \
%doc %{_mandir}/man1/transmission-qt.*
%changelog
+* Fri Jul 14 2023 Kalev Lember <klember@redhat.com> - 4.0.3-3
+- Remove unnecessary post/preun/postun requires on systemd
+
* Thu Jun 22 2023 Gwyn Ciesla <gwync@protonmail.com> - 4.0.3-2
- Set build type
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:37 [rpms/transmission] epel10: Remove unnecessary post/preun/postun requires on systemd Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox