diff --git a/terminator.spec b/terminator.spec index eab7967..e7882d0 100644 --- a/terminator.spec +++ b/terminator.spec @@ -2,7 +2,7 @@ Name: terminator Version: 1.90 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Store and run multiple GNOME terminals in one window Group: User Interface/Desktops @@ -13,7 +13,14 @@ Source0: https://launchpad.net/terminator/gtk3/1.9/+download/terminator-% BuildArch: noarch BuildRequires: python-devel gettext desktop-file-utils intltool Requires: vte3 gnome-python2-gconf GConf2 gtk3 desktop-file-utils -Requires: gnome-python2-bonobo python-keybinder python2-psutil +Requires: gnome-python2-bonobo python-keybinder + +%if 0%{?rhel} +Requires: python-psutil +%else +Requires: python2-psutil +%endif + Patch0: terminator-fix-NewWindow-issue.patch @@ -78,6 +85,9 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Nov 24 2016 Dominic Hopf - 1.90-2 +- Adjust requires for python(2)-psutil for EPEL + * Wed Nov 23 2016 Dominic Hopf - 1.90-1 - New Upstream Release: Terminator 1.90