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

Christian Hesse eworm at archlinux.org
Mon Dec 11 09:07:47 UTC 2017


    Date: Monday, December 11, 2017 @ 09:07:46
  Author: eworm
Revision: 312167

upgpkg: systemd 235.38-3

* rebuild against cryptsetup 2.0.0
* do not change permission for /var/log/journal, this fails with dynamic gids.
  Let systemd-sysusers handles this for us instead.

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-11 07:55:34 UTC (rev 312166)
+++ PKGBUILD	2017-12-11 09:07:46 UTC (rev 312167)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=235.38
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -187,10 +187,6 @@
   install -Dm644 "$srcdir/initcpio-install-udev" "$pkgdir/usr/lib/initcpio/install/udev"
   install -Dm644 "$srcdir/initcpio-hook-udev" "$pkgdir/usr/lib/initcpio/hooks/udev"
 
-  # ensure proper permissions for /var/log/journal. This is only to placate
-  chown root:systemd-journal "$pkgdir/var/log/journal"
-  chmod 2755 "$pkgdir/var/log/journal"
-
   # match directory owner/group and mode from extra/polkit
   chown root:102 "$pkgdir"/usr/share/polkit-1/rules.d
   chmod 0750     "$pkgdir"/usr/share/polkit-1/rules.d



More information about the arch-commits mailing list