diff --git a/libvirt.changes b/libvirt.changes index 4eca534..b5dde66 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 25 12:38:09 MST 2011 - jfehlig@novell.com + +- Minor fixes for libvirt-guests + bnc#653398 + ------------------------------------------------------------------- Thu Feb 17 20:39:22 MST 2011 - jfehlig@novell.com diff --git a/libvirt.spec b/libvirt.spec index 9b47268..0a70be3 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -202,6 +202,8 @@ Summary: Client side library and utilities of the libvirt library Group: Development/Libraries/C and C++ Requires: readline Requires: ncurses +# Needed by libvirt-guests init script. +Requires: gettext # So remote clients can access libvirt over SSH tunnel # (client invokes 'nc' against the UNIX socket on the server) Recommends: netcat-openbsd @@ -437,8 +439,10 @@ rm -rf $RPM_BUILD_ROOT /sbin/ldconfig %if 0%{?sles_version} %{fillup_and_insserv -f -y libvirtd} -%{fillup_only -n libvirt-guests} +%else +%{fillup_only -n libvirtd} %endif +%{fillup_only -n libvirt-guests} %preun %stop_on_removal libvirtd