From 0cea0444dba8396b6a9aeaebeee2d55806684526 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Thu, 1 Mar 2018 06:00:36 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- pcapdiff.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pcapdiff.spec b/pcapdiff.spec index 08396f2..ac186be 100644 --- a/pcapdiff.spec +++ b/pcapdiff.spec @@ -1,6 +1,6 @@ Name: pcapdiff Version: 0.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Compares packet captures, detects forged, dropped or mangled packets Group: Development/Languages @@ -14,7 +14,7 @@ Patch1: pcapdiff-printpackets-noshebang.patch Patch2: pcapdiff-pcapdiff_helper-noshebang.patch BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel Requires: pcapy %description @@ -65,6 +65,10 @@ install -D -m 644 -p pcapdiff_helper.py $RPM_BUILD_ROOT%{_datadir}/pcapdiff/pcap %{_datadir}/pcapdiff/*.pyo %changelog +* Thu Mar 01 2018 Iryna Shcherbina - 0.1-20 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 08 2018 Fedora Release Engineering - 0.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild