Accepting request 1094354 from security:tls:unstable

- Improve cross-package provides/conflicts [boo#1210313]
  * Add Conflicts: openssl(cli) for mutual exclusion between
    openssl, openssl-1_0_0 and libressl.

OBS-URL: https://build.opensuse.org/request/show/1094354
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl?expand=0&rev=50
This commit is contained in:
Otto Hollmann 2023-06-21 13:12:38 +00:00 committed by Git OBS Bridge
parent 33e78aed93
commit 933d4f991f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 20 15:18:56 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>
- Improve cross-package provides/conflicts [boo#1210313]
* Add Conflicts: openssl(cli) for mutual exclusion between
openssl, openssl-1_0_0 and libressl.
-------------------------------------------------------------------
Tue May 30 14:00:15 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>

View File

@ -32,6 +32,7 @@ Requires: openssl-%{_sonum} = %{version}
# the debuginfo package is now openssl-%%{_sonum}-debuginfo (boo#1040172)
Obsoletes: openssl-debuginfo
BuildArch: noarch
Conflicts: openssl(cli)
Provides: openssl(cli)
%description