From 3f3610b91ceed488763872c9eeda58465a1cd325 Mon Sep 17 00:00:00 2001 From: jonathanspw Date: Jul 14 2023 20:00:02 +0000 Subject: add missing BR --- diff --git a/python-dogpile-cache.spec b/python-dogpile-cache.spec index 343185e..3e47278 100644 --- a/python-dogpile-cache.spec +++ b/python-dogpile-cache.spec @@ -23,7 +23,7 @@ heap. Name: python-dogpile-cache Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: MIT @@ -38,6 +38,7 @@ BuildRequires: python3-mako BuildRequires: python3-pytest-cov BuildRequires: python3-setuptools BuildRequires: python3-stevedore +BuildRequires: python3-typing-extensions %description @@ -86,6 +87,9 @@ rm -rf %{modname}.egg-info %{python3_sitelib}/%{modname}-%{version}-* %changelog +* Fri Jul 14 2023 Jonathan Wright - 1.2.2-2 +- Add missing BR + * Fri Jul 14 2023 Jonathan Wright - 1.2.2-1 - Update to 1.2.2 rhbz#2208776