From fff0b397cb2c86559f203d7178713a8461072410b6394d4741794cd55e9112c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Aug 2018 11:19:07 +0000 Subject: [PATCH] Accepting request 627059 from home:vitezslav_cizek:branches:security:tls - Add openssl(cli) Provide so the packages that require the openssl binary can require this instead of the new openssl meta package (bsc#1101470) - Don't Require openssl-1_1 from the devel package, just Recommend it OBS-URL: https://build.opensuse.org/request/show/627059 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-1_1?expand=0&rev=15 --- openssl-1_1.changes | 8 ++++++++ openssl-1_1.spec | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/openssl-1_1.changes b/openssl-1_1.changes index ba61e17..b1aface 100644 --- a/openssl-1_1.changes +++ b/openssl-1_1.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 2 10:41:20 UTC 2018 - vcizek@suse.com + +- Add openssl(cli) Provide so the packages that require the openssl + binary can require this instead of the new openssl meta package + (bsc#1101470) +- Don't Require openssl-1_1 from the devel package, just Recommend it + ------------------------------------------------------------------- Fri Jun 1 11:37:06 UTC 2018 - vcizek@suse.com diff --git a/openssl-1_1.spec b/openssl-1_1.spec index bf54f50..9052a5b 100644 --- a/openssl-1_1.spec +++ b/openssl-1_1.spec @@ -88,6 +88,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(zlib) Conflicts: ssl Provides: ssl +Provides: openssl(cli) # Needed for clean upgrade path, boo#1070003 Obsoletes: openssl-1_0_0 # Needed for clean upgrade from former openssl-1_1_0, boo#1081335 @@ -104,6 +105,7 @@ Summary: Secure Sockets and Transport Layer Security License: OpenSSL Group: Productivity/Networking/Security Recommends: ca-certificates-mozilla +# install libopenssl and libopenssl-hmac close together (bsc#1090765) Suggests: libopenssl1_1-hmac = %{version}-%{release} # Needed for clean upgrade from former openssl-1_1_0, boo#1081335 Obsoletes: libopenssl1_1_0 @@ -118,7 +120,7 @@ OpenSSL contains an implementation of the SSL and TLS protocols. Summary: Development files for OpenSSL License: OpenSSL Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} +Recommends: %{name} = %{version} Requires: libopenssl1_1 = %{version} Requires: pkgconfig(zlib) # we need to have around only the exact version we are able to operate with