New upstream release
This commit is contained in:
parent
cc8ec4c714
commit
25a6cf5301
@ -1 +1 @@
|
||||
rtkit-0.8.tar.gz
|
||||
rtkit-0.9.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: rtkit
|
||||
Version: 0.8
|
||||
Version: 0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Realtime Policy and Watchdog Daemon
|
||||
Group: System Environment/Base
|
||||
@ -55,11 +55,11 @@ 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 rtkit-daemon.service >/dev/null 2>&1 || :
|
||||
/usr/bin/systemd-install enable --realize=minimal rtkit-daemon.service >/dev/null 2>&1 || :
|
||||
|
||||
%preun
|
||||
if [ "$1" -eq 0 ]; then
|
||||
/usr/bin/systemd-install disable rtkit-daemon.service >/dev/null 2>&1 || :
|
||||
/usr/bin/systemd-install disable --realize rtkit-daemon.service >/dev/null 2>&1 || :
|
||||
fi
|
||||
|
||||
%files
|
||||
@ -75,6 +75,9 @@ fi
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 0.9-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> - 0.8-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user