[arch-commits] Commit in samba/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sat Oct 4 09:13:09 UTC 2008


    Date: Saturday, October 4, 2008 @ 05:13:08
  Author: tpowa
Revision: 14138

Merged revisions 14136 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/samba/trunk

........
  r14136 | tpowa | 2008-10-04 09:12:20 +0000 (Sa, 04 Okt 2008) | 1 line
  
  upgpkg: samba 3.2.4-3
........

Modified:
  samba/repos/testing-x86_64/	(properties)
  samba/repos/testing-x86_64/PKGBUILD

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


Property changes on: samba/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /samba/trunk:1-14104
   + /samba/trunk:1-14137

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-10-04 09:12:22 UTC (rev 14137)
+++ testing-x86_64/PKGBUILD	2008-10-04 09:13:08 UTC (rev 14138)
@@ -6,7 +6,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=3.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Tools to access a server's filespace and printers via SMB"
 arch=(i686 x86_64)
 url="http://www.samba.org"
@@ -57,7 +57,7 @@
   ln -s libnss_wins.so $startdir/pkg/lib/libnss_wins.so.2
   install -D -m755 nsswitch/libnss_winbind.so $startdir/pkg/lib/libnss_winbind.so
   install -D -m755 bin/pam_winbind.so $startdir/pkg/lib/security/pam_winbind.so
-  # remove conflict files of smbclient
+  # remove conflict files of smbclient and tdb
   for man in libsmbclient smbspool \
       umount.cifs mount.cifs net; do
     rm -f ${startdir}/pkg/usr/share/man/man8/${man}.8
@@ -65,6 +65,8 @@
   for i in libnetapi* libtdb* libtalloc* libwbclient*; do
 	  rm -f ${startdir}/pkg/usr/lib/samba/$i
   done
+  rm -f ${startdir}/pkg/usr/bin/tdbbackup
+  rm -f ${startdir}/pkg/usr/include/{tdb.h,talloc.h,netapi.h}
   for man in rpcclient smbcacls smbclient smbcquotas \
       smbtree smbtar nmblookup smbget; do
     rm -f ${startdir}/pkg/usr/share/man/man1/${man}.1




More information about the arch-commits mailing list