rpms/libvirt/FC-6 libvirt.spec,1.43,1.44 sources,1.19,1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 19 12:43:26 UTC 2007


Author: veillard

Update of /cvs/dist/rpms/libvirt/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv7450

Modified Files:
	libvirt.spec sources 
Log Message:
Update to 0.2.2, Daniel



Index: libvirt.spec
===================================================================
RCS file: /cvs/dist/rpms/libvirt/FC-6/libvirt.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- libvirt.spec	19 Mar 2007 21:16:49 -0000	1.43
+++ libvirt.spec	19 Apr 2007 12:43:24 -0000	1.44
@@ -6,10 +6,10 @@
 # Fedora RPM builds
 %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 
-Summary: Library providing an API to use the Xen virtualization
+Summary: Library providing a simple API for virtualization
 Name: libvirt
-Version: 0.2.1
-Release: 2%{?_extra_release}
+Version: 0.2.2
+Release: 1%{?_extra_release}
 License: LGPL
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
@@ -32,8 +32,8 @@
 Patch0:libvirt-0.2.0-pvfb-new-config.patch
 
 %description
-This C library provides an API to use the Xen virtualization framework,
-and the virsh command line tool to control virtual domains.
+Libvirt is a C toolkit to interract with the virtualization capabilities
+of recent versions of Linux (and other OSes).
 
 %package devel
 Summary: Libraries, includes, etc. to compile with the libvirt library
@@ -44,7 +44,7 @@
 
 %description devel
 Includes and documentations for the C library providing an API to use
-the Xen virtualization framework
+the virtualization capabilities of recent versions of Linux (and other OSes).
 
 %package python
 Summary: Python bindings for the libvirt library
@@ -55,7 +55,8 @@
 %description python
 The libvirt-python package contains a module that permits applications
 written in the Python programming language to use the interface
-supplied by the libvirt library to use the Xen virtualization framework.
+supplied by the libvirt library to use the the virtualization capabilities 
+of recent versions of Linux (and other OSes).
 
 %prep
 %setup -q
@@ -128,7 +129,12 @@
 %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/
 %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/
 %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/
+%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/autostart
 %{_sysconfdir}/rc.d/init.d/libvirtd
+%dir %{_sysconfdir}/libvirt
+%dir %{_sysconfdir}/libvirt/qemu
+%dir %{_sysconfdir}/libvirt/qemu/networks
+%dir %{_sysconfdir}/libvirt/qemu/networks/autostart
 %dir %{_datadir}/libvirt/
 %dir %{_datadir}/libvirt/networks/
 %{_datadir}/libvirt/networks/default.xml
@@ -142,6 +148,7 @@
 %defattr(-, root, root)
 
 %{_libdir}/lib*.so
+%dir %{_includedir}/libvirt
 %{_includedir}/libvirt/*.h
 %{_libdir}/pkgconfig/libvirt.pc
 %doc %{_datadir}/gtk-doc/html/libvirt/*.devhelp
@@ -165,6 +172,11 @@
 %doc docs/examples/python
 
 %changelog
+* Thu Apr 19 2007 Daniel Veillard <veillard at redhat.com> - 0.2.2-1.fc6
+- Release of 0.2.2
+- lot of assorted bugfixes and cleanups
+- preparing for Xen-3.0.5
+
 * Mon Mar 19 2007 Daniel Veillard <veillard at redhat.com> - 2.0.1-2.fc6
 - We still need to force use of new PVFB config style
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libvirt/FC-6/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	19 Mar 2007 09:33:41 -0000	1.19
+++ sources	19 Apr 2007 12:43:24 -0000	1.20
@@ -1 +1 @@
-c5ff72800c3540d486489fec2df737b3  libvirt-0.2.1.tar.gz
+5abe4b1fd6b57948ce259036afdc9194  libvirt-0.2.2.tar.gz




More information about the fedora-cvs-commits mailing list