From e6fc8932e5caf47ff20f5f13a0548219d3445142 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 12 Jul 2021 18:21:56 +0000 Subject: [PATCH] core/systemd to 249-3 --- core/systemd/PKGBUILD | 2 +- core/systemd/systemd.install | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index 30cad55f8..fecc1c0b9 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -13,7 +13,7 @@ pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat') _tag='b134c9cc4b02eddca2ea098324369018123fdf15' # git rev-parse v${_tag_name} _tag_name=249 pkgver="${_tag_name/-/}" -pkgrel=2 +pkgrel=3 arch=('x86_64') url='https://www.github.com/systemd/systemd' makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' diff --git a/core/systemd/systemd.install b/core/systemd/systemd.install index bbc7efd83..cece9d2de 100644 --- a/core/systemd/systemd.install +++ b/core/systemd/systemd.install @@ -47,6 +47,10 @@ post_install() { post_upgrade() { post_common "$@" + if sd_booted; then + systemctl --system daemon-reexec + fi + local v upgrades=( 242.0-2 )