diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index d20e4ef..24f16fd 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -113,7 +113,11 @@ install -Dpm 644 %{SOURCE150} \ %changelog * Sat Jul 16 2022 Maxwell G - 8-32 -- Explicitly Require python3-rpm-generators +- Explicitly Require python3-rpm-generators +- Remove %__pythondist_provides from pythondist.attr. +- Ensure that packages built against alternative python stacks do not have + python3dist(x) Provides. +- Related: rhbz#1776941. * Sat Jul 16 2022 Miro HronĨok - 8-31 - Fix a regression in the %%pytest definition (/usr/bin/pytest: No such file or directory) diff --git a/pythondist.attr b/pythondist.attr index 2bf737a..d34affd 100644 --- a/pythondist.attr +++ b/pythondist.attr @@ -1,3 +1,2 @@ -%__pythondist_provides %{_rpmconfigdir}/pythondistdeps.py --provides --majorver-provides %__pythondist_requires %{_rpmconfigdir}/pythondistdeps.py --requires %__pythondist_path ^/usr/lib(64)?/python[[:digit:]]\\.[[:digit:]]+/site-packages/[^/]+\\.(dist-info|egg-info|egg-link)$