rpms/libvirt/devel .cvsignore, 1.54, 1.55 libvirt.spec, 1.213, 1.214 sources, 1.56, 1.57

Daniel Veillard veillard at fedoraproject.org
Fri Apr 30 17:10:08 UTC 2010


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14260

Modified Files:
	.cvsignore libvirt.spec sources 
Log Message:
Upstream release of libvirt-0.8.1, Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- .cvsignore	12 Apr 2010 18:05:13 -0000	1.54
+++ .cvsignore	30 Apr 2010 17:10:08 -0000	1.55
@@ -18,3 +18,4 @@ libvirt-0.7.5.tar.gz
 libvirt-0.7.6.tar.gz
 libvirt-0.7.7.tar.gz
 libvirt-0.8.0.tar.gz
+libvirt-0.8.1.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -p -r1.213 -r1.214
--- libvirt.spec	12 Apr 2010 18:05:13 -0000	1.213
+++ libvirt.spec	30 Apr 2010 17:10:08 -0000	1.214
@@ -174,7 +174,7 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.8.0
+Version: 0.8.1
 Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
@@ -566,6 +566,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/python*/
 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a
 
 %if %{with_network}
+install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/lib/libvirt/dnsmasq/
 # We don't want to install /etc/libvirt/qemu/networks in the main %files list
 # because if the admin wants to delete the default network completely, we don't
 # want to end up re-incarnating it on every RPM upgrade.
@@ -605,7 +606,7 @@ rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/log
 %endif
 %if ! %{with_lxc}
 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/lxc.conf
-rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.qemu
+rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.lxc
 %endif
 %if ! %{with_uml}
 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.uml
@@ -618,6 +619,17 @@ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}
 %clean
 rm -fr %{buildroot}
 
+%check
+cd tests
+# These 3 tests don't current work in a mock build root
+for i in nodeinfotest daemon-conf seclabeltest
+do
+  rm -f $i
+  echo -e "#!/bin/sh\nexit 0" > $i
+  chmod +x $i
+done
+make check
+
 %pre
 %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
 # Normally 'setup' adds this in /etc/passwd, but this is
@@ -731,6 +743,7 @@ fi
 %if %{with_network}
 %dir %{_localstatedir}/run/libvirt/network/
 %dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/network/
+%dir %attr(0755, root, root) %{_localstatedir}/lib/libvirt/dnsmasq/
 %endif
 
 %if %{with_qemu}
@@ -837,6 +850,11 @@ fi
 %endif
 
 %changelog
+* Fri Apr 30 2010 Daniel Veillard <veillard at redhat.com> - 0.8.1-1
+- Starts dnsmasq from libvirtd with --dhcp-hostsfile
+- Add virDomainGetBlockInfo API to query disk sizing
+- a lot of bug fixes and cleanups
+
 * Mon Apr 12 2010 Daniel Veillard <veillard at redhat.com> - 0.8.0-1
 - Upstream release 0.8.0
 - Snapshotting support (QEmu/VBox/ESX)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- sources	12 Apr 2010 18:05:14 -0000	1.56
+++ sources	30 Apr 2010 17:10:08 -0000	1.57
@@ -1 +1 @@
-189aff9385e4de88a127dbf15495a3af  libvirt-0.8.0.tar.gz
+2557c08801dfccf07871e4e2e35ccfcd  libvirt-0.8.1.tar.gz



More information about the scm-commits mailing list