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

Andreas Radke andyrtr at archlinux.org
Sat Jun 6 19:38:34 UTC 2020


    Date: Saturday, June 6, 2020 @ 19:38:30
  Author: andyrtr
Revision: 388382

upgpkg: systemd 245.6-4: fix ordering cycle leading to login impossible or automount failuing - FS#66908

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-06 14:59:37 UTC (rev 388381)
+++ PKGBUILD	2020-06-06 19:38:30 UTC (rev 388382)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -88,6 +88,8 @@
 )
 
 _reverts=(
+  # introduces ordering cycle - FS#66908
+  'e1c091b6d4c55de5c5356e8ca5564dba6769b49f'
 )
 
 prepare() {



More information about the arch-commits mailing list