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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 12 09:59:23 UTC 2021


    Date: Monday, July 12, 2021 @ 09:59:21
  Author: eworm
Revision: 419624

upgpkg: systemd 249-3: re-add the daemon-reexec...

... which was accidentally removed with a cleanup.

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-----------------+
 PKGBUILD        |    2 +-
 systemd.install |    4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-12 05:24:52 UTC (rev 419623)
+++ PKGBUILD	2021-07-12 09:59:21 UTC (rev 419624)
@@ -7,7 +7,7 @@
 _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'

Modified: systemd.install
===================================================================
--- systemd.install	2021-07-12 05:24:52 UTC (rev 419623)
+++ systemd.install	2021-07-12 09:59:21 UTC (rev 419624)
@@ -47,6 +47,10 @@
 post_upgrade() {
   post_common "$@"
 
+  if sd_booted; then
+    systemctl --system daemon-reexec
+  fi
+
   local v upgrades=(
     242.0-2
   )




More information about the arch-commits mailing list