From fcc56f236accecfcb7e51c3e07ae91a2eea2d236 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 7 Jan 2020 00:27:43 +0300 Subject: [PATCH] fix typo in regerxp (noted by ngompa@) --- libressl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libressl.spec b/libressl.spec index 55f645a..b04c13c 100644 --- a/libressl.spec +++ b/libressl.spec @@ -46,8 +46,8 @@ # We rename e.g. libtls.pc to libressl-tls.pc, make sure that we do not # get odd provides and break the repository if forgot to rename something. # Filter out provides like 'devel(libcrypto(64bit))' (they are in OpenSSL). -%define __provides_exclude \ -'.*openssl.*|pkgconfig\\(lib(tls|crypro|ssl)\\)|devel\\(lib(tls|crypto|ssl).*\\).*' +%global __provides_exclude \ +'.*openssl.*|pkgconfig\\(lib(tls|crypto|ssl)\\)|devel\\(lib(tls|crypto|ssl).*\\).*' %define libcrypto_sover 46 %define libssl_sover 48 @@ -61,7 +61,7 @@ Summary: LibreSSL utils and libs coexisting with OpenSSL Name: libressl Version: %{base_version}.git%{git_date} -Release: 16 +Release: 20 # The code is distributed under ISC license except of original OpenSSL code License: ISC and BSD-like Group: System/Base