From 84cbfce4756eb450951dfd5de3f3ec4dc2db3684 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 07:23:46 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-PyPDF2.spec b/python-PyPDF2.spec index c48edb2..8b1166e 100644 --- a/python-PyPDF2.spec +++ b/python-PyPDF2.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.26.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Summary: %{sum} Group: Development/Libraries @@ -32,7 +32,7 @@ It is therefore a useful tool for websites that manage or manipulate PDFs. %package -n python2-%{srcname} Summary: %{sum} BuildRequires: python2-devel -BuildRequires: python-libs +BuildRequires: python2-libs Obsoletes: python-%{srcname} <= 1.25.1-6 %{?python_provide:%python_provide python2-%{srcname}} @@ -55,7 +55,7 @@ It is therefore a useful tool for websites that manage or manipulate PDFs. %package -n python3-%{srcname} Summary: %{sum} BuildRequires: python3-devel -BuildRequires: python-libs +BuildRequires: python2-libs %{?python_provide:%python_provide python3-%{srcname}} @@ -120,6 +120,10 @@ chmod a-x Scripts/* Sample_Code/* LICENSE README.md CHANGELOG %license LICENSE %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 1.26.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 1.26.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild