rpms/samba/devel samba.spec,1.206,1.207

Jeff Layton jlayton at fedoraproject.org
Fri Jan 15 16:08:36 UTC 2010


Author: jlayton

Update of /cvs/pkgs/rpms/samba/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23971

Modified Files:
	samba.spec 
Log Message:
Separate cifs utilities into separate cifs-utils package



Index: samba.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba/devel/samba.spec,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -p -r1.206 -r1.207
--- samba.spec	8 Jan 2010 15:07:01 -0000	1.206
+++ samba.spec	15 Jan 2010 16:08:36 -0000	1.207
@@ -1,4 +1,4 @@
-%define main_release 52
+%define main_release 53
 %define samba_version 3.5.0
 %define tdb_version 1.1.7
 %define talloc_version 2.0.1
@@ -83,6 +83,14 @@ The samba-client package provides some S
 the built-in SMB/CIFS filesystem in Linux. These clients allow access
 of SMB/CIFS shares and printing to SMB/CIFS printers.
 
+%package -n cifs-utils
+Summary: Helper programs for mounting shares using the in-kernel CIFS client
+Group: Applications/System
+Requires: samba-common = %{epoch}:%{samba_version}-%{release}
+
+%description -n cifs-utils
+The cifs-utils package contains helper programs for mounting shares
+using the in-kernel Linux CIFS client.
 
 %package common
 Summary: Files used by both Samba servers and clients
@@ -508,8 +516,6 @@ exit 0
 
 %files client
 %defattr(-,root,root)
-/sbin/mount.cifs
-%{_sbindir}/cifs.upcall
 %{_bindir}/rpcclient
 %{_bindir}/smbcacls
 %{_bindir}/findsmb
@@ -531,6 +537,11 @@ exit 0
 %{_mandir}/man1/smbget.1*
 %{_mandir}/man1/sharesec.1*
 %{_mandir}/man8/smbspool.8*
+
+%files -n cifs-utils
+%defattr(-,root,root)
+/sbin/mount.cifs
+%{_sbindir}/cifs.upcall
 %{_mandir}/man8/mount.cifs.8*
 %{_mandir}/man8/cifs.upcall.8*
 
@@ -655,6 +666,9 @@ exit 0
 %{_datadir}/pixmaps/samba/logo-small.png
 
 %changelog
+* Fri Jan 15 2010 Jeff Layton <jlayton at redhat.com> - 3.5.0rc1-53
+- separate out CIFS tools into cifs-utils package
+
 * Fri Jan 08 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.0rc1-52
 - Update to 3.5.0rc1
 



More information about the scm-commits mailing list