From 60d7429606ff14f3419c56d57d580d1a541e1564 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Oct 10 2019 20:41:44 +0000 Subject: Move BR outside conditional --- diff --git a/python-quantities.spec b/python-quantities.spec index 360a15b..a286971 100644 --- a/python-quantities.spec +++ b/python-quantities.spec @@ -2,7 +2,7 @@ Name: python-%{module_name} Version: 0.12.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Support for physical quantities with units, based on numpy License: BSD @@ -16,8 +16,8 @@ Source1: license.rst # Required for numpy >= 1.17.0 which is in Fedora 31+ %if 0%{?fedora} >= 31 Patch0: 0001-Fix-clip-for-numpy-1.17.patch -BuildRequires: git-core %endif +BuildRequires: git-core BuildArch: noarch @@ -63,6 +63,9 @@ cp %{SOURCE1} . %changelog +* Thu Oct 10 2019 Ankur Sinha - 0.12.3-2 +- Move BR outside conditional since new autosetup command wants git even without patches + * Thu Oct 10 2019 Ankur Sinha - 0.12.3-1 - Update to 0.12.3 - Include patch to fix test on F31+