diff --git a/hamster-time-tracker.spec b/hamster-time-tracker.spec index 511fe52..a28c977 100644 --- a/hamster-time-tracker.spec +++ b/hamster-time-tracker.spec @@ -5,7 +5,7 @@ Name: %{srcname}-time-tracker Version: 2.0 -Release: 0.3.%{candidate}%{?dist} +Release: 0.4.%{candidate}%{?dist} Summary: The Linux time tracker License: GPLv3+ @@ -41,9 +41,13 @@ Requires: hicolor-icon-theme Requires: bash-completion Requires: gnome-python2-gconf -Requires: gnome-python2-libwnck Requires: pyxdg +# disable workspaces at epel cause lack of gnome, rhbz#1046077 +%if 0%{?fedora} +Requires: gnome-python2-libwnck +%endif + # rhbz#1285405 - hamster requires python dbus module Requires: dbus-python @@ -135,6 +139,9 @@ fi %changelog +* Mon Feb 15 2016 Raphael Groner - 2.0-0.4.rc1 +- readd lost build conditional for epel, rhbz#1046077 + * Mon Feb 15 2016 Raphael Groner - 2.0-0.3.rc1 - add upstream patches for GNOME 3.18, rhbz#1074967, rhbz#1307256