From 2ba852cf7090fc429df8596c5a04ccc5d7e45b87ff8b3c6f986da3e88789464f Mon Sep 17 00:00:00 2001 From: "Shawn W. Dunn" Date: Fri, 18 Oct 2024 17:38:54 -0700 Subject: [PATCH] Clean up spec file to enable building on leap --- python-pygit2.changes | 6 ++++++ python-pygit2.spec | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python-pygit2.changes b/python-pygit2.changes index 6486fca..d3ec3ce 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 19 00:36:13 UTC 2024 - Shawn Dunn + +- Drop %if section in %prep. Patches were dropped in commit + ffc7350c5c, and build now fails against 15.6 + ------------------------------------------------------------------- Mon Aug 5 11:21:06 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-pygit2.spec b/python-pygit2.spec index c424806..4773fb2 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -47,12 +47,6 @@ Bindings for libgit2, a linkable C library for the Git version-control system. %prep %autosetup -p1 -n pygit2-%{version} -%if %{?pkg_vcmp:%pkg_vcmp libgit2-devel < 1.8}%{!?pkg_vcmp:1} -%patch -P 3 -p1 -R -%patch -P 2 -p1 -R -%patch -P 1 -p1 -R -%patch -P 0 -p1 -R -%endif # do not add options to pytest rm pytest.ini