rpms/fedora-usermgmt/devel fedora-usermgmt.spec,1.5,1.6

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


Author: thias

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

Modified Files:
	fedora-usermgmt.spec 
Log Message:
Mass letters "e" and "f" 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: fedora-usermgmt.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-usermgmt/devel/fedora-usermgmt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fedora-usermgmt.spec	10 Dec 2004 22:03:02 -0000	1.5
+++ fedora-usermgmt.spec	3 Mar 2005 20:33:53 -0000	1.6
@@ -8,7 +8,6 @@
 Name:		fedora-usermgmt
 Version:	0.7
 Release:	2
-Epoch:		0
 License:	GPL
 BuildArch:	noarch
 Group:		Applications/System
@@ -40,7 +39,7 @@
 Source20:	fedora-usermgmt-groupadd.legacy
 Source21:	fedora-usermgmt-useradd.legacy
 Provides:	instance(fedora-usermgmt)
-Requires:	%name = %epoch:%version-%release
+Requires:	%name = %version-%release
 Requires(pre):		%confdir
 Requires(postun):	%confdir
 Requires(post):		%alternatives
@@ -113,8 +112,8 @@
 
 
 %preun shadow-utils
-test "$1" != 0 || %alternatives --remove %name %confdir/scripts.shadow-utils
-test "$1" != 0 || %alternatives --remove %name %confdir/scripts.legacy
+test "$1" != "0" || %alternatives --remove %name %confdir/scripts.shadow-utils
+test "$1" != "0" || %alternatives --remove %name %confdir/scripts.legacy
 
 
 %clean




More information about the scm-commits mailing list