rpms/denyhosts/devel denyhosts-2.1-setup.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 denyhosts.spec, 1.24, 1.25 sources, 1.15, 1.16 denyhosts-2.0-setup.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Fri Feb 10 18:45:54 UTC 2006


Author: tibbs

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

Modified Files:
	.cvsignore denyhosts.spec sources 
Added Files:
	denyhosts-2.1-setup.patch 
Removed Files:
	denyhosts-2.0-setup.patch 
Log Message:
* Fri Feb 10 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.1-1
- Update to 2.1
- Package plugins and scripts.


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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	4 Feb 2006 21:21:16 -0000	1.15
+++ .cvsignore	10 Feb 2006 18:45:54 -0000	1.16
@@ -1 +1 @@
-DenyHosts-2.0.tar.gz
+DenyHosts-2.1.tar.gz


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- denyhosts.spec	4 Feb 2006 21:21:16 -0000	1.24
+++ denyhosts.spec	10 Feb 2006 18:45:54 -0000	1.25
@@ -1,5 +1,5 @@
 Name:           denyhosts
-Version:        2.0
+Version:        2.1
 release:	1%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
@@ -14,7 +14,7 @@
 Source5:	denyhosts.logrotate
 Source6:	README.fedora
 Patch0:		denyhosts-1.1.4-config.patch
-Patch1:		denyhosts-2.0-setup.patch
+Patch1:		denyhosts-2.1-setup.patch
 Patch2:		denyhosts-2.0-daemon-control.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArchitectures: noarch
@@ -34,6 +34,7 @@
 to prevent future break-in attempts from that host.  Email reports can
 be sent to a system admin.
 
+
 %prep
 %setup -q -n DenyHosts-%{version}
 %patch0 -p0
@@ -42,6 +43,10 @@
 
 cp %{SOURCE6} .
 
+# This must be moved before the Python build process runs so that we
+# can include it as documentation.
+mv plugins/README.contrib .
+
 
 %build
 %{__python} setup.py build
@@ -49,6 +54,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_bindir}
@@ -101,10 +107,11 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG.txt denyhosts.cfg-dist LICENSE.txt
-%doc README.fedora README.txt setup.py
+%doc README.fedora README.txt setup.py README.contrib
 
 %{_bindir}/denyhosts.py
 %{_bindir}/denyhosts-control
+%{_datadir}/denyhosts
 %{python_sitelib}/DenyHosts/*.py
 %{python_sitelib}/DenyHosts/*.pyc
 %ghost %{python_sitelib}/DenyHosts/*.pyo
@@ -129,8 +136,11 @@
 %{_initrddir}/denyhosts
 
 
-
 %changelog
+* Fri Feb 10 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.1-1
+- Update to 2.1
+- Package plugins and scripts.
+
 * Sat Feb  4 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.0-1
 - Update to 2.0.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	4 Feb 2006 21:21:16 -0000	1.15
+++ sources	10 Feb 2006 18:45:54 -0000	1.16
@@ -1 +1 @@
-9aa861692f52f6a0cdd3834122f53e04  DenyHosts-2.0.tar.gz
+1c40bda86884901f125bfbce3d8c35cb  DenyHosts-2.1.tar.gz


--- denyhosts-2.0-setup.patch DELETED ---




More information about the scm-commits mailing list