[SCM] rtkit/master: Drop removed ControlGroup stanza

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Nov 14 02:51:53 UTC 2014


The following commit has been merged in the master branch:
commit 21f2c6be6985c777cbf113c67043353406744050
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Nov 13 23:49:49 2014 -0300

    Drop removed ControlGroup stanza
    
     Systemd >= 205 do not have this directive anymore.
     This is not a problem for us because the debian kernel does not have
     CONFIG_RT_GROUP_SCHED enabled, so rt budgets are not per-cgroup
    
    Closes: #747568

diff --git a/debian/patches/0002-Drop-Removed-ControlGroup-stanza.patch b/debian/patches/0002-Drop-Removed-ControlGroup-stanza.patch
new file mode 100644
index 0000000..763953b
--- /dev/null
+++ b/debian/patches/0002-Drop-Removed-ControlGroup-stanza.patch
@@ -0,0 +1,17 @@
+Description: Drop removed ControlGroup stanza
+ Systemd >= 205 do not have this directive anymore.
+ This is not a problem for us because the debian kernel does not have
+ CONFIG_RT_GROUP_SCHED enabled, so rt budgets are not per-cgroup
+Bug-Debian: 747568
+--- a/rtkit-daemon.service.in
++++ b/rtkit-daemon.service.in
+@@ -27,9 +27,5 @@ CapabilityBoundingSet=CAP_SYS_NICE CAP_D
+ PrivateTmp=yes
+ 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:/
+-
+ [Install]
+ WantedBy=graphical.target
diff --git a/debian/patches/series b/debian/patches/series
index cf9a390..1558bca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
+0002-Drop-Removed-ControlGroup-stanza.patch

-- 
rtkit packaging



More information about the pkg-multimedia-commits mailing list