public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Simple spec fixes
@ 2026-07-20 20:37 Ankur Sinha
  0 siblings, 0 replies; only message in thread
From: Ankur Sinha @ 2026-07-20 20:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : 8520b9dff782a7f69fa2d87ffa16376037756697
Author : Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>
Date   : 2013-07-14T23:54:56+10:00
Stats  : +10/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/8520b9dff782a7f69fa2d87ffa16376037756697?branch=epel10

Log:
Simple spec fixes

---
diff --git a/transmission.spec b/transmission.spec
index 467a3af..cda7c2c 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
 
 Name:           transmission
 Version:        2.80
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -21,6 +21,7 @@ BuildRequires:  libevent-devel >= 2.0.10
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext intltool
 BuildRequires:  qt4-devel
+BuildRequires:  systemd-devel
 Requires: transmission-cli
 Requires: transmission-gtk
 
@@ -52,10 +53,10 @@ Summary:       Transmission daemon
 Group:         Applications/Internet
 Requires:      transmission-common
 Requires(pre): shadow-utils
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
-BuildRequires: systemd-units
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
+BuildRequires: systemd
 Provides:      transmission = %{version}-%{release}
 %description daemon
 Transmission BitTorrent client daemon.
@@ -191,6 +192,10 @@ fi
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Sun Jul 14 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 2.80-2
+- systemd-units -> systemd. rhbz:981647
+- Add systemd-devel as BR. rhbz:984220
+
 * Thu Jun 27 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 2.80-1
 - upstream release 2.80
 - use upstream systemd service file

^ 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: Simple spec fixes Ankur Sinha

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