rpms/denyhosts/devel denyhosts-2.0-daemon-control.patch, NONE, 1.1 denyhosts-2.0-setup.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 denyhosts.spec, 1.23, 1.24 sources, 1.14, 1.15 denyhosts-0.9.8-setup.patch, 1.1, NONE denyhosts-1.0.0-daemon-control.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Sat Feb 4 21:21:16 UTC 2006


Author: tibbs

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

Modified Files:
	.cvsignore denyhosts.spec sources 
Added Files:
	denyhosts-2.0-daemon-control.patch denyhosts-2.0-setup.patch 
Removed Files:
	denyhosts-0.9.8-setup.patch 
	denyhosts-1.0.0-daemon-control.patch 
Log Message:
* Sat Feb  4 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.0-1
- Update to 2.0.


denyhosts-2.0-daemon-control.patch:

--- NEW FILE denyhosts-2.0-daemon-control.patch ---
--- daemon-control-dist.orig	2006-02-03 22:13:05.000000000 -0600
+++ daemon-control-dist	2006-02-04 15:14:02.758336216 -0600
@@ -13,7 +13,7 @@
 
 DENYHOSTS_BIN   = "/usr/bin/denyhosts.py"
 DENYHOSTS_LOCK  = "/var/lock/subsys/denyhosts"
-DENYHOSTS_CFG   = "/usr/share/denyhosts/denyhosts.cfg"
+DENYHOSTS_CFG   = "/etc/denyhosts.conf"
 
 
 ###############################################

denyhosts-2.0-setup.patch:

--- NEW FILE denyhosts-2.0-setup.patch ---
--- setup.py.orig	2006-01-16 18:02:18.000000000 -0600
+++ setup.py	2006-02-04 15:10:37.104646027 -0600
@@ -22,13 +22,13 @@
       package_dir={'DenyHosts': 'DenyHosts'},
       packages=["DenyHosts"],
       ##py_modules=["denyhosts_version"],
-      data_files=[(libpath, glob("denyhosts.cfg-dist")),
-                  (libpath, glob("denyhosts-daemon-initscript")),
-                  (libpath, glob("setup.py")),
-                  (libpath, glob("daemon-control-dist")),
-                  (libpath, glob("CHANGELOG.txt")),
-                  (libpath, glob("README.txt")),
-                  (libpath, glob("LICENSE.txt"))],
+#      data_files=[(libpath, glob("denyhosts.cfg-dist")),
+#                  (libpath, glob("denyhosts-daemon-initscript")),
+#                  (libpath, glob("setup.py")),
+#                  (libpath, glob("daemon-control-dist")),
+#                  (libpath, glob("CHANGELOG.txt")),
+#                  (libpath, glob("README.txt")),
+#                  (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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	13 Jan 2006 16:58:26 -0000	1.14
+++ .cvsignore	4 Feb 2006 21:21:16 -0000	1.15
@@ -1 +1 @@
-DenyHosts-1.1.4.tar.gz
+DenyHosts-2.0.tar.gz


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- denyhosts.spec	30 Jan 2006 23:22:30 -0000	1.23
+++ denyhosts.spec	4 Feb 2006 21:21:16 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           denyhosts
-Version:        1.1.4
-release:	5%{?dist}
+Version:        2.0
+release:	1%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -14,8 +14,8 @@
 Source5:	denyhosts.logrotate
 Source6:	README.fedora
 Patch0:		denyhosts-1.1.4-config.patch
-Patch1:		denyhosts-0.9.8-setup.patch
-Patch2:		denyhosts-1.0.0-daemon-control.patch
+Patch1:		denyhosts-2.0-setup.patch
+Patch2:		denyhosts-2.0-daemon-control.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArchitectures: noarch
 
@@ -131,6 +131,9 @@
 
 
 %changelog
+* Sat Feb  4 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.0-1
+- Update to 2.0.
+
 * Mon Jan 30 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.4-5
 - Redo installation to match current Python packaging guidelines.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	13 Jan 2006 16:58:26 -0000	1.14
+++ sources	4 Feb 2006 21:21:16 -0000	1.15
@@ -1 +1 @@
-f4b9beb55cc36ab44fb7fe0c96210734  DenyHosts-1.1.4.tar.gz
+9aa861692f52f6a0cdd3834122f53e04  DenyHosts-2.0.tar.gz


--- denyhosts-0.9.8-setup.patch DELETED ---


--- denyhosts-1.0.0-daemon-control.patch DELETED ---




More information about the fedora-extras-commits mailing list