From 881e6c20383caa5bb982b952b88610e4d92f6ed6 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 28 2018 02:57:41 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-summershum.spec b/python-summershum.spec index f3be5f6..0e41bc0 100644 --- a/python-summershum.spec +++ b/python-summershum.spec @@ -8,7 +8,7 @@ Name: python-summershum Version: 0.1.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A fedmsg consumer that extracts and stores hashes of source files Group: Development/Libraries @@ -20,17 +20,17 @@ BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: fedmsg -BuildRequires: python-kitchen +BuildRequires: python2-kitchen %if 0%{?rhel} && 0%{?rhel} <= 6 BuildRequires: python-sqlalchemy0.8 BuildRequires: python-logutils %else -BuildRequires: python-sqlalchemy +BuildRequires: python2-sqlalchemy %endif @@ -65,12 +65,12 @@ in short time:\ %package -n python2-summershum Summary: %summary Requires: fedmsg -Requires: python-kitchen +Requires: python2-kitchen %if 0%{?rhel} && 0%{?rhel} <= 6 Requires: python-sqlalchemy0.8 Requires: python-logutils %else -Requires: python-sqlalchemy +Requires: python2-sqlalchemy %endif Requires: rpmdevtools %{?python_provide:%python_provide python2-summershum} @@ -105,6 +105,10 @@ rm -rf %{modname}.egg-info %{_bindir}/summershum-cli %changelog +* Wed Feb 28 2018 Iryna Shcherbina - 0.1.5-9 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.1.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild