diff --git a/libvirt.changes b/libvirt.changes index 1374b67..51813c5 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 25 14:09:08 MST 2008 - jfehlig@novell.com + +- Add network to Required-Start in libvirtd init script + bnc#448756 + ------------------------------------------------------------------- Mon Nov 24 10:51:53 MST 2008 - jfehlig@novell.com diff --git a/libvirt.spec b/libvirt.spec index badd1c4..7a47947 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -49,7 +49,7 @@ License: LGPL v2.1 or later Group: Development/Libraries/C and C++ AutoReqProv: yes Version: 0.4.6 -Release: 9 +Release: 10 Summary: A C toolkit to interract with the virtualization capabilities of Linux Requires: readline Requires: ncurses @@ -324,6 +324,9 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/libvirtmod* %changelog +* Tue Nov 25 2008 jfehlig@novell.com +- Add network to Required-Start in libvirtd init script + bnc#448756 * Mon Nov 24 2008 jfehlig@novell.com - Fix connecting/disconnecting ISO via virt-manager bnc#446773 diff --git a/libvirtd.init b/libvirtd.init index 5af6963..fe63711 100644 --- a/libvirtd.init +++ b/libvirtd.init @@ -5,7 +5,7 @@ # ### BEGIN INIT INFO # Provides: libvirtd -# Required-Start: $null +# Required-Start: $network # Should-Start: xend # Default-Start: 3 5 # Required-Stop: $null