[arch-commits] Commit in rtkit/trunk (PKGBUILD systemd205.patch)
Jan Steffens
heftig at nymeria.archlinux.org
Thu Jul 25 08:31:14 UTC 2013
Date: Thursday, July 25, 2013 @ 10:31:14
Author: heftig
Revision: 191379
Remove line that causes warning. Drop unneeded PrivateTmp
Added:
rtkit/trunk/systemd205.patch
Modified:
rtkit/trunk/PKGBUILD
------------------+
PKGBUILD | 8 +++++---
systemd205.patch | 16 ++++++++++++++++
2 files changed, 21 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-25 08:04:01 UTC (rev 191378)
+++ PKGBUILD 2013-07-25 08:31:14 UTC (rev 191379)
@@ -4,7 +4,7 @@
pkgname=rtkit
pkgver=0.11
-pkgrel=2
+pkgrel=3
pkgdesc="Realtime Policy and Watchdog Daemon"
arch=(i686 x86_64)
url="http://git.0pointer.de/?p=rtkit.git"
@@ -12,13 +12,15 @@
depends=(dbus polkit systemd)
install=rtkit.install
source=(http://0pointer.de/public/$pkgname-$pkgver.tar.xz
- libsystemd.patch)
+ libsystemd.patch systemd205.patch)
md5sums=('a96c33b9827de66033d2311f82d79a5d'
- '35089c0a284005f4abcf45168415857e')
+ '35089c0a284005f4abcf45168415857e'
+ '95195a70551057aca833da6bdbf2e35b')
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i ../libsystemd.patch
+ patch -Np1 -i ../systemd205.patch
autoreconf -fi
}
Added: systemd205.patch
===================================================================
--- systemd205.patch (rev 0)
+++ systemd205.patch 2013-07-25 08:31:14 UTC (rev 191379)
@@ -0,0 +1,16 @@
+diff -u -r rtkit-0.11/rtkit-daemon.service.in rtkit-0.11-sd205/rtkit-daemon.service.in
+--- rtkit-0.11/rtkit-daemon.service.in 2012-05-15 15:25:40.000000000 +0200
++++ rtkit-0.11-sd205/rtkit-daemon.service.in 2013-07-25 10:27:37.790884664 +0200
+@@ -24,12 +24,7 @@
+ BusName=org.freedesktop.RealtimeKit1
+ NotifyAccess=main
+ CapabilityBoundingSet=CAP_SYS_NICE CAP_DAC_READ_SEARCH CAP_SYS_PTRACE CAP_SYS_CHROOT CAP_SETGID CAP_SETUID
+-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
More information about the arch-commits
mailing list