From d0b51371705c73617ef3fbe398658fb9ee57de52 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Sat, 13 Jun 2015 01:54:29 +1000 Subject: [PATCH] Fix Conflicts and Obsoletes from previous commit --- openssl.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openssl.spec b/openssl.spec index 0908b13..5a6ed99 100644 --- a/openssl.spec +++ b/openssl.spec @@ -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