[rtkit/f14/master] Remove left-over systemd-install

Lennart Poettering lennart at fedoraproject.org
Wed Aug 4 11:51:05 UTC 2010


commit eb84c921d537322f4e2d7e90af2e8036ebf20d48
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Aug 4 13:50:42 2010 +0200

    Remove left-over systemd-install

 rtkit.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rtkit.spec b/rtkit.spec
index 6cf7d50..2343a8b 100644
--- a/rtkit.spec
+++ b/rtkit.spec
@@ -1,6 +1,6 @@
 Name:          rtkit
 Version:       0.9
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Realtime Policy and Watchdog Daemon
 Group:         System Environment/Base
 # The daemon itself is GPLv3+, the reference implementation for the client BSD
@@ -55,7 +55,6 @@ getent passwd rtkit >/dev/null 2>&1 || useradd \
 
 %post
 dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
-/usr/bin/systemd-install enable --realize=minimal rtkit-daemon.service >/dev/null 2>&1 || :
 /bin/systemctl enable rtkit-daemon.service >/dev/null 2>&1 || :
 
 %preun
@@ -76,6 +75,9 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Wed Aug  4 2010 Lennart Poettering <lpoetter at redhat.com> - 0.9-3
+- Remove left-over systemd-install
+
 * Wed Aug  4 2010 Lennart Poettering <lpoetter at redhat.com> - 0.9-2
 - Convert systemd-install to systemctl
 


More information about the scm-commits mailing list