fix typo in regerxp (noted by ngompa@)

This commit is contained in:
Mikhail Novosyolov 2020-01-07 00:27:43 +03:00
parent 486c5d396c
commit fcc56f236a

View file

@ -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