mirror of
https://abf.rosa.ru/djam/openssl1.1.git
synced 2025-02-23 16:12:52 +00:00
Fix Conflicts and Obsoletes from previous commit
This commit is contained in:
parent
3181213949
commit
d0b5137170
1 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
Summary: Secure Sockets Layer communications libs & utils
|
||||
Name: openssl
|
||||
Version: 1.0.1n
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: BSD-like
|
||||
Group: System/Libraries
|
||||
Url: http://www.openssl.org/
|
||||
|
@ -90,7 +90,7 @@ This package provides engines for openssl.
|
|||
%package -n %{libcrypto}
|
||||
Summary: Secure Sockets Layer communications libs
|
||||
Group: System/Libraries
|
||||
Conflicts: libopenssl1.0.0 < 1.0.1n
|
||||
Conflicts: %{_lib}openssl1.0.0 < 1.0.1n
|
||||
|
||||
%description -n %{libcrypto}
|
||||
The libraries files are needed for various cryptographic algorithms
|
||||
|
@ -105,8 +105,8 @@ and protocols, including DES, RC4, RSA and SSL.
|
|||
%package -n %{libssl}
|
||||
Summary: Secure Sockets Layer communications libs
|
||||
Group: System/Libraries
|
||||
Conflicts: libopenssl1.0.0 < 1.0.1n
|
||||
Obsoletes: libopenssl1.0.0 < 1.0.1n
|
||||
Conflicts: %{_lib}openssl1.0.0 < 1.0.1n
|
||||
Obsoletes: %{_lib}openssl1.0.0 < 1.0.1n
|
||||
|
||||
%description -n %{libssl}
|
||||
The libraries files are needed for various cryptographic algorithms
|
||||
|
|
Loading…
Add table
Reference in a new issue