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