New upstream release

This commit is contained in:
Lennart Poettering 2010-07-13 18:40:26 +00:00
parent cc8ec4c714
commit 25a6cf5301
3 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
rtkit-0.8.tar.gz
rtkit-0.9.tar.gz

View File

@ -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

View File

@ -1 +1 @@
5db8e9c266c695b64b7e5b0d26bd5685 rtkit-0.8.tar.gz
9d0b8893c5eb17cc58635bb867b23165 rtkit-0.9.tar.gz