diff --git a/python-jaraco-functools.spec b/python-jaraco-functools.spec index 9b3345a..85fe8c3 100644 --- a/python-jaraco-functools.spec +++ b/python-jaraco-functools.spec @@ -6,7 +6,7 @@ Name: python-%{pkg_name} Version: 3.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Functools like those found in stdlib License: MIT @@ -19,7 +19,12 @@ Functools like those found in stdlib %package -n python3-%{pkg_name} Summary: %{summary} -Requires: python3dist(jaraco) + +# python3-jaraco is an RPM-only namespace package for jaraco.* +# it does not exists on PyPI and does not provide python3dist(jaraco) +# DO NOT change this dependency to python3dist(jaraco) or similar +Requires: python3-jaraco + Requires: python3dist(toml) BuildRequires: python3-devel @@ -84,6 +89,10 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %endif %changelog +* Thu Feb 10 2022 Miro HronĨok - 3.5.0-4 +- Make the package installable again +- Fixes: rhbz#2053060 + * Wed Feb 09 2022 Dan Radez - 3.5.0-3 - Don't delete egginfo