diff --git a/did.spec b/did.spec index 788decc..0aedc12 100644 --- a/did.spec +++ b/did.spec @@ -1,6 +1,6 @@ Name: did Version: 0.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: What did you do last week, month, year? License: GPLv2+ @@ -9,8 +9,8 @@ URL: https://github.com/psss/did Source: https://github.com/psss/did/releases/download/%{version}/did-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python-devel -Requires: python-kerberos python-nitrate python-dateutil python-urllib2_kerberos python-bugzilla +BuildRequires: python2-devel +Requires: python2-kerberos python2-nitrate python2-dateutil python2-urllib2_kerberos python2-bugzilla %{?el6:Requires: python-argparse} %description @@ -43,6 +43,10 @@ install -pm 644 did.1.gz %{buildroot}%{_mandir}/man1 %license LICENSE %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 0.9-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild