From e0c9095572ce61c50d80e89b3dbac695e7e44004 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 21 2018 07:24:04 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/terminator.spec b/terminator.spec index 34c1e8c..e03777e 100644 --- a/terminator.spec +++ b/terminator.spec @@ -2,7 +2,7 @@ Name: terminator Version: 1.91 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Store and run multiple GNOME terminals in one window Group: User Interface/Desktops @@ -11,8 +11,8 @@ URL: http://gnometerminator.blogspot.com/p/introduction.html Source0: https://launchpad.net/terminator/gtk3/%{version}/+download/terminator-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel gettext desktop-file-utils intltool -Requires: vte291 python-gobject keybinder3 desktop-file-utils +BuildRequires: python2-devel gettext desktop-file-utils intltool +Requires: vte291 python2-gobject keybinder3 desktop-file-utils %if 0%{?rhel} Requires: python-psutil @@ -83,6 +83,10 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 1.91-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.91-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild