[arch-commits] Commit in systemd/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Jun 7 12:36:01 UTC 2015


    Date: Sunday, June 7, 2015 @ 14:36:01
  Author: bpiotrowski
Revision: 240404

upgpkg: systemd 220-5

Cherry-pick fix[1] for ProtectSystem being overprotective.

[1] https://github.com/systemd/systemd/commit/d38e01dc96c5

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-07 11:43:34 UTC (rev 240403)
+++ PKGBUILD	2015-06-07 12:36:01 UTC (rev 240404)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=220
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -42,6 +42,10 @@
   # https://github.com/systemd/systemd/commit/54f0b4d9a3e3
   git cherry-pick -n 54f0b4d9a3e3
 
+  # core/namespace: Protect /usr instead of /home with ProtectSystem=yes
+  # https://github.com/systemd/systemd/commit/d38e01dc96c5
+  git cherry-pick -n d38e01dc96c5
+
   ./autogen.sh
 }
 



More information about the arch-commits mailing list