Hello community,

here is the log from the commit of package rtkit for openSUSE:Factory checked 
in at 2014-03-04 22:31:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtkit (Old)
 and      /work/SRC/openSUSE:Factory/.rtkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtkit/rtkit.changes      2013-09-29 
17:52:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rtkit.new/rtkit.changes 2014-03-04 
22:31:23.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 27 13:28:28 UTC 2014 - [email protected]
+
+- rtkit-no-cpu-controlgroup.patch: do not specify the cpu: ControlGroup,
+  unsupported by systemd currently. bnc#847948
+
+-------------------------------------------------------------------

New:
----
  rtkit-no-cpu-controlgroup.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rtkit.spec ++++++
--- /var/tmp/diff_new_pack.snf5H9/_old  2014-03-04 22:31:24.000000000 +0100
+++ /var/tmp/diff_new_pack.snf5H9/_new  2014-03-04 22:31:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rtkit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Patch0:         rtkit-use-system-sd-daemon.patch
 # PATCH-FIX-UPSTREAM rtkit-bnc836939.patch [email protected] -- use of insecure 
polkit DBUS API
 Patch1:         rtkit-bnc836939.patch
+Patch2:         rtkit-no-cpu-controlgroup.patch
 
 %description
 RealtimeKit is a D-Bus system service that changes the
@@ -53,6 +54,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv

++++++ rtkit-no-cpu-controlgroup.patch ++++++
Index: rtkit-0.11_git201205151338/rtkit-daemon.service.in
===================================================================
--- rtkit-0.11_git201205151338.orig/rtkit-daemon.service.in
+++ rtkit-0.11_git201205151338/rtkit-daemon.service.in
@@ -29,7 +29,8 @@ PrivateNetwork=yes
 
 # Work around the fact that the Linux currently doesn't assign any RT
 # budget to CPU control groups that have none configured explicitly
-ControlGroup=cpu:/
+# Not specified by systemd currently.
+# ControlGroup=cpu:/
 
 [Install]
 WantedBy=graphical.target
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to