Mailinglist Archive: opensuse-commit (1855 mails)
| < Previous | Next > |
commit openvas-manager for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 05 Sep 2011 16:43:00 +0200
- Message-id: <20110905144300.BDC9E202CD@hilbert.suse.de>
Hello community,
here is the log from the commit of package openvas-manager for openSUSE:Factory
checked in at Mon Sep 5 16:43:00 CEST 2011.
--------
--- openvas-manager/openvas-manager.changes 2011-05-31 19:45:06.000000000
+0200
+++ openvas-manager/openvas-manager.changes 2011-09-04 18:57:48.000000000
+0200
@@ -1,0 +2,5 @@
+Sun Sep 4 16:57:29 UTC 2011 - crrodriguez@xxxxxxxxxxxx
+
+- Fix build with no-add-needed
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
ovas-man-add-needed.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openvas-manager.spec ++++++
--- /var/tmp/diff_new_pack.aBWilO/_old 2011-09-05 16:42:02.000000000 +0200
+++ /var/tmp/diff_new_pack.aBWilO/_new 2011-09-05 16:42:02.000000000 +0200
@@ -20,7 +20,7 @@
Name: openvas-manager
Version: 2.0.4
-Release: 1
+Release: 2
License: GPLv2+
Group: Productivity/Networking/Security
Url: http://www.openvas.org
@@ -32,7 +32,7 @@
Source5: openvasmd.init.mandriva
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
BuildRequires: sqlite-devel
%endif
@@ -54,6 +54,7 @@
BuildRequires: pkgconfig
Requires: logrotate
Summary: Manager Module of OpenVAS
+Patch: ovas-man-add-needed.patch
%description
The OpenVAS-Manager is a layer between OpenVAS-Scanner and various client
@@ -64,6 +65,7 @@
%prep
%setup -q
+%patch
%build
%if 0%{?mandriva_version}
@@ -95,7 +97,7 @@
%__install -Dm 0644 %{_sourcedir}/debian.openvas-manager.default
%{buildroot}%{_var}/adm/fillup-templates/sysconfig.openvas-manager
%endif
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
%__install -Dm 0755 %{_sourcedir}/openvasmd.init.fedora
%{buildroot}%{_initrddir}/openvas-manager
%__install -Dm 0644 %{_sourcedir}/debian.openvas-manager.default
%{buildroot}%{_sysconfdir}/sysconfig/openvas-manager
%endif
@@ -121,7 +123,7 @@
%_post_service openvas-manager
%endif
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
# only rpm -i (not rpm {-U|-F})
if [ $1 = 1 ]; then
/sbin/chkconfig --add openvas-manager
@@ -137,7 +139,7 @@
%_preun_service openvas-manager
%endif
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
# only rpm -e (not rpm {-U|-F})
if [ $1 = 0 ]; then
/sbin/service openvas-manager stop > /dev/null 2>&1 || :
@@ -151,7 +153,7 @@
%insserv_cleanup
%endif
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
# only rpm {-U|-F} (not rpm -e)
if [ $1 = 1 ]; then
/sbin/service openvas-manager condrestart
++++++ ovas-man-add-needed.patch ++++++
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -54,7 +54,7 @@ set_target_properties (otp PROPERTIES CO
## Program
add_executable (openvasmd openvasmd.c oxpd.c ompd.c otpd.c)
-target_link_libraries (openvasmd ovas-mngr-comm omp otp manage)
+target_link_libraries (openvasmd openvas_base openvas_misc ovas-mngr-comm omp
otp manage gnutls)
set_target_properties (openvasmd PROPERTIES LINKER_LANGUAGE C)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |