Compare commits

...

10 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
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
Daniel Veillard
f822179f97 Oops forgot to bump version, Daniel 2010-02-03 17:40:46 +00:00
Daniel Veillard
47e7e1e548 upstream release of 0.7.6
daniel
2010-02-03 17:39:33 +00:00
Chris Weyl
e73b75314b * Thu Jan 14 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.7.5-3
- bump for libssh2 rebuild
2010-01-14 16:59:58 +00:00
Daniel P. Berrange
8193a55b4a Rebuild for libparted soname change 2010-01-12 14:10:20 +00:00
5 changed files with 44 additions and 4 deletions

View File

@@ -15,3 +15,4 @@ libvirt-0.7.2.tar.gz
libvirt-0.7.3.tar.gz
libvirt-0.7.4.tar.gz
libvirt-0.7.5.tar.gz
libvirt-0.7.6.tar.gz

1
branch Normal file
View File

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

View File

@@ -0,0 +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-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,3 +1,4 @@
%define _default_patch_fuzz 2 \n\n
# -*- rpm-spec -*-
# A client only build will create a libvirt.so only containing
@@ -168,8 +169,8 @@
Summary: Library providing a simple API virtualization
Name: libvirt
Version: 0.7.5
Release: 1%{?dist}%{?extra_release}
Version: 0.7.6
Release: 3%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@@ -248,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
@@ -342,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
@@ -394,6 +399,7 @@ of recent versions of Linux (and other OSes).
%prep
%setup -q
%patch0 -p1 -b .jx
%build
%if ! %{with_xen}
@@ -508,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} \
@@ -815,6 +822,24 @@ fi
%endif
%changelog
* 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
* 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
- Implement CPU topology support for QEMU driver
- Implement SCSI controller hotplug/unplug for QEMU
- Implement support for multi IQN
- a lot of fixes and improvements
* Thu Jan 14 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.7.5-3
- bump for libssh2 rebuild
* Tue Jan 12 2010 Daniel P. Berrange <berrange@redhat.com> - 0.7.5-2
- Rebuild for libparted soname change
* Wed Dec 23 2009 Daniel Veillard <veillard@redhat.com> - 0.7.5-1
- Add new API virDomainMemoryStats
- Public API and domain extension for CPU flags

View File

@@ -1 +1 @@
06eedba78d4848cede7ab1a6e48f6df9 libvirt-0.7.5.tar.gz
eaf0cf593d82d2dec6dca96abe56744e libvirt-0.7.6.tar.gz