This commit is contained in:
parent
e5e909cdc4
commit
80da884ff8
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 15:45:34 MST 2008 - jfehlig@novell.com
|
||||
|
||||
- Remove Requires of nc package. netcat is the equivalent but it
|
||||
does not support unix domain sockets so no need to require it
|
||||
either.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 17:07:49 CET 2008 - coolo@suse.de
|
||||
|
||||
- do not require a non existant package, but change it to a recommend
|
||||
to digestmd5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 11:06:25 MST 2008 - jfehlig@novell.com
|
||||
|
||||
|
14
libvirt.spec
14
libvirt.spec
@ -19,18 +19,15 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: yes
|
||||
Version: 0.4.0
|
||||
Release: 1
|
||||
Release: 3
|
||||
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
||||
Requires: dnsmasq
|
||||
Requires: bridge-utils
|
||||
Requires: iptables
|
||||
# So remote clients can access libvirt over SSH tunnel
|
||||
# (client invokes 'nc' against the UNIX socket on the server)
|
||||
Requires: nc
|
||||
Requires: cyrus-sasl
|
||||
# Not technically required, but makes 'out-of-box' config
|
||||
# work correctly & doesn't have onerous dependancies
|
||||
Requires: cyrus-sasl-md5
|
||||
Recommends: cyrus-sasl-digestmd5
|
||||
Requires: PolicyKit >= 0.6
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: libvirtd.init
|
||||
@ -228,6 +225,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{py_sitedir}/libvirtmod*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 09 2008 - jfehlig@novell.com
|
||||
- Remove Requires of nc package. netcat is the equivalent but it
|
||||
does not support unix domain sockets so no need to require it
|
||||
either.
|
||||
* Tue Jan 08 2008 - coolo@suse.de
|
||||
- do not require a non existant package, but change it to a recommend
|
||||
to digestmd5
|
||||
* Fri Jan 04 2008 - jfehlig@novell.com
|
||||
- Updated to libvirt-0.4.0
|
||||
- SASL based authentication for libvirt remote support
|
||||
|
Loading…
Reference in New Issue
Block a user