rpms/denyhosts/devel denyhosts-2.3-setup.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 denyhosts.spec, 1.32, 1.33 sources, 1.17, 1.18 denyhosts-2.1-setup.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Mon Jun 19 17:38:38 UTC 2006


Author: tibbs

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

Modified Files:
	.cvsignore denyhosts.spec sources 
Added Files:
	denyhosts-2.3-setup.patch 
Removed Files:
	denyhosts-2.1-setup.patch 
Log Message:
* Tue Apr  4 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.3
- Update to version 2.3.


denyhosts-2.3-setup.patch:

--- NEW FILE denyhosts-2.3-setup.patch ---
--- setup.py.setup	2006-04-04 18:52:16.000000000 -0500
+++ setup.py	2006-04-04 23:30:20.775631417 -0500
@@ -23,16 +23,10 @@
       scripts=['denyhosts.py'],
       package_dir={'DenyHosts': 'DenyHosts'},
       packages=["DenyHosts"],
-      data_files=[(libpath, glob("denyhosts.cfg-dist")),
-                  (libpath, glob("setup.py")),
-                  (libpath, glob("denyhosts.pyc")),
-                  (libpath, glob("denyhosts.pyo")),
-                  (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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	14 Mar 2006 17:37:48 -0000	1.17
+++ .cvsignore	5 Apr 2006 04:32:50 -0000	1.18
@@ -1 +1 @@
-DenyHosts-2.2.tar.gz
+DenyHosts-2.3.tar.gz


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- denyhosts.spec	31 Mar 2006 21:05:05 -0000	1.32
+++ denyhosts.spec	5 Apr 2006 04:32:50 -0000	1.33
@@ -1,6 +1,6 @@
 Name:           denyhosts
-Version:        2.2
-Release:	6%{?dist}
+Version:        2.3
+Release:	1%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -14,7 +14,7 @@
 Source5:	denyhosts.logrotate
 Source6:	README.fedora
 Patch0:		denyhosts-2.2-config.patch
-Patch1:		denyhosts-2.1-setup.patch
+Patch1:		denyhosts-2.3-setup.patch
 Patch2:		denyhosts-2.2-daemon-control.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
@@ -150,6 +150,9 @@
 
 
 %changelog
+* Tue Apr  4 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.3
+- Update to version 2.3.
+
 * Fri Mar 31 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.2-6
 - More reversion of the name change.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	14 Mar 2006 17:37:48 -0000	1.17
+++ sources	5 Apr 2006 04:32:50 -0000	1.18
@@ -1 +1 @@
-feba0e9a48dbf1fa9cbd2b5b8907f349  DenyHosts-2.2.tar.gz
+a175dec03a67aff65c5471105d5a2786  DenyHosts-2.3.tar.gz


--- denyhosts-2.1-setup.patch DELETED ---




More information about the fedora-extras-commits mailing list