[openvas-client/f14/master] Used older version, fixed now Small change in spec to accomodate EPEL build

Stjepan Gros sgros at fedoraproject.org
Tue Dec 14 19:55:54 UTC 2010


commit 51107ccbf0b454469c3293cf2b670ffff135fbe5
Author: Stjepan Gros <stjepan.gros at gmail.com>
Date:   Tue Dec 14 20:55:07 2010 +0100

    Used older version, fixed now
    Small change in spec to accomodate EPEL build

 openvas-client.spec |   10 +++++++++-
 sources             |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/openvas-client.spec b/openvas-client.spec
index 74af68a..66547f7 100644
--- a/openvas-client.spec
+++ b/openvas-client.spec
@@ -1,6 +1,6 @@
 Name:		openvas-client
 Summary:	Client component of Open Vulnerability Assessment (OpenVAS) Scanner
-Version:	3.0.1
+Version:	3.0.2
 Release:	1%{?dist}
 Source0:	http://wald.intevation.org/frs/download.php/802/openvas-client-3.0.1.tar.gz
 Source1:	openvas-client.desktop
@@ -22,7 +22,11 @@ BuildRequires:	gtk2-devel
 BuildRequires:	gpgme-devel
 BuildRequires:	gnutls-devel
 BuildRequires:	openssl-devel
+%if 0%{?rhel} <= 5
+BuildRequires:	e2fsprogs-libs-devel
+%else
 BuildRequires:	libuuid-devel
+%endif
 BuildRequires:	atk-devel
 BuildRequires:	pango-devel
 BuildRequires:	cairo-devel
@@ -86,6 +90,10 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*
 
 %changelog
+* Tue Dec 14 2010 Stjepan Gros <stjepan.gros at gmail.com> - 3.0.2-1
+- Fixed build require of libuuid so that it works on CentOS5 also
+- Upgraded to real latest stable release
+
 * Tue Nov 23 2010 Stjepan Gros <stjepan.gros at gmail.com> - 3.0.1-1
 - Synced with latest stable upstream release
 - Removed patches because upstream applied them
diff --git a/sources b/sources
index 8879a6c..3d08186 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59c94c4ac1a5c770cbf6202291f19e2d  openvas-client-3.0.1.tar.gz
+9049251276fbd05a1e2e0de11967bb3d  openvas-client-3.0.2.tar.gz


More information about the scm-commits mailing list