From 6aba93838a3e1562e3dd8480c60f13eee172d766 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 6 Mar 2018 19:24:06 +0000 Subject: systemd: update to 238.0 --- abs/core/systemd/PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/abs/core/systemd/PKGBUILD b/abs/core/systemd/PKGBUILD index f2c335c..93f942b 100644 --- a/abs/core/systemd/PKGBUILD +++ b/abs/core/systemd/PKGBUILD @@ -6,10 +6,10 @@ pkgbase=systemd pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat') # latest commit on stable branch -_commit='7909254c7a8ee09d91b8b21fd779320b3e2fe716' +_commit='738ab7502afb7663d9aacdd73e79025aa7cd0a9b' # Bump this to latest major release for signed tag verification, # the commit count is handled by pkgver() function. -pkgver=237.64 +pkgver=238.0 pkgrel=1 arch=('x86_64') url="https://www.github.com/systemd/systemd" @@ -19,7 +19,8 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git' 'meson' 'libseccomp' 'pcre2') options=('strip') -validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4') # Lennart Poettering +validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4' # Lennart Poettering + '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew Jędrzejewski-Szmek source=('git://github.com/systemd/systemd-stable.git' 'git://github.com/systemd/systemd.git' # pull in for tags, backports & reverts 'initcpio-hook-udev' @@ -203,7 +204,10 @@ package_systemd() { echo 'disable *' >"$pkgdir"/usr/lib/systemd/system-preset/99-default.preset # manpages shipped with systemd-sysvcompat - rm "$pkgdir"/usr/share/man/man8/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8 + rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 + + # executable (symlinks) shipped with systemd-sysvcompat + rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit} # runtime libraries shipped with libsystemd rm "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so* @@ -253,7 +257,7 @@ package_systemd-sysvcompat() { "$pkgdir"/usr/share/man/man8 install -dm755 "$pkgdir/usr/bin" - #for tool in runlevel reboot shutdown poweroff halt telinit; do + # for tool in runlevel reboot shutdown poweroff halt telinit; do for tool in runlevel telinit; do ln -s 'systemctl' "$pkgdir/usr/bin/$tool" done -- cgit v0.12