From 0c4615be52420af964dc8de7515ef3446a91742c Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 21 Jan 2020 15:08:37 +0300 Subject: [PATCH] Remove constant that is now used only once after commit 8e407b31b7 https://bugzilla.rosalinux.ru/show_bug.cgi?id=10395#c4 --- openssl.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openssl.spec b/openssl.spec index 92db53d..29703ee 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,4 +1,3 @@ -%define openssl_ver 1.0.2 %define major 1.0.0 %define engines_name %mklibname openssl-engines %{major} %define libcrypto %mklibname crypto %{major} @@ -27,8 +26,8 @@ Summary: Secure Sockets Layer communications libs & utils Name: openssl -Version: %{openssl_ver}u -Release: 2 +Version: 1.0.2u +Release: 3 License: BSD-like Group: System/Libraries Url: https://www.openssl.org