SPECS: portsentry.spec - PreReq -> Requires - BR: sed 4.0, norepla...

darekr darekr at pld-linux.org
Thu Sep 1 12:47:44 CEST 2005


Author: darekr                       Date: Thu Sep  1 10:47:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- PreReq -> Requires
- BR: sed 4.0, noreplace for %config

---- Files affected:
SPECS:
   portsentry.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/portsentry.spec
diff -u SPECS/portsentry.spec:1.35 SPECS/portsentry.spec:1.36
--- SPECS/portsentry.spec:1.35	Sun Sep  5 16:34:43 2004
+++ SPECS/portsentry.spec	Thu Sep  1 12:47:38 2005
@@ -13,11 +13,12 @@
 Patch0:		%{name}-logging-pld.patch
 Patch1:		%{name}-ignore.csh.patch
 URL:		http://www.psionic.com/products/
-PreReq:		rc-scripts
-PreReq:		/bin/awk
-PreReq:		/bin/csh
-PreReq:		iproute2
-PreReq:		textutils
+BuildRequires:	sed >= 4.0
+Requires:	rc-scripts
+Requires:	/bin/awk
+Requires:	/bin/csh
+Requires:	iproute2
+Requires:	textutils
 Requires(post,preun):	/sbin/chkconfig
 Requires(post,preun):	fileutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -87,11 +88,11 @@
 %defattr(644,root,root,755)
 %doc README* CHANGES CREDITS LICENSE
 %attr(750,root,root) %dir %{_sysconfdir}
-%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/portsentry.conf
-%attr(640,root,root) %config(noreplace,missingok) %verify(not md5 size mtime) %{_sysconfdir}/portsentry.ignore
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/portsentry.conf
+%attr(640,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/portsentry.ignore
 %attr(640,root,root) %ghost %{_sysconfdir}/portsentry.history
 %attr(640,root,root) %ghost %{_sysconfdir}/portsentry.blocked*
-%attr(640,root,root) %config %verify(not md5 size mtime) /etc/sysconfig/*
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
 %attr(754,root,root) /etc/rc.d/init.d/*
 %attr(755,root,root) %{_bindir}/*
 
@@ -101,6 +102,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2005/09/01 10:47:38  darekr
+- PreReq -> Requires
+- BR: sed 4.0, noreplace for %config
+
 Revision 1.35  2004/09/05 14:34:43  kolodko
 - added some ghost files in %{_sysconfdir}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/portsentry.spec?r1=1.35&r2=1.36&f=u




More information about the pld-cvs-commit mailing list