Remove ControlGroup setting from the service file

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-11-16 23:45:14 -05:00
parent 09ac7b89ed
commit 86e70d4f27

View File

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