From d9e54cb2d17958837dd961a11481399843409ef4 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 3 Mar 2020 11:07:46 +0100 Subject: [PATCH] Fix broken deps for pcre2 Signed-off-by: Igor Raits --- libgit2.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libgit2.spec b/libgit2.spec index 02178ca..0bf5af4 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,6 +1,6 @@ Name: libgit2 Version: 0.99.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C implementation of the Git core methods as a library with a solid API License: GPLv2 with exceptions URL: https://libgit2.org/ @@ -38,6 +38,8 @@ developing applications that use %{name}. %prep %autosetup -p1 +sed -i -e '/LIBGIT2_PC_REQUIRES/libpcre2/libpcre2-8/' src/CMakeLists.txt + # Remove VCS files from examples find examples -name ".gitignore" -delete -print @@ -77,6 +79,9 @@ rm -vr deps %{_includedir}/git2/ %changelog +* Tue Mar 03 2020 Igor Raits - 0.99.0-2 +- Fix broken deps for pcre2 + * Mon Mar 02 2020 Igor Raits - 0.99.0-1 - Update to 0.99.0