From 2d4e2f6ffa94e46f4a079513acd2edfed45fdf48 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 13 Jul 2020 10:33:42 +0300 Subject: [PATCH] rm unused macro, fix Source0 --- libressl.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libressl.spec b/libressl.spec index c68e64d..4edf2d9 100644 --- a/libressl.spec +++ b/libressl.spec @@ -58,7 +58,6 @@ %define libcrypto_pkg %mklibname crypto_libressl %{libcrypto_sover} %define libtls_pkg %mklibname tls_libressl %{libtls_sover} -%define base_version 3.2.0 Summary: LibreSSL utils and libs coexisting with OpenSSL Name: libressl Version: 3.2.0 @@ -67,7 +66,7 @@ Release: 1 License: ISC and BSD-like Group: System/Base Url: http://libressl.org -Source0: libressl-%{version}.tar.gz +Source0: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-%{version}.tar.gz Source10: libressl.rpmlintrc # TODO: add printing config location to `openssl version` Patch1: 0001-Allow-custom-config-location.patch