rpms/cfs/devel cfs.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 20:08:38 UTC 2005


Author: thias

Update of /cvs/extras/rpms/cfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16373/cfs/devel

Modified Files:
	cfs.spec 
Log Message:
Mass letter "c" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: cfs.spec
===================================================================
RCS file: /cvs/extras/rpms/cfs/devel/cfs.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cfs.spec	10 Dec 2004 22:03:01 -0000	1.4
+++ cfs.spec	3 Mar 2005 20:08:36 -0000	1.5
@@ -1,10 +1,9 @@
 %define debpatch_version	10
 
-Summary:	An userspace crypto-filesystem
+Summary:	Userspace crypto-filesystem
 Name:		cfs
 Version:	1.4.1
 Release:	3
-Epoch:		0
 License:	BSD like
 Group:		System Environment/Daemons
 URL:		http://www.crypto.com/software
@@ -30,7 +29,7 @@
 %package utils
 Summary:	Some (inofficial) utilities for cfs
 Group:		Applications/System
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 Requires:	openssh-askpass procmail
 
 %description utils
@@ -72,8 +71,8 @@
 %{__install} -d $RPM_BUILD_ROOT{/.cfsfs,%{_bindir},%{_sbindir}} 	\
 		$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig			\
 		$RPM_BUILD_ROOT%{_initrddir}				\
-   	        $RPM_BUILD_ROOT%{_mandir}/man{1,8}/		      	\
-		$RPM_BUILD_ROOT%{_libdir}/%{name}		      	\
+		$RPM_BUILD_ROOT%{_mandir}/man{1,8}/			\
+		$RPM_BUILD_ROOT%{_libdir}/%{name}			\
 		$RPM_BUILD_ROOT/mnt/crypt
 
 D=$RPM_BUILD_ROOT
@@ -166,7 +165,7 @@
 * Sat Sep 15 2001 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> 1.4.0.beta2-6
 - Prepared for rhcontrib
 - Added mcrypt-script + INSTALL file
- 
+
 * Tue Sep 12 2000 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
 - initial build
 




More information about the fedora-extras-commits mailing list