forked from pool/libvirt
This commit is contained in:
parent
fc6430604d
commit
471080a25f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user