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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 26 20:11:40 UTC 2015


    Date: Friday, June 26, 2015 @ 22:11:40
  Author: foutrelis
Revision: 241291

upgpkg: systemd 221-2

- Fix autosuspend issue with USB keyboards (FS#45427).
- Fix delay when suspending while NetworkManager is running (FS#45450).

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-26 14:23:30 UTC (rev 241290)
+++ PKGBUILD	2015-06-26 20:11:40 UTC (rev 241291)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=221
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
@@ -38,6 +38,18 @@
   # https://github.com/systemd/systemd/commit/11b9fb15be96
   git cherry-pick -n 11b9fb15be96
 
+  # core: fix reversed dependency check in unit_check_unneeded
+  # https://github.com/systemd/systemd/commit/084918ba41ac
+  git cherry-pick -n 084918ba41ac
+
+  # rules: remove all power management from udev
+  # https://github.com/systemd/systemd/commit/e2452eef02a8
+  git cherry-pick -n e2452eef02a8
+
+  # logind: fix delayed execution regression
+  # https://github.com/systemd/systemd/commit/418b22b88f79
+  git cherry-pick -n 418b22b88f79
+
   ./autogen.sh
 }
 



More information about the arch-commits mailing list