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

Christian Hesse eworm at gemini.archlinux.org
Wed Dec 29 22:29:49 UTC 2021


    Date: Wednesday, December 29, 2021 @ 22:29:48
  Author: eworm
Revision: 433250

upgpkg: systemd 250-4: fix delay on tty

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-29 21:27:32 UTC (rev 433249)
+++ PKGBUILD	2021-12-29 22:29:48 UTC (rev 433250)
@@ -7,7 +7,7 @@
 _tag='9c8279cdd5d0bc256b8cc0ced2312e27e069a214' # git rev-parse v${_tag_name}
 _tag_name=250
 pkgver="${_tag_name/-/}"
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -64,6 +64,9 @@
 _backports=(
   # chrattr-util: return EOPNOTSUPP from chrattr_full if no other failure was observed
   '7c3b51c469140cdbc1b7e9a232af3f250fea3884'
+
+  # manager: always close idle pipe when sending ready notification
+  '9c1b17c3dc1541df02118ee3aaf6dd5dd540cdc2'
 )
 
 _reverts=(



More information about the arch-commits mailing list