rpms/ip-sentinel/devel ip-sentinel.spec,1.2,1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 21:46:24 UTC 2005


Author: thias

Update of /cvs/extras/rpms/ip-sentinel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19419/ip-sentinel/devel

Modified Files:
	ip-sentinel.spec 
Log Message:
Mass letter "h" and "i" 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: ip-sentinel.spec
===================================================================
RCS file: /cvs/extras/rpms/ip-sentinel/devel/ip-sentinel.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ip-sentinel.spec	8 Feb 2005 23:25:24 -0000	1.2
+++ ip-sentinel.spec	3 Mar 2005 21:46:22 -0000	1.3
@@ -44,18 +44,17 @@
 
 %{!?release_func:%global release_func() %1}
 
-Summary:	A tool to prevent unauthorized usage of IPs
+Summary:	Tool to prevent unauthorized usage of IP addresses
 Name:		ip-sentinel
 Version:	0.11
 Release:	%release_func 1
-Epoch:		0
 License:	GPL
 Group:		System Environment/Daemons
 URL:		http://www.tu-chemnitz.de/~ensc/ip-sentinel
 Source0:	http://www.tu-chemnitz.de/~ensc/ip-sentinel/files/%name-%version.tar.bz2
 Source1:	http://www.tu-chemnitz.de/~ensc/ip-sentinel/files/%name-%version.tar.bz2.asc
 BuildRoot:	%_tmppath/%name-%version-%release-buildroot
-Requires:		init(ip-sentinel)
+Requires:	init(ip-sentinel)
 
 %{!?_without_dietlibc:BuildRequires:	dietlibc}
 
@@ -70,8 +69,8 @@
 Summary:		SysV initscripts for ip-sentinel
 Group:			System Environment/Base
 Provides:		init(ip-sentinel)
-Requires(preun):	%name = %epoch:%version-%release
-Requires(postun):	%name = %epoch:%version-%release
+Requires(preun):	%name = %version-%release
+Requires(postun):	%name = %version-%release
 Requires(preun):	initscripts
 Requires(postun):	initscripts
 Requires(post):		/sbin/chkconfig
@@ -112,14 +111,12 @@
 with the minit initconcept.
 
 
-##---------------------------------------------
 
 
 %prep
 %setup -q
 
 
-##---------------------------------------------
 
 
 %build
@@ -129,7 +126,6 @@
 %__make %{?_smp_mflags} all
 
 
-##---------------------------------------------
 
 
 %install
@@ -141,21 +137,18 @@
 %{?_without_minit:rm -rf $RPM_BUILD_ROOT%minitsvcdir}
 
 
-##---------------------------------------------
 
 
 %check
 %__make check
 
 
-##---------------------------------------------
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-##---------------------------------------------
 
 
 %pre




More information about the scm-commits mailing list