From e7640bbc8a740b1464363f770742b33637d9d36e Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 15 Jan 2010 16:08:36 +0000 Subject: [PATCH] Separate cifs utilities into separate cifs-utils package --- samba.spec | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/samba.spec b/samba.spec index 4db64dd..05a0a5b 100644 --- a/samba.spec +++ b/samba.spec @@ -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 SMB/CIFS clients to complement 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 - 3.5.0rc1-53 +- separate out CIFS tools into cifs-utils package + * Fri Jan 08 2010 Guenther Deschner - 3.5.0rc1-52 - Update to 3.5.0rc1