rpms/denyhosts/devel denyhosts-2.4-setup.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 denyhosts.spec, 1.35, 1.36 sources, 1.18, 1.19 denyhosts-2.3-setup.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Mon Apr 10 18:19:14 UTC 2006


Author: tibbs

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

Modified Files:
	.cvsignore denyhosts.spec sources 
Added Files:
	denyhosts-2.4-setup.patch 
Removed Files:
	denyhosts-2.3-setup.patch 
Log Message:
* Mon Apr 10 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.4b-1
- Update to 2.4b.


denyhosts-2.4-setup.patch:

--- NEW FILE denyhosts-2.4-setup.patch ---
--- setup.py.setup	2006-04-04 18:53:02.000000000 -0500
+++ setup.py	2006-04-10 13:15:09.712246771 -0500
@@ -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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	5 Apr 2006 04:32:50 -0000	1.18
+++ .cvsignore	10 Apr 2006 18:19:13 -0000	1.19
@@ -1 +1 @@
-DenyHosts-2.3.tar.gz
+DenyHosts-2.4b.tar.gz


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- denyhosts.spec	6 Apr 2006 15:28:41 -0000	1.35
+++ denyhosts.spec	10 Apr 2006 18:19:13 -0000	1.36
@@ -1,6 +1,6 @@
 Name:           denyhosts
-Version:        2.3
-Release:	2%{?dist}
+Version:        2.4b
+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.3-config.patch
-Patch1:		denyhosts-2.3-setup.patch
+Patch1:		denyhosts-2.4-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
+* Mon Apr 10 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.4b-1
+- Update to 2.4b.
+
 * Thu Apr  6 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.3-2
 - Fix uncommented MacOS X SECURE_LOG config setting.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	5 Apr 2006 04:32:50 -0000	1.18
+++ sources	10 Apr 2006 18:19:13 -0000	1.19
@@ -1 +1 @@
-a175dec03a67aff65c5471105d5a2786  DenyHosts-2.3.tar.gz
+c60df73b29baeadffbbb1ef8f130dd8d  DenyHosts-2.4b.tar.gz


--- denyhosts-2.3-setup.patch DELETED ---




More information about the fedora-extras-commits mailing list