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

Christian Hesse eworm at gemini.archlinux.org
Tue Jan 11 09:39:13 UTC 2022


    Date: Tuesday, January 11, 2022 @ 09:39:12
  Author: eworm
Revision: 434222

upgpkg: systemd 250.2-2: boot: Fix readdir_harder() on VirtualBox

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 09:33:05 UTC (rev 434221)
+++ PKGBUILD	2022-01-11 09:39:12 UTC (rev 434222)
@@ -7,7 +7,7 @@
 _tag='95d0353dad616c275fda9b123ba9660e16b20d0a' # git rev-parse v${_tag_name}
 _tag_name=250.2
 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'
@@ -62,6 +62,8 @@
             '825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # boot: Fix readdir_harder() on VirtualBox
+  'ed3abbfbde674bd163cb1c64d9e31dd24e352f85'
 )
 
 _reverts=(



More information about the arch-commits mailing list