[fedmsg-notify/f22] No need to autostart this service (bug #1200752).

Luke Macken lmacken at fedoraproject.org
Thu Mar 12 21:16:04 UTC 2015


commit 154dccea14eaedadd09569c69183ea65aa8ce9aa
Author: Tim Waugh <twaugh at redhat.com>
Date:   Thu Mar 12 08:53:33 2015 +0000

    No need to autostart this service (bug #1200752).
    
    D-Bus activation will do it as needed.
    
    Resolves: rhbz#1200752

 fedmsg-notify.spec | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/fedmsg-notify.spec b/fedmsg-notify.spec
index 828be5a..e530a09 100644
--- a/fedmsg-notify.spec
+++ b/fedmsg-notify.spec
@@ -6,7 +6,7 @@
 
 Name:           fedmsg-notify
 Version:        0.5.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fedmsg Desktop Notifications
 
 License:        GPLv3+
@@ -62,11 +62,6 @@ desktop-file-install \
     --dir=%{buildroot}%{_datadir}/applications \
     conf/%{name}-daemon.desktop
 
-# Autostart the daemon
-mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart
-cp -a %{buildroot}%{_datadir}/applications/%{name}-daemon.desktop \
-    %{buildroot}%{_sysconfdir}/xdg/autostart/
-
 # GSettings schema
 mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas
 install -m 0644 conf/%{busname}.gschema.xml %{buildroot}%{_datadir}/glib-2.0/schemas
@@ -89,12 +84,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/dbus-1/services/%{busname}.service
 %{_datadir}/applications/%{name}-config.desktop
 %{_datadir}/applications/%{name}-daemon.desktop
-%{_sysconfdir}/xdg/autostart/%{name}-daemon.desktop
 %{_sysconfdir}/dbus-1/system.d/%{busname}.conf
 %{_datadir}/glib-2.0/schemas/%{busname}.gschema.xml
 
 
 %changelog
+* Thu Mar 12 2015 Tim Waugh <twaugh at redhat.com> - 0.5.5-2
+- No need to autostart this service as D-Bus activation will do it as
+  needed (bug #1200752).
+
 * Wed Dec 17 2014 Luke Macken <lmacken at redhat.com> - 0.5.5-1
 - Latest upstream release
 


More information about the scm-commits mailing list