rpms/libvirt/devel .cvsignore, 1.21, 1.22 libvirt.spec, 1.56, 1.57 sources, 1.22, 1.23 libvirt-0.2.2-bridge-init.patch, 1.1, NONE libvirt-0.2.2-disable-xm.patch, 1.1, NONE libvirt-0.2.2-dnsmasq-order.patch, 1.1, NONE libvirt-0.2.2-graphics-hvm.patch, 1.1, NONE libvirt-0.2.2-qemu-noreboot.patch, 1.2, NONE libvirt-0.2.2-sync-daemon-restart.patch, 1.1, NONE

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Mon Jul 9 12:41:30 UTC 2007


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3540

Modified Files:
	.cvsignore libvirt.spec sources 
Removed Files:
	libvirt-0.2.2-bridge-init.patch libvirt-0.2.2-disable-xm.patch 
	libvirt-0.2.2-dnsmasq-order.patch 
	libvirt-0.2.2-graphics-hvm.patch 
	libvirt-0.2.2-qemu-noreboot.patch 
	libvirt-0.2.2-sync-daemon-restart.patch 
Log Message:
Upstream release of 0.3.0 , removed old patches, Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	8 Jun 2007 15:07:30 -0000	1.21
+++ .cvsignore	9 Jul 2007 12:40:55 -0000	1.22
@@ -18,3 +18,4 @@
 libvirt-0.2.1.tar.gz
 libvirt-0.2.2.tar.gz
 libvirt-0.2.3.tar.gz
+libvirt-0.3.0.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- libvirt.spec	8 Jun 2007 15:07:30 -0000	1.56
+++ libvirt.spec	9 Jul 2007 12:40:55 -0000	1.57
@@ -1,15 +1,9 @@
 # -*- rpm-spec -*-
 
-# This macro is used for the continuous automated builds. It just
-# allows an extra fragment based on the timestamp to be appended
-# to the release. This distinguishes automated builds, from formal
-# Fedora RPM builds
-%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
-
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.2.3
-Release: 1%{?_extra_release}
+Version: 0.3.0
+Release: 1%{?dist}%{?extra_release}
 License: LGPL
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
@@ -20,13 +14,14 @@
 Requires: readline
 Requires: ncurses
 Requires: dnsmasq
+Requires: bridge-utils
+Requires: iptables
 BuildRequires: xen-devel
 BuildRequires: libxml2-devel
 BuildRequires: readline-devel
 BuildRequires: ncurses-devel
 BuildRequires: gettext
-BuildRequires: libsysfs-devel
-BuildRequires: /sbin/iptables
+BuildRequires: gnutls-devel
 Obsoletes: libvir
 ExclusiveArch: i386 x86_64 ia64
 
@@ -61,14 +56,15 @@
 %setup -q
 
 %build
-%configure --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid
+%configure --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid --with-remote-file=%{_localstatedir}/run/libvirtd.pid
 make
 
 %install
 rm -fr %{buildroot}
 
 %makeinstall
-(cd docs/examples ; make clean ; rm -rf .deps)
+(cd docs/examples ; make clean ; rm -rf .deps Makefile Makefile.in)
+(cd docs/examples/python ; rm -f Makefile Makefile.in)
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
@@ -129,10 +125,7 @@
 %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
+%config(noreplace) %{_sysconfdir}/sysconfig/libvirtd
 %dir %{_datadir}/libvirt/
 %dir %{_datadir}/libvirt/networks/
 %{_datadir}/libvirt/networks/default.xml
@@ -140,7 +133,7 @@
 %dir %{_localstatedir}/lib/libvirt/
 %dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/qemu/
 %attr(4755, root, root) %{_libexecdir}/libvirt_proxy
-%attr(0755, root, root) %{_sbindir}/libvirt_qemud
+%attr(0755, root, root) %{_sbindir}/libvirtd
 %doc docs/libvirt.rng
 
 %files devel
@@ -171,27 +164,20 @@
 %doc docs/examples/python
 
 %changelog
-* Fri Jun  8 2007 Daniel Veillard <veillard at redhat.com> - 0.2.3-1.fc7
+* Mon Jul  9 2007 Daniel Veillard <veillard at redhat.com> - 0.3.0-1.fc8
+- Release of 0.3.0
+- Secure remote access support
+- unification of daemons
+- lots of assorted bugfixes and cleanups
+- documentation and localization improvements
+
+* Fri Jun  8 2007 Daniel Veillard <veillard at redhat.com> - 0.2.3-1.fc8
 - Release of 0.2.3
 - lot of assorted bugfixes and cleanups
 - support for Xen-3.1
 - new scheduler API
 
-* Mon May 14 2007 Daniel P. Berrange <berrange at redhat.com> - 0.2.2-4.fc7
-- Fixed uninitialized value causing stack overflow
-- Fixed bridged networking when no virtual network is defined (bz 239273)
-
-* Thu May  3 2007 Daniel P. Berrange <berrange at redhat.com> - 0.2.2-3.fc7
-- Fixed init script restart race
-- Remove duplicate <graphics> tag for HVM
-- Support -no-reboot in qemu for installs
-- Disable xm config file driver for 3.0.5
-- Force dnsmasq ordering for resolv.conf
-
-* Fri Apr 21 2007 Daniel P. Berrange <berrange at redhat.com> - 0.2.2-2.fc7
-- Added Requires on dnsmasq for virtual networking
-
-* Tue Apr 17 2007 Daniel Veillard <veillard at redhat.com> - 0.2.2-1.fc7
+* Tue Apr 17 2007 Daniel Veillard <veillard at redhat.com> - 0.2.2-1
 - Release of 0.2.2
 - lot of assorted bugfixes and cleanups
 - preparing for Xen-3.0.5
@@ -201,7 +187,7 @@
 - fix scriptlet error (need to own more directories)
 - update description text
 
-* Fri Mar 16 2007 Daniel Veillard <veillard at redhat.com> - 0.2.1-1.fc7
+* Fri Mar 16 2007 Daniel Veillard <veillard at redhat.com> - 0.2.1-1
 - Release of 0.2.1
 - lot of bug and portability fixes
 - Add support for network autostart and init scripts


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	8 Jun 2007 15:07:30 -0000	1.22
+++ sources	9 Jul 2007 12:40:55 -0000	1.23
@@ -1 +1 @@
-3b9e192de1777c8ec801d16cbf1c7819  libvirt-0.2.3.tar.gz
+e6a85e2ef99f985a298376e01fcc7a3c  libvirt-0.3.0.tar.gz


--- libvirt-0.2.2-bridge-init.patch DELETED ---


--- libvirt-0.2.2-disable-xm.patch DELETED ---


--- libvirt-0.2.2-dnsmasq-order.patch DELETED ---


--- libvirt-0.2.2-graphics-hvm.patch DELETED ---


--- libvirt-0.2.2-qemu-noreboot.patch DELETED ---


--- libvirt-0.2.2-sync-daemon-restart.patch DELETED ---




More information about the fedora-extras-commits mailing list