Hello community, here is the log from the commit of package libvirt checked in at Thu Aug 14 00:03:39 CEST 2008. -------- --- arch/i386/libvirt/libvirt.changes 2008-08-09 08:14:17.000000000 +0200 +++ libvirt/libvirt.changes 2008-08-12 19:36:52.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 11 22:16:21 MDT 2008 - jfehlig@novell.com + +- Cleanup of libvirtd init script +- Removed dnsmasq from BuildRequires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt.spec ++++++ --- /var/tmp/diff_new_pack.K31565/_old 2008-08-14 00:00:10.000000000 +0200 +++ /var/tmp/diff_new_pack.K31565/_new 2008-08-14 00:00:10.000000000 +0200 @@ -28,7 +28,7 @@ %endif Name: libvirt -BuildRequires: PolicyKit-devel bridge-utils cyrus-sasl-devel dnsmasq fdupes gettext gnutls-devel iptables-devel libxml2-devel lvm2 ncurses-devel parted-devel pkg-config python-devel readline-devel util-linux xhtml-dtd +BuildRequires: PolicyKit-devel bridge-utils cyrus-sasl-devel fdupes gettext gnutls-devel iptables-devel libxml2-devel lvm2 ncurses-devel parted-devel pkg-config python-devel readline-devel util-linux xhtml-dtd %if %{with_xen} BuildRequires: xen-devel %endif @@ -44,7 +44,7 @@ Group: Development/Libraries/C and C++ AutoReqProv: yes Version: 0.4.4 -Release: 14 +Release: 16 Summary: A C toolkit to interract with the virtualization capabilities of Linux Requires: readline Requires: ncurses @@ -167,7 +167,9 @@ --with-init-script=none \ --with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid \ --with-storage-iscsi=no \ - --with-xen-proxy=no + --with-xen-proxy=no \ + ac_cv_path_DNSMASQ=/usr/sbin/dnsmasq \ + ac_cv_path_QEMU_IMG=/usr/bin/qemu-img make DOCS_DIR=%{_docdir}/%{name}-python EXAMPLE_DIR=%{_docdir}/%{name}-python/examples HTML_DIR=%{_docdir}/%{name} cd docs/examples ; make index.html ; cd ../.. @@ -268,6 +270,9 @@ %{py_sitedir}/libvirtmod* %changelog +* Tue Aug 12 2008 jfehlig@novell.com +- Cleanup of libvirtd init script +- Removed dnsmasq from BuildRequires * Sat Aug 09 2008 jfehlig@novell.com - Adjustments to spec file + Added /var/lib/libvirt directory ++++++ libvirtd.init ++++++ --- arch/i386/libvirt/libvirtd.init 2008-06-05 19:21:56.000000000 +0200 +++ libvirt/libvirtd.init 2008-08-12 06:06:40.000000000 +0200 @@ -5,8 +5,11 @@ # ### BEGIN INIT INFO # Provides: libvirtd +# Required-Start: $null # Should-Start: xend # Default-Start: 3 5 +# Required-Stop: $null +# Should-Stop: $null # Default-Stop: 0 1 2 4 6 # Short-Description: daemon for libvirt virtualization API # Description: This is a daemon for managing QEMU guest instances ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org