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

Christian Hesse eworm at gemini.archlinux.org
Tue May 24 19:15:20 UTC 2022


    Date: Tuesday, May 24, 2022 @ 19:15:20
  Author: eworm
Revision: 446484

upgpkg: systemd 251-2: cherry-pick upstream fixes

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-24 19:07:35 UTC (rev 446483)
+++ PKGBUILD	2022-05-24 19:15:20 UTC (rev 446484)
@@ -5,7 +5,7 @@
 _tag='e93cff8c9c8ceaee8d19cf2599b84a7683ce4ecd' # git rev-parse v${_tag_name}
 _tag_name=251
 pkgver="${_tag_name/-/}"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -61,6 +61,11 @@
             '825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # bootctl: Make sure bootctl install returns 0 on success
+  'eb76587f33a08c91f025d4c7fa685c44f7b2d332'
+
+  # Revert "core/device: ignore DEVICE_FOUND_UDEV bit on switching root"
+  '011161de615c125e91a27d10decf4b5a3c5fbb99'
 )
 
 _reverts=(



More information about the arch-commits mailing list