From a64199ae49280960d09f8a379b8763452db5a757 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Feb 19 2021 08:25:14 +0000 Subject: Explicitly opt in of the generator --- diff --git a/python-dogpile-cache.spec b/python-dogpile-cache.spec index 8628180..cda757b 100644 --- a/python-dogpile-cache.spec +++ b/python-dogpile-cache.spec @@ -1,3 +1,4 @@ +%{?python_enable_dependency_generator} %global modname dogpile.cache %global sum A caching front-end based on the Dogpile lock %global desc Dogpile consists of two subsystems, one building on top of the other.\ @@ -23,7 +24,7 @@ heap. Name: python-dogpile-cache Version: 1.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: MIT @@ -90,6 +91,9 @@ rm -rf %{modname}.egg-info %{python3_sitelib}/%{modname}-%{version}-* %changelog +* Fri Feb 19 2021 Joel Capitao - 1.1.2-2 +- Explicitly opt in of the generator + * Thu Jan 28 2021 Kevin Fenzi - 1.1.2-1 - Update to 1.1.2. Fixes rhbz#1920627