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

Christian Hesse eworm at gemini.archlinux.org
Thu Nov 11 08:28:07 UTC 2021


    Date: Thursday, November 11, 2021 @ 08:28:07
  Author: eworm
Revision: 427879

upgpkg: systemd 249.6-2: revert bad commit (FS#72701)

https://github.com/systemd/systemd/issues/21297

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-11 03:07:01 UTC (rev 427878)
+++ PKGBUILD	2021-11-11 08:28:07 UTC (rev 427879)
@@ -7,7 +7,7 @@
 _tag='620928e8026166a00d31142f0b38ba8b8e498cc4' # git rev-parse v${_tag_name}
 _tag_name=249.6
 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'
@@ -67,6 +67,9 @@
 )
 
 _reverts=(
+  # scope: refuse activation of scopes if no PIDs to add are left
+  # https://github.com/systemd/systemd/issues/21297
+  '7ecb1b82d9b55a081d81b2802695fd21293ce029'
 )
 
 prepare() {



More information about the arch-commits mailing list