From 7a07148abe2b0b5b685603317d3612eecd52785a Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 13 Apr 2017 09:02:02 -0500 Subject: [PATCH] Change service type. --- transmission.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/transmission.spec b/transmission.spec index 0a5a778..37db633 100644 --- a/transmission.spec +++ b/transmission.spec @@ -2,7 +2,7 @@ Name: transmission Version: 2.92 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A lightweight GTK+ BitTorrent client Group: Applications/Internet @@ -101,6 +101,9 @@ mv AUTHORS.new AUTHORS iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new mv NEWS.new NEWS +# Correct unit file service type +sed -i s/notify/simple/g daemon/transmission-daemon.service + %build CXXFLAGS="%{optflags} -fPIC" @@ -250,6 +253,9 @@ fi %doc %{_mandir}/man1/transmission-qt.* %changelog +* Thu Apr 13 2017 Gwyn Ciesla - 2.92-5 +- Correct unit file service type, BZ 1442085. + * Tue Apr 11 2017 Gwyn Ciesla - 2.92-4 - Fix FTBFS.