rpms/denyhosts/devel denyhosts.spec,1.20,1.21

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Mon Jan 30 21:55:01 UTC 2006


Author: tibbs

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

Modified Files:
	denyhosts.spec 
Log Message:
* Mon Jan 30 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.4-3
- Delete stray .pyo and .pyc files that appear for no reason.



Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- denyhosts.spec	14 Jan 2006 17:49:50 -0000	1.20
+++ denyhosts.spec	30 Jan 2006 21:55:01 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           denyhosts
 Version:        1.1.4
-release:	2%{?dist}
+release:	3%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -73,6 +73,10 @@
   touch $RPM_BUILD_ROOT%{_localstatedir}/lib/denyhosts/$i
 done
 
+find $RPM_BUILD_ROOT -name \*.pyo -exec rm {} \;
+[-f $RPM_BUILD_ROOT%{_bindir}/denyhosts.pyc ] && \
+  rm $RPM_BUILD_ROOT%{_bindir}/denyhosts.pyc
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -119,6 +123,9 @@
 %{_bindir}/denyhosts-control
 
 %changelog
+* Mon Jan 30 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.4-3
+- Delete stray .pyo and .pyc files that appear for no reason.
+
 * Fri Jan 13 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.4-2
 - Clean up %post script; just call condrestart and don't bother with
   the call to --upgrade099.




More information about the fedora-extras-commits mailing list