From c402eeedc59b625815797c9ed65aa63ab3a2c577 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Nov 30 2016 23:11:17 +0000 Subject: add keybinder3 to requires --- diff --git a/terminator.spec b/terminator.spec index 1bb7c7b..e344785 100644 --- a/terminator.spec +++ b/terminator.spec @@ -2,7 +2,7 @@ Name: terminator Version: 1.90 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Store and run multiple GNOME terminals in one window Group: User Interface/Desktops @@ -13,7 +13,7 @@ Source0: https://launchpad.net/terminator/gtk3/1.9/+download/terminator-% BuildArch: noarch BuildRequires: python-devel gettext desktop-file-utils intltool Requires: vte291 gnome-python2-gconf GConf2 gtk3 desktop-file-utils -Requires: gnome-python2-bonobo python-keybinder +Requires: gnome-python2-bonobo python-keybinder keybinder3 %if 0%{?rhel} Requires: python-psutil @@ -85,6 +85,12 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Nov 30 2016 Matt Rose - 1.90-4 +- add keybinder3 to requires + +* Tue Nov 29 2016 Matt Rose - 1.90-3 +- adjust requires for vte + * Thu Nov 24 2016 Dominic Hopf - 1.90-2 - Adjust requires for python(2)-psutil for EPEL