mirror of
https://abf.rosa.ru/djam/openssl.git
synced 2025-02-23 08:12:50 +00:00
Add conflicts with older curl and wget versions (built with recently removed SSLv2 support)
This commit is contained in:
parent
96dfe9ed58
commit
2015e24cb6
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ Conflicts: %{_lib}openssl1.0.0 < 1.0.1n
|
|||
Obsoletes: %{_lib}openssl1.0.0 < 1.0.1n
|
||||
# needed to avoid undefined symbols in rpm (rpm depends on neon library)
|
||||
Conflicts: %{_lib}neon0.27 < 0.30.1
|
||||
# needed to avoid undefined symbols in curl and wget as they block update
|
||||
Conflicts: curl < 1:7.47.1
|
||||
Conflicts: wget < 1.17.1
|
||||
|
||||
%description -n %{libssl}
|
||||
The libraries files are needed for various cryptographic algorithms
|
||||
|
|
Loading…
Add table
Reference in a new issue