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

Christian Hesse eworm at archlinux.org
Sat Feb 8 16:02:25 UTC 2020


    Date: Saturday, February 8, 2020 @ 16:02:25
  Author: eworm
Revision: 375009

upgpkg: systemd 244.2-2

fix:
* FS#64383 - [xorg][systemd] Failed to start X: systemd-logind Operation not permitted
* FS#65423 - [systemd] 244.2-1 makes usb hubs unsuable

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-08 14:14:12 UTC (rev 375008)
+++ PKGBUILD	2020-02-08 16:02:25 UTC (rev 375009)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='3ca4db9469dce2c0914933db4948456a367c5dc7' # git rev-parse v${pkgver}
 pkgver=244.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,9 +60,13 @@
             '825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # units: Split modprobing out into a separate service unit
+  '625077264ba01a108386eeea733ee244e6b7ff14'
 )
 
 _reverts=(
+  # Support Plugable UD-PRO8 dock
+  '98c03090274a067806090e2974fd2091f8206457'
 )
 
 prepare() {



More information about the arch-commits mailing list