[arch-commits] CVS update of arch/build/base/shadow (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Aug 7 21:10:42 UTC 2007


    Date: Tuesday, August 7, 2007 @ 17:10:42
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/shadow

Modified: PKGBUILD (1.42 -> 1.43)

'upgpkg: fixed #7717 and #7719'


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: arch/build/base/shadow/PKGBUILD
diff -u arch/build/base/shadow/PKGBUILD:1.42 arch/build/base/shadow/PKGBUILD:1.43
--- arch/build/base/shadow/PKGBUILD:1.42	Sat Apr 14 09:14:38 2007
+++ arch/build/base/shadow/PKGBUILD	Tue Aug  7 17:10:42 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.42 2007/04/14 13:14:38 tpowa Exp $
+# $Id: PKGBUILD,v 1.43 2007/08/07 21:10:42 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=shadow
 pkgver=4.0.18.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Shadow password file utilities"
 arch=(i686 x86_64)
 #url='http://shadow.pld.org.pl' # Broken
@@ -10,13 +10,16 @@
 backup=(etc/login.defs
         etc/pam.d/{chage,login,passwd,shadow,useradd,usermod,userdel}
         etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
+	etc/pam.d/{chfn,chgpasswd,groupmems,chsh}
         etc/default/useradd)
 depends=('pam')
 # official sources are MIA
 # ftp://ftp.pld.org.pl/software/$pkgname/$pkgname-$pkgver.tar.bz2
 source=("http://www.diy-linux.org/downloads/thirdparty/shadow-$pkgver.tar.bz2"
-        login passwd useradd login.defs adduser shadow.cron.daily
+        login passwd chsh useradd login.defs adduser shadow.cron.daily
         xstrdup.patch shadow-UID_GID.patch)
+options=(!libtool)
+
 install='shadow.install'
 md5sums=('e7751d46ecf219c07ae0b028ab3335c6' '76a759c07104fcd0708fcf91337961b5'
          'b84204ab731bd02dca49d0637d44ebec' 'a31374fef2cba0ca34dfc7078e2969e4'
@@ -53,7 +56,7 @@
 
   # PAM config
   local file
-  for file in login passwd; do
+  for file in login passwd chsh; do
     install -v -D -m644 ../$file $startdir/pkg/etc/pam.d/$file
   done
   # we use the 'useradd' PAM file for other similar utilities
@@ -89,5 +92,4 @@
   mv -v usr/lib/libshadow.so.* lib/
   ln -svf ../../lib/libshadow.so.0 usr/lib/libshadow.so
 
-  find $startdir/pkg -name "*.la" -exec rm -v {} \;
 }




More information about the arch-commits mailing list