rm unused macro, fix Source0

This commit is contained in:
Mikhail Novosyolov 2020-07-13 10:33:42 +03:00
parent b80be7de12
commit 2d4e2f6ffa

View file

@ -58,7 +58,6 @@
%define libcrypto_pkg %mklibname crypto_libressl %{libcrypto_sover} %define libcrypto_pkg %mklibname crypto_libressl %{libcrypto_sover}
%define libtls_pkg %mklibname tls_libressl %{libtls_sover} %define libtls_pkg %mklibname tls_libressl %{libtls_sover}
%define base_version 3.2.0
Summary: LibreSSL utils and libs coexisting with OpenSSL Summary: LibreSSL utils and libs coexisting with OpenSSL
Name: libressl Name: libressl
Version: 3.2.0 Version: 3.2.0
@ -67,7 +66,7 @@ Release: 1
License: ISC and BSD-like License: ISC and BSD-like
Group: System/Base Group: System/Base
Url: http://libressl.org Url: http://libressl.org
Source0: libressl-%{version}.tar.gz Source0: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-%{version}.tar.gz
Source10: libressl.rpmlintrc Source10: libressl.rpmlintrc
# TODO: add printing config location to `openssl version` # TODO: add printing config location to `openssl version`
Patch1: 0001-Allow-custom-config-location.patch Patch1: 0001-Allow-custom-config-location.patch