From cf609c44e6fff676aa4b1a09291355c0295f0316 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 19 2018 01:27:45 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/openambit.spec b/openambit.spec index ba52ed4..3f43edd 100644 --- a/openambit.spec +++ b/openambit.spec @@ -3,7 +3,7 @@ Name: openambit Version: 0.4 -Release: 7%{?commit:.git%shortcommit}%{?dist} +Release: 8%{?commit:.git%shortcommit}%{?dist} Summary: Open software for the Suunto Ambit(2) License: GPLv3+ @@ -23,7 +23,7 @@ BuildRequires: qt5-qttools-devel BuildRequires: systemd-devel BuildRequires: wireshark-devel BuildRequires: hidapi-devel -BuildRequires: python +BuildRequires: python2 BuildRequires: zlib-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -117,6 +117,10 @@ rm -rf src/libambit/hidapi %changelog +* Mon Mar 19 2018 Iryna Shcherbina - 0.4-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Feb 19 2018 Sandro Mani - 0.4-7 - Add missing BR: gcc-c++, make