From b0607169787a945f0d386126bedc04d0a4c18ab502afd8b7780a346914e9c8a6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 18 Jul 2008 19:56:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=19 --- openssl.changes | 6 ++++++ openssl.spec | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/openssl.changes b/openssl.changes index 98d5f21..1c89893 100644 --- a/openssl.changes +++ b/openssl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 16 12:02:37 CEST 2008 - mkoenig@suse.de + +- do not require openssl-certs, but rather recommend it + to avoid dependency cycle [bnc#408865] + ------------------------------------------------------------------- Wed Jul 9 12:53:27 CEST 2008 - mkoenig@suse.de diff --git a/openssl.spec b/openssl.spec index e019aa1..24adf7c 100644 --- a/openssl.spec +++ b/openssl.spec @@ -20,7 +20,7 @@ Group: Productivity/Networking/Security Provides: ssl AutoReqProv: on Version: 0.9.8h -Release: 3 +Release: 5 Summary: Secure Sockets and Transport Layer Security Url: http://www.openssl.org/ Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2 @@ -70,7 +70,7 @@ Authors: License: BSD 3-Clause Summary: Secure Sockets and Transport Layer Security Group: Productivity/Networking/Security -Requires: openssl-certs +Recommends: openssl-certs %description -n libopenssl0_9_8 The OpenSSL Project is a collaborative effort to develop a robust, @@ -371,6 +371,9 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi %{_bindir}/%{name} %changelog +* Wed Jul 16 2008 mkoenig@suse.de +- do not require openssl-certs, but rather recommend it + to avoid dependency cycle [bnc#408865] * Wed Jul 09 2008 mkoenig@suse.de - remove the certs subpackage from the openssl package and move the CA root certificates into a package of its own