diff --git a/terminator.spec b/terminator.spec index cce7d9f..e75758f 100644 --- a/terminator.spec +++ b/terminator.spec @@ -17,7 +17,13 @@ Patch1: 0001-terminator-fix-RHBZ#1268289.patch BuildArch: noarch BuildRequires: python-devel gettext desktop-file-utils intltool Requires: vte gnome-python2-gconf GConf2 gtk2 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 %description @@ -82,6 +88,10 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Oct 21 2015 Oliver Haessler - 0.98-3 +- changed Require of python-psutils to seperate Fedora and EPEL + (as python2-psutils is only available in Fedora) + * Sat Oct 10 2015 Marco Driusso - 0.98-2 - apply patch from upstream for fixing RHBZ#1268289 and add dependency to python-psutils