Upstream release of 0.7.7,

Daniel
remotes/origin/f13
Daniel Veillard 2010-03-05 16:59:20 +00:00
parent 1d1a47ccaf
commit 1b3b9bf1cc
2 changed files with 11 additions and 23 deletions

View File

@ -1,13 +0,0 @@
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-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
qemuhelpdata = \
kvm-74 \

View File

@ -1,4 +1,3 @@
%define _default_patch_fuzz 2 \n\n
# -*- rpm-spec -*- # -*- rpm-spec -*-
# A client only build will create a libvirt.so only containing # A client only build will create a libvirt.so only containing
@ -169,8 +168,8 @@
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.7
Release: 3%{?dist}%{?extra_release} Release: 1%{?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
@ -343,10 +342,6 @@ BuildRequires: netcf-devel >= 0.1.4
# Fedora build root suckage # Fedora build root suckage
BuildRequires: gawk BuildRequires: gawk
# --no-add-needed changes
BuildRequires: autoconf automake libtool
Patch0: libvirt-0.7.6-add-needed.patch
%description %description
Libvirt is a C toolkit to interact with the virtualization capabilities Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The main package includes of recent versions of Linux (and other OSes). The main package includes
@ -399,7 +394,6 @@ of recent versions of Linux (and other OSes).
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .jx
%build %build
%if ! %{with_xen} %if ! %{with_xen}
@ -514,7 +508,6 @@ of recent versions of Linux (and other OSes).
%define _without_yajl --without-yajl %define _without_yajl --without-yajl
%endif %endif
autoreconf -v --install
%configure %{?_without_xen} \ %configure %{?_without_xen} \
%{?_without_qemu} \ %{?_without_qemu} \
%{?_without_openvz} \ %{?_without_openvz} \
@ -822,7 +815,15 @@ fi
%endif %endif
%changelog %changelog
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 0.7.6-3 * Fri Mar 5 2010 Daniel Veillard <veillard@redhat.com> - 0.7.7-1
- macvtap support
- async job handling
- virtio channel
- computing baseline CPU
- virDomain{Attach,Detach}DeviceFlags
- assorted bug fixes and lots of cleanups
* 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 - 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