From 86e70d4f27e88148bdc2f2e7f1953552ebde296f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 16 Nov 2013 23:45:14 -0500 Subject: [PATCH] Remove ControlGroup setting from the service file --- rtkit.spec | 4 ++++ 1 file changed, 4 insertions(+) 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 - 0.11-8 - Use a simpler patch for -lrt. +- Remove ControlGroup setting from the service file + Resolves: #1010534 * Mon Sep 23 2013 Colin Walters - 0.11-7 - CVE-2013-4326