From 950b64c45445126d02d5696ecb0e885a18cd5693 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 06:30:19 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/proxyfuzz.spec b/proxyfuzz.spec index a07d69a..131002c 100644 --- a/proxyfuzz.spec +++ b/proxyfuzz.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: proxyfuzz Version: 20110923 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Man-in-the-middle non-deterministic network fuzzer Group: Applications/Internet @@ -11,7 +11,7 @@ Source0: http://www.secforce.co.uk/media/tools/proxyfuzz.py.txt Source1: README-Fedora BuildArch: noarch -Requires: python-twisted-core +Requires: python2-twisted BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel @@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 20110923-10 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 20110923-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild