forked from pool/openssl-1_1
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
This commit is contained in:
parent
ae6dfc8494
commit
fff0b397cb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user