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

Christian Hesse eworm at archlinux.org
Thu Aug 10 19:10:11 UTC 2017


    Date: Thursday, August 10, 2017 @ 19:10:10
  Author: eworm
Revision: 301855

upgpkg: systemd 234.11-7

systemd-{sysusers,tmpfiles}.hook: call systemd-{sysusers,tmpfiles} with
basename to search all directories as specified in sysusers.d(5) for a
matching file

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd-sysusers.hook
  systemd/trunk/systemd-tmpfiles.hook

-----------------------+
 PKGBUILD              |    6 +++---
 systemd-sysusers.hook |    2 +-
 systemd-tmpfiles.hook |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-10 19:04:42 UTC (rev 301854)
+++ PKGBUILD	2017-08-10 19:10:10 UTC (rev 301855)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=234.11
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -42,8 +42,8 @@
             '5a1d78b5170da5abe3d18fdf9f2c3a4d78f15ba7d1ee9ec2708c4c9c2e28973469bc19386f70b3cf32ffafbe4fcc4303e5ebbd6d5187a1df3314ae0965b25e75'
             'b90c99d768dc2a4f020ba854edf45ccf1b86a09d2f66e475de21fe589ff7e32c33ef4aa0876d7f1864491488fd7edb2682fc0d68e83a6d4890a0778dc2d6fe19'
             '2c1f765e7cefc50f07ad994634ea25d9396e6b9c0de46e58f18377e642a471517a0dbf5eb547070a38c6ecf84ec8e030f650a6cee010871cd7a466a32534adda'
-            '9d27d97f172a503f5b7044480a0b9ccc0c4ed5dbb2eb3b2b1aa929332c3bcfe38ef0c0310b6566f23b34f9c05b77035221164a7ab7677784c4a54664f12fca22'
-            '0f4efddd25256e09c42b953caeee4b93eb49ecc6eaebf02e616b4dcbfdac9860c3d8a3d1a106325b2ebc4dbc6e08ac46702abcb67a06737227ccb052aaa2a067'
+            '7d49a948f5d58f662a7d81544254528257ef8c0a08ca560834f09a7cdf566161d2df4d419ebbc2983196cd45c9eeefcd0c4c2c554376916dce42e895262afc30'
+            'e521d92674597f82d589b83c378c50c92c881fdb84c436c8b26f7a3436a4c91a20585824a5563933f6868a3023b9ee2fdc7bd58e04bb47c25a0a36e296308fd3'
             '10190fba9f39a8f4b620a0829e0ba8ed63bb4dbeca712966011ee7807880d01ab2abff1a80baafeb6674db70526a473fe585db8190e864f318fc4d6068552618')
 validpgpkeys=(
   '63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering

Modified: systemd-sysusers.hook
===================================================================
--- systemd-sysusers.hook	2017-08-10 19:04:42 UTC (rev 301854)
+++ systemd-sysusers.hook	2017-08-10 19:10:10 UTC (rev 301855)
@@ -7,5 +7,5 @@
 [Action]
 Description = Updating system user accounts...
 When = PostTransaction
-Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-sysusers "/$f" ; done'
+Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-sysusers "$(basename "$f")" ; done'
 NeedsTargets

Modified: systemd-tmpfiles.hook
===================================================================
--- systemd-tmpfiles.hook	2017-08-10 19:04:42 UTC (rev 301854)
+++ systemd-tmpfiles.hook	2017-08-10 19:10:10 UTC (rev 301855)
@@ -7,5 +7,5 @@
 [Action]
 Description = Creating temporary files...
 When = PostTransaction
-Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create "/$f"; done'
+Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create "$(basename "$f")"; done'
 NeedsTargets



More information about the arch-commits mailing list