[halberd/f13/master] * Sun Aug 29 2010 Fabian Affolter <fabian at bernewireless.net> - 0.2.4-2 - NEWS removed - Added patch

Fabian Affolter fab at fedoraproject.org
Sun Aug 29 21:18:10 UTC 2010


commit e015503e847f115f42636dbbd82856db4ae2fa47
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Sun Aug 29 23:17:58 2010 +0200

    * Sun Aug 29 2010 Fabian Affolter <fabian at bernewireless.net> - 0.2.4-2
    - NEWS removed
    - Added patch for ssl.wrap

 .gitignore   |    1 +
 halberd.spec |   11 +++++++++--
 sources      |    1 +
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 482e6b4..0ceb623 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 halberd-0.2.3.tar.gz
+/halberd-sslwrap.patch
diff --git a/halberd.spec b/halberd.spec
index d7ef233..22850fa 100644
--- a/halberd.spec
+++ b/halberd.spec
@@ -4,13 +4,14 @@
 
 Name:           halberd
 Version:        0.2.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool to discover HTTP load balancers
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://halberd.superadditive.com
 Source0:        http://halberd.superadditive.com/dist/%{name}-%{version}.tar.gz
+Patch0:         %{name}-sslwrap.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -23,6 +24,7 @@ security auditing and for load balancer configuration testing.
 
 %prep
 %setup -q
+%patch0 -p1 -b .sslwrap
 
 
 %build
@@ -46,7 +48,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE NEWS README THANKS
+%doc AUTHORS ChangeLog LICENSE README THANKS
 %{_mandir}/man*/*.*
 %{_bindir}/%{name}
 %{python_sitelib}/Halberd/
@@ -54,8 +56,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Aug 29 2010 Fabian Affolter <fabian at bernewireless.net> - 0.2.4-2
+- NEWS removed
+- Added patch for ssl.wrap
+
 * Sun Aug 29 2010 Fabian Affolter <fabian at bernewireless.net> - 0.2.4-1
 - hashlib patch removed, is upstream now
+- Updated to new upstream release 0.2.4
 
 * Sat Aug 14 2010 Fabian Affolter <fabian at bernewireless.net> - 0.2.3-3
 - Added patch to replace deprecated sha module
diff --git a/sources b/sources
index 54a2145..85a2fef 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 d60d0fba8f379ea72c623ad1dd6052c3  halberd-0.2.4.tar.gz
+1fe48ed2a0ef58e8a387ab23368d637c  halberd-sslwrap.patch


More information about the scm-commits mailing list