Add explanatory comment and escape changelog macro

epel8
Maxwell G 2 years ago
parent fe7e34ff91
commit 73454ac54c
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

@ -114,7 +114,7 @@ install -Dpm 644 %{SOURCE150} \
%changelog %changelog
* Sat Jul 16 2022 Maxwell G <gotmax@e.email> - 8-32 * Sat Jul 16 2022 Maxwell G <gotmax@e.email> - 8-32
- Explicitly Require python3-rpm-generators - Explicitly Require python3-rpm-generators
- Remove %__pythondist_provides from pythondist.attr. - Remove %%__pythondist_provides from pythondist.attr.
- Ensure that packages built against alternative python stacks do not have - Ensure that packages built against alternative python stacks do not have
python3dist(x) Provides. python3dist(x) Provides.
- Related: rhbz#1776941. - Related: rhbz#1776941.

@ -84,6 +84,12 @@
) )
} }
# When packagers go against the Packaging Guidelines and disable the runtime
# dependency generator, we want it to fall back to only creating the python(abi)
# Requires instead of none at all.
#
# This macro is EPEL 8 only, as the pythondist dependency generator
# is already disabled by the default in RHEL.
%python_disable_dependency_generator() \ %python_disable_dependency_generator() \
%undefine __pythondist_requires \ %undefine __pythondist_requires \
%{nil} %{nil}

Loading…
Cancel
Save