From fc64b3561e8d8a8b50f77acbb11c98d343d09703 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Mon, 14 Mar 2016 23:49:04 +1000 Subject: [PATCH] Add conflicts with older neon0.27 versions to avoid undefined symbols in rpm (rpm depends on neon library) --- openssl.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 2161d89..2b716ff 100644 --- a/openssl.spec +++ b/openssl.spec @@ -15,7 +15,7 @@ Summary: Secure Sockets Layer communications libs & utils Name: openssl Version: 1.0.1s -Release: 1 +Release: 2 License: BSD-like Group: System/Libraries Url: http://www.openssl.org/ @@ -107,6 +107,8 @@ Summary: Secure Sockets Layer communications libs Group: System/Libraries 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 %description -n %{libssl} The libraries files are needed for various cryptographic algorithms