[scanssh/f19] * Update

Oliver Falk oliver at fedoraproject.org
Thu Apr 4 12:15:44 UTC 2013


commit 4d98a3c719d232612dcc525ff518ffbd790eb23f
Author: Oliver Falk <oliver at linux-kernel.at>
Date:   Thu Apr 4 14:15:30 2013 +0200

    * Update

 .gitignore   |    1 +
 scanssh.spec |   19 +++++++++++--------
 sources      |    1 +
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4fcd27e..607b6bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 scanssh-2.1.tar.gz
+/scanssh-2.1.1.tar.gz
diff --git a/scanssh.spec b/scanssh.spec
index d7d7605..809d689 100644
--- a/scanssh.spec
+++ b/scanssh.spec
@@ -1,18 +1,18 @@
 Name:			scanssh
 Summary:		Fast SSH server and open proxy scanner
 
-Version:		2.1
-Release:		25%{?dist}
+Version:		2.1.1
+Release:		1%{?dist}
 
 Group:			Applications/Internet
 License:		BSD with advertising
-URL:			http://monkey.org/~provos/scanssh/
-Source0:		http://monkey.org/~provos/%{name}-%{version}.tar.gz
+URL:			http://github.com/ofalk/scanssh/wiki
+Source0:		http://github.com/ofalk/scanssh/archive/%{name}-%{version}.tar.gz
 Patch0:			scanssh-2.1-hide.patch
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	libpcap-devel, libevent-devel, libdnet-devel
+BuildRequires:		libpcap-devel, libevent-devel, libdnet-devel
 
 %description
 ScanSSH supports scanning a list of addresses and networks for open proxies,
@@ -23,7 +23,7 @@ gathering statistics on the deployment of SSH protocol servers in a company
 or the Internet as whole.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{name}-%{version}
 %{?_with_hidescan:%patch0 -p1}
 
 %build
@@ -40,11 +40,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc README.md
 %{_bindir}/scanssh
 %{_mandir}/man1/scanssh*
 
 %changelog
+* Thu Apr 04 2013 Oliver Falk <oliver at linux-kernel.at> - 2.1.1-1
+- Update to - hopefully fix BZ#926490
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1-25
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 3776a23..00b9153 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 9fab4253b56b2d15367d4872b370cdcb  scanssh-2.1.tar.gz
+909c097d1dba38d7ac5a74188c9d9dab  scanssh-2.1.1.tar.gz


More information about the scm-commits mailing list