From 454895425ce58b5ff7c7a84b189c9af35c6fc6a7 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Feb 02 2018 14:27:58 +0000 Subject: accomodate deps for F27 and older --- diff --git a/python-resultsdb_api.spec b/python-resultsdb_api.spec index 81bd6d2..4413d9d 100644 --- a/python-resultsdb_api.spec +++ b/python-resultsdb_api.spec @@ -1,7 +1,7 @@ Name: python-resultsdb_api # NOTE: if you update version, *make sure* to also update `setup.py` Version: 2.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Interface api to ResultsDB License: GPLv2+ @@ -13,7 +13,11 @@ BuildArch: noarch BuildRequires: git BuildRequires: python2-pytest BuildRequires: python2-devel +%if 0%{?fedora} <= 27 +BuildRequires: python-dingus +%else BuildRequires: python2-dingus +%endif BuildRequires: python2-pytest-cov BuildRequires: python2-requests BuildRequires: python2-setuptools @@ -56,6 +60,9 @@ Requires: python2-simplejson %{python2_sitelib}/*.egg-info %changelog +* Fri Feb 02 2018 Kamil Páral - 2.0.0-6 +- Accomodate deps for F27 and older + * Tue Jan 30 2018 Iryna Shcherbina - 2.0.0-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)