[openvas-manager] bump to openvas-6

rebus rebus at fedoraproject.org
Wed Feb 6 03:42:07 UTC 2013


commit faf30054eea96aa8e8dd4dcef8c8cd9b9d4eaa59
Author: Michal Ambroz <rebus at seznam.cz>
Date:   Wed Feb 6 04:41:43 2013 +0100

    bump to openvas-6

 .gitignore           |    1 +
 openvas-manager.spec |   18 +++++++++++++-----
 sources              |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fae1a97..464d823 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /openvas-manager-2.0.4.tar.gz
 /openvas-manager-2.0.5.tar.gz
 /openvas-manager-3.0.4.tar.gz
+/openvas-manager-4.0+beta4.tar.gz
diff --git a/openvas-manager.spec b/openvas-manager.spec
index a3e289c..470520b 100644
--- a/openvas-manager.spec
+++ b/openvas-manager.spec
@@ -1,12 +1,15 @@
+%define         tar_version 4.0+beta4
+
 Name:		openvas-manager
 Summary:	Manager Module for the Open Vulnerability Assessment System (OpenVAS)
-Version:	3.0.4
-Release:	1%{?dist}
+Version:	4.0
+Release:	0.beta4%{?dist}
 URL:		http://www.openvas.org
 License:	GPLv2+
 Group:		System Environment/Libraries
 
-Source0:	http://wald.intevation.org/frs/download.php/1212/%{name}-%{version}.tar.gz
+#Source0:	http://wald.intevation.org/frs/download.php/1200/%{name}-%{version}.tar.gz
+Source0:	http://wald.intevation.org/frs/download.php/1200/%{name}-%{tar_version}.tar.gz
 Source1:	openvas-manager.initd
 Source2:	openvas-manager.logrotate
 Source3:	openvas-manager.sysconfig
@@ -27,6 +30,7 @@ BuildRequires:	sqlite-devel
 BuildRequires:	gnutls-devel
 BuildRequires:	libuuid-devel
 BuildRequires:	libpcap-devel
+BuildRequires:	libksba-devel
 BuildRequires:	gpgme-devel
 BuildRequires:	doxygen
 BuildRequires:	pkgconfig
@@ -71,7 +75,8 @@ It needs to be installed only if systemd is not used as the system init process.
 
 
 %prep
-%setup -q
+#%setup -q
+%setup -q -n %{name}-%{tar_version}
 #%patch0 -p1 -b .notused
 %patch1 -p1 -b .pki
 
@@ -191,7 +196,10 @@ fi
 
 
 %changelog
-* Fri Nov 15 2012 Michal Ambroz <rebus at, seznam.cz> - 3.0.4-1
+* Wed Feb 06 2013 Michal Ambroz <rebus at, seznam.cz> - 4.0-0.beta4
+- bump to OpenVas-6 version 4.0+beta4
+
+* Fri Oct 15 2012 Michal Ambroz <rebus at, seznam.cz> - 3.0.4-1
 - bump OpenVas-5 (openvas-manager 3.0.4)
 
 * Sat Aug 25 2012 Michal Ambroz <rebus at, seznam.cz> - 2.0.5-1
diff --git a/sources b/sources
index 97df269..f22d114 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4230f6f65c560f88a7247fb53d76a339  openvas-manager-3.0.4.tar.gz
+33b753a16229be1a597746a550398e3b  openvas-manager-4.0+beta4.tar.gz


More information about the scm-commits mailing list