[rtkit] Remove ControlGroup setting from the service file

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Sun Nov 17 05:22:08 UTC 2013


commit 86e70d4f27e88148bdc2f2e7f1953552ebde296f
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Sat Nov 16 23:45:14 2013 -0500

    Remove ControlGroup setting from the service file

 rtkit.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/rtkit.spec b/rtkit.spec
index b6e2df8..48cd62c 100644
--- a/rtkit.spec
+++ b/rtkit.spec
@@ -18,6 +18,7 @@ BuildRequires:    autoconf automake libtool
 Source0:          http://0pointer.de/public/%{name}-%{version}.tar.xz
 Patch1:           rtkit-mq_getattr.patch
 Patch2:           0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
+Patch3:           rtkit-controlgroup.patch
 
 %description
 RealtimeKit is a D-Bus system service that changes the
@@ -30,6 +31,7 @@ processes.
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -fvi
@@ -80,6 +82,8 @@ dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesk
 %changelog
 * Sat Nov 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 0.11-8
 - Use a simpler patch for -lrt.
+- Remove ControlGroup setting from the service file
+  Resolves: #1010534
 
 * Mon Sep 23 2013 Colin Walters <walters at verbum.org> - 0.11-7
 - CVE-2013-4326


More information about the scm-commits mailing list