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

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 21 12:10:49 UTC 2015


    Date: Sunday, June 21, 2015 @ 14:10:49
  Author: foutrelis
Revision: 241156

pam_systemd: Properly check kdbus availability

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-21 11:54:42 UTC (rev 241155)
+++ PKGBUILD	2015-06-21 12:10:49 UTC (rev 241156)
@@ -30,7 +30,9 @@
 prepare() {
   cd "$pkgname"
 
-  # 'git cherry-pick -n' upstream fixes here
+  # pam_systemd: Properly check kdbus availability
+  # https://github.com/systemd/systemd/commit/c5d452bb228e
+  git cherry-pick -n c5d452bb228e
 
   ./autogen.sh
 }



More information about the arch-commits mailing list