From 460692b6c5e88590c5b44025cbee9e887e2af744 Mon Sep 17 00:00:00 2001 From: Dan Čermák Date: Jan 21 2020 19:11:25 +0000 Subject: Add missing BuildRequire pbr --- diff --git a/python-metaextract.spec b/python-metaextract.spec index e5a85c0..9f98f04 100644 --- a/python-metaextract.spec +++ b/python-metaextract.spec @@ -8,7 +8,7 @@ module to be useful for others, too. Name: python-%{srcname} Version: 1.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Metaextract is a tool to collect metadata for Python modules License: ASL 2.0 @@ -26,6 +26,7 @@ BuildRequires: python3-devel BuildRequires: %{py3_dist flake8} BuildRequires: %{py3_dist mock} BuildRequires: %{py3_dist pytest-runner} +BuildRequires: %{py3_dist pbr} >= 1.0 %{?python_provide:%python_provide python3-%{srcname}} @@ -68,6 +69,9 @@ python3 -m pytest metaextract %doc doc/build/html/* %changelog +* Tue Jan 21 2020 Dan Čermák - 1.0.6-2 +- Add missing BuildRequire pbr + * Sun Sep 8 2019 Dan Čermák - 1.0.6-1 - Bump version to 1.0.6