From 80da884ff8983265326448b76ba01368e9b6087917e616cb2a3980cdc5a9b820 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Jan 2008 13:41:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=11 --- libvirt.changes | 13 +++++++++++++ libvirt.spec | 14 +++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index b13b83e..35ce02e 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -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 diff --git a/libvirt.spec b/libvirt.spec index 711622c..f4ca0a0 100644 --- a/libvirt.spec +++ b/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