From f99b04961270bc9b23ac2e9e7d5a7d63e2ef338a Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 04 2019 14:31:06 +0000 Subject: Remove .0 from (Build)Requires See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/NLMEX6MY7DQLWTD2PMX4WGC3L3ER4HFS/ --- diff --git a/python-cornice-sphinx.spec b/python-cornice-sphinx.spec index 9e46b6a..c6c52eb 100644 --- a/python-cornice-sphinx.spec +++ b/python-cornice-sphinx.spec @@ -15,7 +15,7 @@ Source0: %{url}/archive/%{version}/%{module}-%{version}.tar.gz Patch0: 0000-Don-t-install-the-tests.patch -BuildRequires: %{py3_dist cornice} >= 3.0.0 +BuildRequires: %{py3_dist cornice} >= 3 BuildRequires: %{py3_dist docutils nose setuptools sphinx mock} BuildRequires: python3-devel @@ -27,7 +27,7 @@ BuildRequires: python3-devel %package -n python3-cornice-sphinx Summary: %{summary} -Requires: %{py3_dist cornice} >= 3.0.0 +Requires: %{py3_dist cornice} >= 3 Requires: %{py3_dist docutils sphinx} %{?python_provide:%python_provide python3-cornice-sphinx}