rpms/libvirt/devel .cvsignore, 1.17, 1.18 libvirt.spec, 1.42, 1.43 sources, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 14 18:20:28 UTC 2007


Author: veillard

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

Modified Files:
	.cvsignore libvirt.spec sources 
Log Message:
Release of libvirt-0.2.0, daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	22 Jan 2007 15:43:09 -0000	1.17
+++ .cvsignore	14 Feb 2007 18:20:26 -0000	1.18
@@ -14,3 +14,4 @@
 libvirt-0.1.9.tar.gz
 libvirt-0.1.10.tar.gz
 libvirt-0.1.11.tar.gz
+libvirt-0.2.0.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/dist/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- libvirt.spec	22 Jan 2007 15:43:09 -0000	1.42
+++ libvirt.spec	14 Feb 2007 18:20:26 -0000	1.43
@@ -2,7 +2,7 @@
 
 Summary: Library providing an API to use the Xen virtualization
 Name: libvirt
-Version: 0.1.11
+Version: 0.2.0
 Release: 1%{?dist}
 License: LGPL
 Group: Development/Libraries
@@ -19,6 +19,7 @@
 BuildRequires: readline-devel
 BuildRequires: ncurses-devel
 BuildRequires: gettext
+BuildRequires: libsysfs-devel
 Obsoletes: libvir
 ExclusiveArch: i386 x86_64 ia64
 
@@ -30,7 +31,6 @@
 Summary: Libraries, includes, etc. to compile with the libvirt library
 Group: Development/Libraries
 Requires: libvirt = %{version}
-Requires: xen-devel
 Requires: pkgconfig
 Obsoletes: libvir-devel
 
@@ -65,6 +65,8 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 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%{_sysconfdir}/libvirt/qemu/networks/
+install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/libvirt/
 %find_lang %{name}
 
 %clean
@@ -83,7 +85,10 @@
 %doc %{_mandir}/man1/virsh.1*
 %{_bindir}/virsh
 %{_libdir}/lib*.so.*
+%config %{_sysconfdir}/libvirt/qemu/networks/
+%{_localstatedir}/run/libvirt/
 %attr(4755, root, root) %{_libexecdir}/libvirt_proxy
+%attr(0755, root, root) %{_libexecdir}/libvirt_qemud
 %doc docs/libvirt.rng
 
 %files devel
@@ -113,6 +118,11 @@
 %doc docs/examples/python
 
 %changelog
+* Wed Feb 14 2007 Daniel Veillard <veillard at redhat.com> 0.2.0-1.fc7
+- support for KVM and QEmu
+- support for network configuration
+- assorted fixes
+
 * Mon Jan 22 2007 Daniel Veillard <veillard at redhat.com> 0.1.11-1.fc7
 - finish inactive Xen domains support
 - memory leak fix


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libvirt/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	22 Jan 2007 15:43:09 -0000	1.18
+++ sources	14 Feb 2007 18:20:26 -0000	1.19
@@ -1 +1 @@
-2ffed48966716b0eb6e7f7e166c270d9  libvirt-0.1.11.tar.gz
+65dd1d2da9bfb304a4e4a69b058cda9f  libvirt-0.2.0.tar.gz




More information about the fedora-cvs-commits mailing list