Compare commits

...

3 Commits

Author SHA1 Message Date
Adam Jackson 1d1a47ccaf bump to appease cvs 2010-02-17 15:34:59 +00:00
Adam Jackson 14f81abaae all of libvirt_test.la needs -ldl 2010-02-17 15:33:23 +00:00
Jesse Keating 6b3af81b0e Initialize branch F-13 for libvirt 2010-02-17 01:56:25 +00:00
3 changed files with 14 additions and 12 deletions

1
branch Normal file
View File

@ -0,0 +1 @@
F-13

View File

@ -1,12 +1,13 @@
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)
+++ libvirt-0.7.6/tests/Makefile.am 2010-02-17 10:32:27.000000000 -0500
@@ -37,7 +37,8 @@ LDADDS = \
../src/libvirt_test.la \
../gnulib/lib/libgnu.la \
$(LIBSOCKET) \
- $(COVERAGE_LDFLAGS)
+ $(COVERAGE_LDFLAGS) \
+ -ldl
nodeinfotest_SOURCES = \
nodeinfotest.c testutils.h testutils.c
-nodeinfotest_LDADD = $(LDADDS)
+nodeinfotest_LDADD = $(LDADDS) -ldl
statstest_SOURCES = \
statstest.c testutils.h testutils.c
qemuhelpdata = \
kvm-74 \

View File

@ -170,7 +170,7 @@
Summary: Library providing a simple API virtualization
Name: libvirt
Version: 0.7.6
Release: 2%{?dist}%{?extra_release}
Release: 3%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@ -399,7 +399,7 @@ of recent versions of Linux (and other OSes).
%prep
%setup -q
%patch0 -p1 -b .add-needed
%patch0 -p1 -b .jx
%build
%if ! %{with_xen}
@ -822,7 +822,7 @@ fi
%endif
%changelog
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 0.7.6-2
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 0.7.6-3
- libvirt-0.7.6-add-needed.patch: Fix FTBFS from --no-add-needed
- Add BuildRequires: xmlrpc-c-client for libxmlrpc_client.so