rpms/libvirt/FC-5 libvirt.spec,1.10,1.11 sources,1.7,1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 29 09:45:13 UTC 2006


Author: veillard

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

Modified Files:
	libvirt.spec sources 
Log Message:
Trying an update for -scratch with latest release, Daniel



Index: libvirt.spec
===================================================================
RCS file: /cvs/dist/rpms/libvirt/FC-5/libvirt.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libvirt.spec	22 Jun 2006 13:04:26 -0000	1.10
+++ libvirt.spec	29 Sep 2006 09:45:11 -0000	1.11
@@ -1,19 +1,22 @@
 Summary: Library providing an API to use the Xen virtualization
 Name: libvirt
-Version: 0.1.1
+Version: 0.1.7
 Release: 1.FC5
 License: LGPL
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-URL: http://libvir.org/
+URL: http://libvirt.org/
 BuildRequires: xen python python-devel
 Requires: xen
 Requires: libxml2
 Requires: readline
+Requires: ncurses
 BuildRequires: libxml2-devel
 BuildRequires: readline-devel
-BuildRequires: xen >= 3.0.2-3.FC5
+BuildRequires: ncurses-devel
+BuildRequires: gettext
+BuildRequires: xen >= 3.0.2-4.FC5
 Obsoletes: libvir
 ExclusiveArch: i386 x86_64
 
@@ -59,6 +62,7 @@
 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
+%find_lang %{name}
 
 %clean
 rm -fr %{buildroot}
@@ -69,13 +73,14 @@
 %postun
 /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(-, root, root)
 
 %doc AUTHORS ChangeLog NEWS README COPYING.LIB TODO
 %doc %{_mandir}/man1/virsh.1*
 %{_bindir}/virsh
 %{_libdir}/lib*.so.*
+%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
 
 %files devel
 %defattr(-, root, root)
@@ -104,6 +109,14 @@
 %doc docs/examples/python
 
 %changelog
+* Fri Sep 29 2006 Daniel Veillard <veillard at redhat.com> 0.1.7-1.FC5
+- update to 0.1.7
+- support for new xen 3.0.3
+- support for HVM guests
+- vCPUs specific interfaces
+- many bug fixes
+- many extensions for Xen, the installer and virt-manager
+
 * Wed Jun 21 2006 Daniel Veillard <veillard at redhat.com> 0.1.1-1.FC5
 - extend and cleanup the driver infrastructure and code
 - python examples


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libvirt/FC-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	21 Jun 2006 14:02:29 -0000	1.7
+++ sources	29 Sep 2006 09:45:11 -0000	1.8
@@ -1 +1 @@
-f5a86d6666ee783510c4896a7337ca9f  libvirt-0.1.1.tar.gz
+0ce3b3fd9afbc81c446ca30355e08e75  libvirt-0.1.7.tar.gz




More information about the fedora-cvs-commits mailing list