From 5c99d7f71ce1949d6ea9a7e3c1f28e72b0dfc908 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 14 2018 16:16:23 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/mash.spec b/mash.spec index f3b0f9f..bbb4075 100644 --- a/mash.spec +++ b/mash.spec @@ -2,7 +2,7 @@ Name: mash Version: 0.6.19 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPLv2 @@ -10,7 +10,7 @@ URL: https://pagure.io/mash Source0: http://fedorahosted.org/releases/m/a/mash/%{name}-%{version}.tar.gz Requires: yum, createrepo, koji Conflicts: pungi < 1.0.0 -BuildRequires: python-devel +BuildRequires: python2-devel BuildArch: noarch %description @@ -40,6 +40,10 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash /var/cache/mash %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 0.6.19-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 08 2018 Fedora Release Engineering - 0.6.19-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild