rpms/libvirt/F-8 libvirt.spec, 1.76, 1.77 sources, 1.28, 1.29 libvirt-0.4.1-daemon-startup.patch, 1.1, NONE libvirt-0.4.1-polkit.patch, 1.1, NONE libvirt-0.4.1-qemu-media-change.patch, 1.1, NONE libvirt-0.4.1-qemud1.patch, 1.1, NONE libvirt-0.4.1-qemud2.patch, 1.1, NONE libvirt-0.4.1-tap-ifname.patch, 1.1, NONE libvirt-0.4.1-xen-boot-device.patch, 1.1, NONE libvirt-iscsi-sysfs4.patch, 1.1, NONE libvirt-source-dir-fix.patch, 1.1, NONE libvirt-storage-api-iscsi-sendtarget.patch, 1.1, NONE

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Thu Apr 10 14:58:34 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23539

Modified Files:
	libvirt.spec sources 
Removed Files:
	libvirt-0.4.1-daemon-startup.patch libvirt-0.4.1-polkit.patch 
	libvirt-0.4.1-qemu-media-change.patch 
	libvirt-0.4.1-qemud1.patch libvirt-0.4.1-qemud2.patch 
	libvirt-0.4.1-tap-ifname.patch 
	libvirt-0.4.1-xen-boot-device.patch libvirt-iscsi-sysfs4.patch 
	libvirt-source-dir-fix.patch 
	libvirt-storage-api-iscsi-sendtarget.patch 
Log Message:
upstream release 0.4.2, Daniel



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-8/libvirt.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- libvirt.spec	4 Apr 2008 15:52:04 -0000	1.76
+++ libvirt.spec	10 Apr 2008 14:57:57 -0000	1.77
@@ -20,21 +20,11 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.4.1
-Release: 3%{?dist}%{?extra_release}
+Version: 0.4.2
+Release: 1%{?dist}%{?extra_release}
 License: LGPL
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
-Patch0: libvirt-0.4.1-qemud1.patch
-Patch1: libvirt-0.4.1-qemud2.patch
-Patch2: %{name}-%{version}-daemon-startup.patch
-Patch3: %{name}-%{version}-qemu-media-change.patch
-Patch4: %{name}-%{version}-xen-boot-device.patch
-Patch5: %{name}-%{version}-tap-ifname.patch
-Patch6: libvirt-storage-api-iscsi-sendtarget.patch 
-Patch7: libvirt-iscsi-sysfs4.patch 
-Patch8: libvirt-source-dir-fix.patch
-Patch9: %{name}-%{version}-polkit.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://libvirt.org/
 BuildRequires: python python-devel
@@ -146,16 +136,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
 
 %build
 # Xen is available only on i386 x86_64 ia64
@@ -192,6 +172,8 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a
 install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/libvirt/
+# Default dir for disk images defined in SELinux policy
+install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/lib/libvirt/images/
 
 # 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
@@ -256,6 +238,7 @@
 %{_datadir}/libvirt/networks/default.xml
 %dir %{_localstatedir}/run/libvirt/
 %dir %{_localstatedir}/lib/libvirt/
+%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/images/
 %if %{with_polkit}
 %{_datadir}/PolicyKit/policy/libvirtd.policy
 %endif
@@ -296,6 +279,11 @@
 %doc docs/examples/python
 
 %changelog
+* Tue Apr  8 2008 Daniel Veillard ,veillard at redhat.com> 0.4.2-1.fc8
+- upstream release 0.4.2
+- many bug fixes
+- localization updates
+
 * Thu Apr  4 2008 Daniel P. Berrange <berrange at redhat.com> - 0.4.1-3.fc8
 - Don't run polkit-auth as root
 - Don't request polkit auth if client is root


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-8/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	6 Mar 2008 09:52:14 -0000	1.28
+++ sources	10 Apr 2008 14:57:57 -0000	1.29
@@ -1 +1 @@
-4dfe45869f082393cfd09f4690454c12  libvirt-0.4.1.tar.gz
+c87e3d91eaa9445bb3cb1ba191573c83  libvirt-0.4.2.tar.gz


--- libvirt-0.4.1-daemon-startup.patch DELETED ---


--- libvirt-0.4.1-polkit.patch DELETED ---


--- libvirt-0.4.1-qemu-media-change.patch DELETED ---


--- libvirt-0.4.1-qemud1.patch DELETED ---


--- libvirt-0.4.1-qemud2.patch DELETED ---


--- libvirt-0.4.1-tap-ifname.patch DELETED ---


--- libvirt-0.4.1-xen-boot-device.patch DELETED ---


--- libvirt-iscsi-sysfs4.patch DELETED ---


--- libvirt-source-dir-fix.patch DELETED ---


--- libvirt-storage-api-iscsi-sendtarget.patch DELETED ---




More information about the scm-commits mailing list