Compare commits
3 Commits
no-polkit
...
libvirt-0_
Author | SHA1 | Date |
---|---|---|
|
1d1a47ccaf | |
|
14f81abaae | |
|
6b3af81b0e |
|
@ -1,12 +1,13 @@
|
||||||
diff -up libvirt-0.7.6/tests/Makefile.am.jx libvirt-0.7.6/tests/Makefile.am
|
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.jx 2010-01-21 09:32:37.000000000 -0500
|
||||||
+++ libvirt-0.7.6/tests/Makefile.am 2010-02-16 18:49:36.000000000 -0500
|
+++ libvirt-0.7.6/tests/Makefile.am 2010-02-17 10:32:27.000000000 -0500
|
||||||
@@ -317,7 +317,7 @@ conftest_LDADD = $(LDADDS)
|
@@ -37,7 +37,8 @@ LDADDS = \
|
||||||
|
../src/libvirt_test.la \
|
||||||
|
../gnulib/lib/libgnu.la \
|
||||||
|
$(LIBSOCKET) \
|
||||||
|
- $(COVERAGE_LDFLAGS)
|
||||||
|
+ $(COVERAGE_LDFLAGS) \
|
||||||
|
+ -ldl
|
||||||
|
|
||||||
nodeinfotest_SOURCES = \
|
qemuhelpdata = \
|
||||||
nodeinfotest.c testutils.h testutils.c
|
kvm-74 \
|
||||||
-nodeinfotest_LDADD = $(LDADDS)
|
|
||||||
+nodeinfotest_LDADD = $(LDADDS) -ldl
|
|
||||||
|
|
||||||
statstest_SOURCES = \
|
|
||||||
statstest.c testutils.h testutils.c
|
|
||||||
|
|
|
@ -170,7 +170,7 @@
|
||||||
Summary: Library providing a simple API virtualization
|
Summary: Library providing a simple API virtualization
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.7.6
|
Version: 0.7.6
|
||||||
Release: 2%{?dist}%{?extra_release}
|
Release: 3%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
||||||
|
@ -399,7 +399,7 @@ of recent versions of Linux (and other OSes).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .add-needed
|
%patch0 -p1 -b .jx
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if ! %{with_xen}
|
%if ! %{with_xen}
|
||||||
|
@ -822,7 +822,7 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
- libvirt-0.7.6-add-needed.patch: Fix FTBFS from --no-add-needed
|
||||||
- Add BuildRequires: xmlrpc-c-client for libxmlrpc_client.so
|
- Add BuildRequires: xmlrpc-c-client for libxmlrpc_client.so
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue