forked from pool/openssl-3
Accepting request 950451 from home:dspinella:branches:security:tls
- Fix conflict with openssl and libressl OBS-URL: https://build.opensuse.org/request/show/950451 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=34
This commit is contained in:
parent
c3d5c867a1
commit
3453bdccd1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 13:55:24 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
- Fix conflict with openssl and libressl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 08:32:43 UTC 2022 - Simon Lees <simonf.lees@suse.com>
|
||||
|
||||
|
@ -74,6 +74,7 @@ Recommends: %{name} = %{version}
|
||||
# We need to have around only the exact version we are able to operate with
|
||||
Conflicts: libopenssl-devel < %{version}
|
||||
Conflicts: libopenssl-devel > %{version}
|
||||
Conflicts: libressl-devel
|
||||
Conflicts: ssl-devel
|
||||
|
||||
%description -n libopenssl-3-devel
|
||||
@ -227,8 +228,8 @@ cp %{SOURCE5} .
|
||||
%dir %{ssletcdir}
|
||||
%config (noreplace) %{ssletcdir}/openssl3.cnf
|
||||
%attr(700,root,root) %{ssletcdir}/private
|
||||
%{ssletcdir}/ct_log_list.cnf
|
||||
%{ssletcdir}/ct_log_list.cnf.dist
|
||||
%config (noreplace) %{ssletcdir}/ct_log_list.cnf
|
||||
%config (noreplace) %{ssletcdir}/ct_log_list.cnf.dist
|
||||
|
||||
%dir %{_datadir}/ssl-3
|
||||
%{_datadir}/ssl-3/misc
|
||||
|
Loading…
Reference in New Issue
Block a user