From bf30dc782f4e0f34fb699bdf01f3136692d489bb Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 02:04:40 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-gnupg.spec b/python-gnupg.spec index 6ac735d..331cc28 100644 --- a/python-gnupg.spec +++ b/python-gnupg.spec @@ -6,7 +6,7 @@ Name: python-gnupg Version: 0.3.8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG) Group: Development/Languages @@ -21,7 +21,7 @@ GnuPG bindings for python. This uses the gpg command. %package -n python2-gnupg Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG) BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools Requires: gnupg %{?python_provide:%python_provide python2-gnupg} %{?el6:Provides: python-gnupg} @@ -74,6 +74,10 @@ GnuPG bindings for python. This uses the gpg command. %endif # with python3 %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.3.8-9 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.3.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild