From 03ad9b5de8479d7b87dc92399789634d38d8942fa967a6e4d41d021a1d6dcd41 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 31 May 2021 11:13:16 +0000 Subject: [PATCH 1/2] Accepting request 896339 from home:dimstar:Factory - Provide openssl(cli) and ssl by the meta package: Together with the suggests openssl in the base patterns, any consumer of these symbols should get the openssl meta package as candidate, which allows us to easier change the recommended default version. OBS-URL: https://build.opensuse.org/request/show/896339 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl?expand=0&rev=35 --- openssl.changes | 8 ++++++++ openssl.spec | 2 ++ 2 files changed, 10 insertions(+) diff --git a/openssl.changes b/openssl.changes index d500ce8..ae12600 100644 --- a/openssl.changes +++ b/openssl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 31 09:56:39 UTC 2021 - Dominique Leuenberger + +- Provide openssl(cli) and ssl by the meta package: Together with + the suggests openssl in the base patterns, any consumer of these + symbols should get the openssl meta package as candidate, which + allows us to easier change the recommended default version. + ------------------------------------------------------------------- Thu Mar 25 22:59:26 UTC 2021 - Jason Sikes diff --git a/openssl.spec b/openssl.spec index 455a535..23d350e 100644 --- a/openssl.spec +++ b/openssl.spec @@ -32,6 +32,8 @@ Requires: openssl-%{_sonum} = %{version} # the debuginfo package is now openssl-%%{_sonum}-debuginfo (boo#1040172) Obsoletes: openssl-debuginfo BuildArch: noarch +Provides: openssl(cli) +Provides: ssl %description The OpenSSL Project is a collaborative effort to develop a robust, From 61375c96e55a18d15841c904081b9ead5bdea74b86cdb61689fbb4a8b41c6cde Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 3 Jun 2021 11:06:47 +0000 Subject: [PATCH 2/2] Accepting request 897175 from home:dimstar:Factory Do not provide ssl - it's the symbol used to conflict the various ssl implementations; fixup history, as this package could never exist like this OBS-URL: https://build.opensuse.org/request/show/897175 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl?expand=0&rev=36 --- openssl.changes | 4 ++-- openssl.spec | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/openssl.changes b/openssl.changes index ae12600..d806c42 100644 --- a/openssl.changes +++ b/openssl.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Mon May 31 09:56:39 UTC 2021 - Dominique Leuenberger -- Provide openssl(cli) and ssl by the meta package: Together with - the suggests openssl in the base patterns, any consumer of these +- Provide openssl(cli) by the meta package: Together with the + suggests openssl in the base patterns, any consumer of this symbols should get the openssl meta package as candidate, which allows us to easier change the recommended default version. diff --git a/openssl.spec b/openssl.spec index 23d350e..a02530a 100644 --- a/openssl.spec +++ b/openssl.spec @@ -33,7 +33,6 @@ Requires: openssl-%{_sonum} = %{version} Obsoletes: openssl-debuginfo BuildArch: noarch Provides: openssl(cli) -Provides: ssl %description The OpenSSL Project is a collaborative effort to develop a robust,