[samba4] Rename libsmbclient4 to libsmbclient.

asn asn at fedoraproject.org
Wed Apr 18 12:59:33 UTC 2012


commit e1d7e51c2d1d909b9bba4c1f94cc96605d7dbaca
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Wed Apr 18 14:58:52 2012 +0200

    Rename libsmbclient4 to libsmbclient.

 samba4.spec |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/samba4.spec b/samba4.spec
index fef0702..f945bfc 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -269,7 +269,7 @@ The samba-swat package includes the new SWAT (Samba Web Administration
 Tool), for remotely managing Samba's smb.conf file using your favorite
 Web browser.
 
-%package -n libsmbclient4
+%package -n libsmbclient
 Summary: The SMB client library
 Group: Applications/System
 Requires: %{name}-common = %{samba_depver}
@@ -277,19 +277,19 @@ Requires: %{name}-common = %{samba_depver}
 Conflicts: libsmbclient < 1:3.9.9
 Provides: libsmbclient = %{samba_depver}
 
-%description -n libsmbclient4
-The libsmbclient4 contains the SMB client library from the Samba suite.
+%description -n libsmbclient
+The libsmbclient contains the SMB client library from the Samba suite.
 
-%package -n libsmbclient4-devel
+%package -n libsmbclient-devel
 Summary: Developer tools for the SMB client library
 Group: Development/Libraries
-Requires: libsmbclient4 = %{samba_depver}
+Requires: libsmbclient = %{samba_depver}
 
 Conflicts: libsmbclient-devel < 1:3.9.9
 Provides: libsmbclient-devel = %{samba_depver}
 
-%description -n libsmbclient4-devel
-The libsmbclient4-devel package contains the header files and libraries needed to
+%description -n libsmbclient-devel
+The libsmbclient-devel package contains the header files and libraries needed to
 develop programs that link against the SMB client library in the Samba suite.
 
 %package -n libwbclient
@@ -535,9 +535,9 @@ if [ $1 -ge 1 ] ; then
 fi
 %endif
 
-%post -n libsmbclient4 -p /sbin/ldconfig
+%post -n libsmbclient -p /sbin/ldconfig
 
-%postun -n libsmbclient4 -p /sbin/ldconfig
+%postun -n libsmbclient -p /sbin/ldconfig
 
 %post libs -p /sbin/ldconfig
 
@@ -1121,12 +1121,12 @@ rm -rf %{buildroot}
 #%{_mandir}/man8/swat.8*
 #%attr(755,root,root) %{_libdir}/samba/*.msg
 
-%files -n libsmbclient4
+%files -n libsmbclient
 %defattr(-,root,root)
 %attr(755,root,root) %{_libdir}/libsmbclient.so.*
 %attr(755,root,root) %{_libdir}/libsmbsharemodes.so.*
 
-%files -n libsmbclient4-devel
+%files -n libsmbclient-devel
 %defattr(-,root,root)
 %{_includedir}/samba-4.0/libsmbclient.h
 %{_includedir}/samba-4.0/smb_share_modes.h
@@ -1150,6 +1150,7 @@ rm -rf %{buildroot}
 %changelog
 * Fri Apr 13 2012 Andreas Schneider <asn at redhat.com> - 4.0.0-40.alpha18
 - Fixes CVE-2012-1182.
+- Rename libsmbclient4 to libsmbclient.
 
 * Tue Apr 03 2012 Andreas Schneider <asn at redhat.com> - 4.0.0-39.alpha18
 - Update to Samba4 alpha18.


More information about the scm-commits mailing list