From 54d15c5c062ecf5ff08f344416e4f6f87dd66812 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 21 2018 02:03:22 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/pyke.spec b/pyke.spec index 52f6c40..a19bf3b 100644 --- a/pyke.spec +++ b/pyke.spec @@ -5,7 +5,7 @@ Name: pyke Summary: Knowledge-based inference engine Version: 1.1.1 -Release: 23%{?dist} +Release: 24%{?dist} License: MIT Group: System Environment/Libraries URL: http://pyke.sourceforge.net/ @@ -14,7 +14,7 @@ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.zip Source1: http://download.sourceforge.net/%{name}/%{name}3-%{version}.zip %endif # if with_python3 BuildArch: noarch -BuildRequires: python-devel, python-setuptools +BuildRequires: python2-devel, python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -32,7 +32,7 @@ python that can:\ %package -n python2-pyke Summary: %summary -Requires: python-ply +Requires: python2-ply %{?python_provide:%python_provide python2-pyke} # Remove before F30 Provides: pyke%{?_isa} = %{version}-%{release} @@ -115,6 +115,10 @@ rm -rf doc/source/ %doc examples/ %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 1.1.1-24 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.1.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild