From c807d8df4faaa7e848d349bac5e4a01ca503f657 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 12 2018 11:47:34 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/oct2spec.spec b/oct2spec.spec index 391f8cf..63e1e4e 100644 --- a/oct2spec.spec +++ b/oct2spec.spec @@ -3,7 +3,7 @@ Name: oct2spec Version: 1.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Python script to generate Octave package spec file Group: Development/Languages @@ -13,9 +13,9 @@ Source0: https://fedorahosted.org/releases/o/c/%{name}/%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel Requires: wget fedora-packager -Requires: python-jinja2 +Requires: python2-jinja2 %description oct2spec is a small python tool that generates spec file for Octave packages. @@ -48,6 +48,10 @@ rm -rf %{buildroot} %{_mandir}/man1/oct2rpm.1.gz %changelog +* Fri Jan 12 2018 Iryna Shcherbina - 1.0.1-15 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild