From 25a6cf5301ba8724b47575c0793848df86eef1c9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Jul 2010 18:40:26 +0000 Subject: [PATCH] New upstream release --- .cvsignore | 2 +- rtkit.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2f39d25..ab6a3ab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rtkit-0.8.tar.gz +rtkit-0.9.tar.gz diff --git a/rtkit.spec b/rtkit.spec index 483ad30..1c2195a 100644 --- a/rtkit.spec +++ b/rtkit.spec @@ -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 - 0.9-1 +- New upstream release + * Tue Jun 29 2010 Lennart Poettering - 0.8-1 - New upstream release diff --git a/sources b/sources index 155df70..0540f8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5db8e9c266c695b64b7e5b0d26bd5685 rtkit-0.8.tar.gz +9d0b8893c5eb17cc58635bb867b23165 rtkit-0.9.tar.gz