This commit is contained in:
committed by
Git OBS Bridge
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
|
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++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: yes
|
AutoReqProv: yes
|
||||||
Version: 0.4.6
|
Version: 0.4.6
|
||||||
Release: 9
|
Release: 10
|
||||||
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
||||||
Requires: readline
|
Requires: readline
|
||||||
Requires: ncurses
|
Requires: ncurses
|
||||||
@@ -324,6 +324,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{py_sitedir}/libvirtmod*
|
%{py_sitedir}/libvirtmod*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 24 2008 jfehlig@novell.com
|
||||||
- Fix connecting/disconnecting ISO via virt-manager
|
- Fix connecting/disconnecting ISO via virt-manager
|
||||||
bnc#446773
|
bnc#446773
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: libvirtd
|
# Provides: libvirtd
|
||||||
# Required-Start: $null
|
# Required-Start: $network
|
||||||
# Should-Start: xend
|
# Should-Start: xend
|
||||||
# Default-Start: 3 5
|
# Default-Start: 3 5
|
||||||
# Required-Stop: $null
|
# Required-Stop: $null
|
||||||
|
Reference in New Issue
Block a user