mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 16:12:53 +00:00
fix typo in regerxp (noted by ngompa@)
This commit is contained in:
parent
486c5d396c
commit
fcc56f236a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue