--- a/libressl.spec +++ b/libressl.spec @@ -19,6 +19,8 @@ %define _mandir %{_datadir}/man # Keep package docs in normal locations %define _defaultdocdir %{_oprefix}/share/doc +# RPM 4 by default looks for *.pc in %%_libdir which is redefined +%global __pkgconfig_path ^(%{_olibdir}/pkgconfig/.*\\.pc|%{_obindir}/pkg-config)$ # Disable /usr/share/spec-helper/relink_symlinks # to make sure that symlinks are not broken %define dont_relink 1 @@ -61,7 +63,7 @@ Summary: LibreSSL utils and libs coexisting with OpenSSL Name: libressl Version: %{base_version}.git%{git_date} -Release: 20 +Release: 21 # The code is distributed under ISC license except of original OpenSSL code License: ISC and BSD-like Group: System/Base