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

Dave Reisner dreisner at archlinux.org
Tue Sep 22 19:48:03 UTC 2015


    Date: Tuesday, September 22, 2015 @ 21:48:02
  Author: dreisner
Revision: 247079

upgpkg: systemd 226-3

- drop libnss* from systemd package

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-22 19:06:58 UTC (rev 247078)
+++ PKGBUILD	2015-09-22 19:48:02 UTC (rev 247079)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=226
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
@@ -133,7 +133,7 @@
   rm "$pkgdir"/usr/share/man/man8/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8
 
   ### runtime libraries shipped with libsystemd
-  rm "$pkgdir"/usr/lib/lib{systemd,udev}*.so*
+  rm "$pkgdir"/usr/lib/lib{nss,systemd,udev}*.so*
 
   # add example bootctl configuration
   install -Dm644 "$srcdir/arch.conf" "$pkgdir"/usr/share/systemd/bootctl/arch.conf



More information about the arch-commits mailing list