Accepting request 62865 from Virtualization
Accepted submit request 62865 from user jfehlig OBS-URL: https://build.opensuse.org/request/show/62865 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=72
This commit is contained in:
commit
fca0888874
@ -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
|
Thu Feb 17 20:39:22 MST 2011 - jfehlig@novell.com
|
||||||
|
|
||||||
|
@ -202,6 +202,8 @@ Summary: Client side library and utilities of the libvirt library
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: readline
|
Requires: readline
|
||||||
Requires: ncurses
|
Requires: ncurses
|
||||||
|
# Needed by libvirt-guests init script.
|
||||||
|
Requires: gettext
|
||||||
# So remote clients can access libvirt over SSH tunnel
|
# So remote clients can access libvirt over SSH tunnel
|
||||||
# (client invokes 'nc' against the UNIX socket on the server)
|
# (client invokes 'nc' against the UNIX socket on the server)
|
||||||
Recommends: netcat-openbsd
|
Recommends: netcat-openbsd
|
||||||
@ -437,8 +439,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if 0%{?sles_version}
|
%if 0%{?sles_version}
|
||||||
%{fillup_and_insserv -f -y libvirtd}
|
%{fillup_and_insserv -f -y libvirtd}
|
||||||
%{fillup_only -n libvirt-guests}
|
|
||||||
%endif
|
%endif
|
||||||
|
%{fillup_only -n libvirt-guests}
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%stop_on_removal libvirtd
|
%stop_on_removal libvirtd
|
||||||
|
Loading…
Reference in New Issue
Block a user