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