]> git.pld-linux.org Git - packages/samba.git/commitdiff
- removed tdbdump utility (we have it in tdb package) auto/ac/samba-3_0_2a-4
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Mar 2004 09:48:10 +0000 (09:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated lib64 patch, release 4

Changed files:
    samba.spec -> 1.189

samba.spec

index b99bc3113c26c0d961b386bc57a908e3530b54d6..0f3476102a954fe8a72f76a5dcc0c9bdb417ff9a 100644 (file)
@@ -27,7 +27,7 @@ Summary(zh_CN):       Samba 
 Name:          samba
 Version:       3.0.2a
 Epoch:         1
-Release:       3
+Release:       4
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://www.samba.org/samba/ftp/%{name}-%{version}.tar.bz2
@@ -757,6 +757,9 @@ ln -s %{_bindir}/smbspool $RPM_BUILD_ROOT%{cups_serverbin}/backend/smb
 rm -f docs/faq/*.{sgml,txt}
 rm -f docs/htmldocs/*.[0-9].html
 
+# we have this utility in tdb package
+rm -f $RPM_BUILD_ROOT{%{_bindir}/tdbdump,%{_mandir}/man8/tdbdump.8*}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -809,7 +812,6 @@ fi
 %attr(755,root,root) %{_bindir}/smbpasswd
 %attr(755,root,root) %{_bindir}/smbcontrol
 %attr(755,root,root) %{_bindir}/tdbbackup
-%attr(755,root,root) %{_bindir}/tdbdump
 
 %attr(755,root,root) /%{_lib}/libnss_*
 %attr(755,root,root) /%{_lib}/security/pam_winbind.so
This page took 0.075739 seconds and 4 git commands to generate.