rpms/denyhosts/FC-4 denyhosts-2.1-setup.patch, NONE, 1.1 denyhosts.spec, 1.9, 1.10

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Tue Feb 28 16:03:17 UTC 2006


Author: tibbs

Update of /cvs/extras/rpms/denyhosts/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10525

Modified Files:
	denyhosts.spec 
Added Files:
	denyhosts-2.1-setup.patch 
Log Message:
* Tue Feb 28 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.1-2.1
- Flubbed the commit; bumping for rebuild.


denyhosts-2.1-setup.patch:

--- NEW FILE denyhosts-2.1-setup.patch ---
--- setup.py.orig	2006-02-09 19:03:39.000000000 -0600
+++ setup.py	2006-02-10 12:32:13.105596378 -0600
@@ -23,14 +23,10 @@
       scripts=['denyhosts.py'],
       package_dir={'DenyHosts': 'DenyHosts'},
       packages=["DenyHosts"],
-      data_files=[(libpath, glob("denyhosts.cfg-dist")),
-                  (libpath, glob("setup.py")),
-                  (libpath, glob("daemon-control-dist")),
-                  (libpath, glob("CHANGELOG.txt")),
-                  (libpath, glob("README.txt")),
+      data_files=[
                   (scriptspath, glob("scripts/*")),
                   (pluginspath, glob("plugins/*")),
-                  (libpath, glob("LICENSE.txt"))],
+                 ],
       license="GPL v2",
       ##extra_path='denyhosts',
       long_description="""


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-4/denyhosts.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- denyhosts.spec	28 Feb 2006 15:56:53 -0000	1.9
+++ denyhosts.spec	28 Feb 2006 16:03:17 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           denyhosts
 Version:        2.1
-release:	2%{?dist}
+release:	2.1%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -142,6 +142,9 @@
 
 
 %changelog
+* Tue Feb 28 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.1-2.1
+- Flubbed the commit; bumping for rebuild.
+
 * Tue Feb 28 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.1-2
 - Add some additional ghosted files.
 




More information about the fedora-extras-commits mailing list