rpms/denyhosts/devel denyhosts.spec,1.29,1.30

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Fri Mar 31 16:28:27 UTC 2006


Author: tibbs

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

Modified Files:
	denyhosts.spec 
Log Message:
* Fri Mar 31 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.2-4
- Fix permissions on plugins.



Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- denyhosts.spec	31 Mar 2006 02:59:32 -0000	1.29
+++ denyhosts.spec	31 Mar 2006 16:28:27 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           denyhosts
 Version:        2.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -47,6 +47,9 @@
 # can include it as documentation.
 mv plugins/README.contrib .
 
+# And the permissions are off as well
+chmod +x plugins/*
+
 
 %build
 %{__python} setup.py build
@@ -144,6 +147,9 @@
 
 
 %changelog
+* Fri Mar 31 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.2-4
+- Fix permissions on plugins.
+
 * Thu Mar 30 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.2-3
 - Switch from $RPM_BUILD_ROOT to %{buildroot} (looks cleaner).
 - Rename the main executable from denyhosts.py to denyhosts.




More information about the fedora-extras-commits mailing list