diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-09-06 11:31:53 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-09-06 11:31:53 -0500 |
commit | 7b0a0c394a5f92a34b226c4b5cc79c94d2c20417 (patch) | |
tree | 10a26d9b3cdbe7dcf7b85920d68b4c6422505f58 | |
parent | 74c91c423dfe3992b63870112738deada2ede854 (diff) | |
download | abslibre-7b0a0c394a5f92a34b226c4b5cc79c94d2c20417.tar.gz abslibre-7b0a0c394a5f92a34b226c4b5cc79c94d2c20417.tar.bz2 abslibre-7b0a0c394a5f92a34b226c4b5cc79c94d2c20417.zip |
systemd-234.11-8.parabola1: make libseccomp a make dependency
-rw-r--r-- | libre/systemd/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/systemd/systemd-sysusers.hook | 2 | ||||
-rw-r--r-- | libre/systemd/systemd-tmpfiles.hook | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index d860c72b2..f0d96a903 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -11,7 +11,7 @@ _commit='d52e2bb9c20216972754c054e8534bca28baab66' # Bump this to latest major release for signed tag verification, # the commit count is handled by pkgver() function. pkgver=234.11 -pkgrel=6 +pkgrel=8 pkgrel+=.parabola1 arch=('i686' 'x86_64') arch+=('armv7h') @@ -20,7 +20,7 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt' 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers' 'python-lxml' 'quota-tools' 'shadow' 'git' - 'meson') + 'meson' 'libseccomp') makedepends_i686=('gnu-efi-libs') makedepends_x86_64=('gnu-efi-libs') options=('strip') @@ -54,8 +54,8 @@ sha512sums=('SKIP' 'a50bc85061a9a16d776235099867bc1a17c17dddb74c1ecf5614c849735a9779c5e34e5ddca8ca6af4b59a40f57c08ecf219b98cab09476ddb0f110e6a35e45c' 'b90c99d768dc2a4f020ba854edf45ccf1b86a09d2f66e475de21fe589ff7e32c33ef4aa0876d7f1864491488fd7edb2682fc0d68e83a6d4890a0778dc2d6fe19' '2c1f765e7cefc50f07ad994634ea25d9396e6b9c0de46e58f18377e642a471517a0dbf5eb547070a38c6ecf84ec8e030f650a6cee010871cd7a466a32534adda' - '9d27d97f172a503f5b7044480a0b9ccc0c4ed5dbb2eb3b2b1aa929332c3bcfe38ef0c0310b6566f23b34f9c05b77035221164a7ab7677784c4a54664f12fca22' - '0f4efddd25256e09c42b953caeee4b93eb49ecc6eaebf02e616b4dcbfdac9860c3d8a3d1a106325b2ebc4dbc6e08ac46702abcb67a06737227ccb052aaa2a067' + '7d49a948f5d58f662a7d81544254528257ef8c0a08ca560834f09a7cdf566161d2df4d419ebbc2983196cd45c9eeefcd0c4c2c554376916dce42e895262afc30' + 'e521d92674597f82d589b83c378c50c92c881fdb84c436c8b26f7a3436a4c91a20585824a5563933f6868a3023b9ee2fdc7bd58e04bb47c25a0a36e296308fd3' '10190fba9f39a8f4b620a0829e0ba8ed63bb4dbeca712966011ee7807880d01ab2abff1a80baafeb6674db70526a473fe585db8190e864f318fc4d6068552618' 'e85c5564348253e1bc49d943f0456c38ebef0c50a5a7782ea6ebb1f45bd624a69430d79693fe1223b0adace9f07c167b84133a003a09a8b61ae48d1b70610277' '0ad718e9441798a4479600ffce364c2f0e582fd0ccf7762dde90f99755dee4569bcee8299ea2ccbf3a010966c8d48c59fcd0b1f93c9b8a479332c2c128fc2b2a' diff --git a/libre/systemd/systemd-sysusers.hook b/libre/systemd/systemd-sysusers.hook index b0888d7cf..6b8affa16 100644 --- a/libre/systemd/systemd-sysusers.hook +++ b/libre/systemd/systemd-sysusers.hook @@ -7,5 +7,5 @@ Target = usr/lib/sysusers.d/*.conf [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 diff --git a/libre/systemd/systemd-tmpfiles.hook b/libre/systemd/systemd-tmpfiles.hook index a2c5e3ef0..18cdd9180 100644 --- a/libre/systemd/systemd-tmpfiles.hook +++ b/libre/systemd/systemd-tmpfiles.hook @@ -7,5 +7,5 @@ Target = usr/lib/tmpfiles.d/*.conf [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 |