[arch-commits] Commit in systemd/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Sun Nov 29 13:44:13 UTC 2020
Date: Sunday, November 29, 2020 @ 13:44:13
Author: eworm
Revision: 402399
upgpkg: systemd 247-2: revert faulty commit (FS#68776)
... at least for now.
Modified:
systemd/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-29 13:38:15 UTC (rev 402398)
+++ PKGBUILD 2020-11-29 13:44:13 UTC (rev 402399)
@@ -6,7 +6,7 @@
pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
_tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
pkgver=247
-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=(
+ # https://bugs.archlinux.org/task/68776
+ # core: serialize u->pids until the processes have been moved to the scope cgroup
+ '428a9f6f1d0396b9eacde2b38d667cbe3f15eb55'
)
prepare() {
More information about the arch-commits
mailing list