[fedora-virt-maint] rpms/libvirt/F-9 libvirt.spec, 1.100, 1.101 sources, 1.37, 1.38 libvirt-0.6.0-autostart-timeout.patch, 1.1, NONE libvirt-0.6.0-dbus-threads.patch, 1.1, NONE libvirt-0.6.0-qemu-startup.patch, 1.1, NONE libvirt-0.6.0-rpccall.patch, 1.1, NONE libvirt-0.6.0-timeout.patch, 1.1, NONE

Daniel Veillard veillard at fedoraproject.org
Thu Mar 5 10:04:54 UTC 2009


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25668

Modified Files:
	libvirt.spec sources 
Removed Files:
	libvirt-0.6.0-autostart-timeout.patch 
	libvirt-0.6.0-dbus-threads.patch 
	libvirt-0.6.0-qemu-startup.patch libvirt-0.6.0-rpccall.patch 
	libvirt-0.6.0-timeout.patch 
Log Message:
0.6.1 upstream release, Daniel



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-9/libvirt.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- libvirt.spec	18 Feb 2009 14:15:19 -0000	1.100
+++ libvirt.spec	5 Mar 2009 10:04:24 -0000	1.101
@@ -46,16 +46,11 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.6.0
-Release: 3%{?dist}%{?extra_release}
+Version: 0.6.1
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
-Patch1: %{name}-%{version}-timeout.patch
-Patch2: %{name}-%{version}-rpccall.patch
-Patch3: %{name}-%{version}-qemu-startup.patch
-Patch4: %{name}-%{version}-dbus-threads.patch
-Patch5: %{name}-%{version}-autostart-timeout.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://libvirt.org/
 BuildRequires: python python-devel
@@ -182,11 +177,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 %if ! %{with_xen}
@@ -259,7 +249,9 @@
 
 %makeinstall
 (cd docs/examples ; make clean ; rm -rf .deps Makefile Makefile.in)
-(cd docs/examples/python ; rm -f Makefile Makefile.in)
+(cd docs/examples/python ; rm -rf .deps Makefile Makefile.in)
+(cd examples/hellolibvirt ; make clean ; rm -rf .deps .libs Makefile Makefile.in)
+(cd examples/domain-events/events-c ;  make clean ;rm -rf .deps .libs Makefile Makefile.in)
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
@@ -454,6 +446,7 @@
 %doc docs/*.html docs/html docs/*.gif
 %doc docs/examples
 %doc docs/libvirt-api.xml
+%doc examples
 
 %if %{with_python}
 %files python
@@ -469,6 +462,12 @@
 %endif
 
 %changelog
+* Wed Mar  4 2009 Daniel Veillard <veillard at redhat.com> - 0.6.1-1.fc9
+- upstream release 0.6.1
+- support for node device detach reattach and reset
+- sVirt mandatory access control support
+- many bug fixes and small improvements
+
 * Wed Feb 18 2009 Daniel P. Berrange <berrange at redhat.com> - 0.6.0-3.fc9
 - Fix QEMU startup timeout/race (rhbz #484649)
 - Setup DBus threading. Don't allow dbus to call _exit / change SIGPIPE (rhbz #484553)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-9/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources	6 Feb 2009 20:01:02 -0000	1.37
+++ sources	5 Mar 2009 10:04:24 -0000	1.38
@@ -1 +1 @@
-8e0120d5452b37179f682031bf0895ea  libvirt-0.6.0.tar.gz
+3154ea9d4a0778497dfdf58cb98127c0  libvirt-0.6.1.tar.gz


--- libvirt-0.6.0-autostart-timeout.patch DELETED ---


--- libvirt-0.6.0-dbus-threads.patch DELETED ---


--- libvirt-0.6.0-qemu-startup.patch DELETED ---


--- libvirt-0.6.0-rpccall.patch DELETED ---


--- libvirt-0.6.0-timeout.patch DELETED ---




More information about the Fedora-virt-maint mailing list