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

Christian Hesse eworm at archlinux.org
Sun Mar 14 20:36:30 UTC 2021


    Date: Sunday, March 14, 2021 @ 20:36:30
  Author: eworm
Revision: 409977

upgpkg: systemd 247.4-2: revert commit to resolved

Looks like this caused more trouble than it fixed...

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 20:15:36 UTC (rev 409976)
+++ PKGBUILD	2021-03-14 20:36:30 UTC (rev 409977)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='f948f652768a5279087e13961ebb87f345626e2e' # git rev-parse v${pkgver}
 pkgver=247.4
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -63,6 +63,8 @@
 )
 
 _reverts=(
+  # resolved: gracefully handle with packets with too large RR count
+  'fdfffdaf20a18a50c9a6d858359cf4af6d2f4c8b'
 )
 
 prepare() {



More information about the arch-commits mailing list