diff --git a/wammu.spec b/wammu.spec index e0562df..fcbe850 100644 --- a/wammu.spec +++ b/wammu.spec @@ -2,7 +2,7 @@ Name: wammu Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mobile Phone Manager - Gammu GUI Group: Applications/Communications @@ -18,6 +18,8 @@ BuildRequires: wxPython-devel >= 2.6 %if 0%{?fedora} BuildRequires: python2-six BuildRequires: pybluez +%else +BuildRequires: python-six %endif BuildRequires: gettext BuildRequires: desktop-file-utils @@ -26,6 +28,11 @@ Requires: dbus-x11 Requires: gammu >= 1.3.90 Requires: python2-gammu >= 2.11 Requires: wxPython >= 2.6 +%if 0%{?fedora} +Requires: python2-six +%else +Requires: python-six +%endif %description Wammu is mobile phone manager running on Linux, @@ -102,6 +109,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Tue Jan 09 2018 Sérgio Basto - 0.44-3 +- BR python-six for compatibility on EPEL 7 and require explicity the same + python-six + * Tue Jan 09 2018 Sérgio Basto - 0.44-2 - BR python2-six only in Fedora to be compatibility with EPEL 7 - add BR python2-setuptools