Compare commits

...

3 Commits

Author SHA1 Message Date
Adam Jackson
e24467a8c2 * Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 0.7.6-2
- libvirt-0.7.6-add-needed.patch: Fix FTBFS from --no-add-needed
- Add BuildRequires: xmlrpc-c-client for libxmlrpc_client.so
2010-02-17 00:11:39 +00:00
Adam Jackson
b39c370a76 add the patch 2010-02-16 23:59:23 +00:00
Adam Jackson
62e4e7cde2 * Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 0.7.6-2
- libvirt-0.7.6-add-needed.patch: Fix FTBFS from --no-add-needed
2010-02-16 23:49:24 +00:00
2 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
diff -up libvirt-0.7.6/tests/Makefile.am.jx libvirt-0.7.6/tests/Makefile.am
--- libvirt-0.7.6/tests/Makefile.am.jx 2010-01-21 09:32:37.000000000 -0500
+++ libvirt-0.7.6/tests/Makefile.am 2010-02-16 18:49:36.000000000 -0500
@@ -317,7 +317,7 @@ conftest_LDADD = $(LDADDS)
nodeinfotest_SOURCES = \
nodeinfotest.c testutils.h testutils.c
-nodeinfotest_LDADD = $(LDADDS)
+nodeinfotest_LDADD = $(LDADDS) -ldl
statstest_SOURCES = \
statstest.c testutils.h testutils.c

View File

@@ -170,7 +170,7 @@
Summary: Library providing a simple API virtualization
Name: libvirt
Version: 0.7.6
Release: 1%{?dist}%{?extra_release}
Release: 2%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@@ -249,7 +249,7 @@ Requires: device-mapper
BuildRequires: xen-devel
%endif
%if %{with_one}
BuildRequires: xmlrpc-c-devel >= 1.14.0
BuildRequires: xmlrpc-c-devel >= 1.14.0 xmlrpc-c-client
%endif
BuildRequires: libxml2-devel
BuildRequires: xhtml1-dtds
@@ -343,6 +343,10 @@ BuildRequires: netcf-devel >= 0.1.4
# Fedora build root suckage
BuildRequires: gawk
# --no-add-needed changes
BuildRequires: autoconf automake libtool
Patch0: libvirt-0.7.6-add-needed.patch
%description
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The main package includes
@@ -395,6 +399,7 @@ of recent versions of Linux (and other OSes).
%prep
%setup -q
%patch0 -p1 -b .add-needed
%build
%if ! %{with_xen}
@@ -509,6 +514,7 @@ of recent versions of Linux (and other OSes).
%define _without_yajl --without-yajl
%endif
autoreconf -v --install
%configure %{?_without_xen} \
%{?_without_qemu} \
%{?_without_openvz} \
@@ -816,6 +822,10 @@ fi
%endif
%changelog
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 0.7.6-2
- libvirt-0.7.6-add-needed.patch: Fix FTBFS from --no-add-needed
- Add BuildRequires: xmlrpc-c-client for libxmlrpc_client.so
* Wed Feb 3 2010 Daniel Veillard <veillard@redhat.com> - 0.7.6-1
- upstream release of 0.7.6
- Use QEmu new device adressing when possible