From 597053c5244359685180ad2687be45fcc00cb401 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 05:37:44 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-pygit2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pygit2.spec b/python-pygit2.spec index 1e10e47..bcaf26e 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -6,7 +6,7 @@ Name: python-%{pkgname} Version: 0.26.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings for libgit2 License: GPLv2 with linking exception @@ -62,7 +62,7 @@ Python 3 version. %package doc Summary: Documentation for %{name} BuildArch: noarch -BuildRequires: python-sphinx +BuildRequires: %{_bindir}/sphinx-build %description doc Documentation for %{name}. @@ -128,6 +128,10 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.26.3-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.26.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild