Miro Hrončok 4 years ago
parent f73450ae93
commit 2962b79e1a

@ -1,6 +1,6 @@
Name: epel-rpm-macros
Version: 8
Release: 18
Release: 19
Summary: Extra Packages for Enterprise Linux RPM macros
Group: System Environment/Base
@ -85,6 +85,9 @@ install -Dpm 755 %{SOURCE24} \
%changelog
* Tue Dec 22 2020 Miro Hrončok <mhroncok@redhat.com> - 8-19
- Define %%python_disable_dependency_generator
* Fri Sep 25 2020 Miro Hrončok <mhroncok@redhat.com> - 8-18
- Add %%python3_platform_triplet and %%python3_ext_suffix
- https://fedoraproject.org/wiki/Changes/Python_Upstream_Architecture_Names

@ -82,6 +82,10 @@
end
}
%python_disable_dependency_generator() \
%undefine __pythondist_requires \
%{nil}
# gpgverify verifies signed sources. There is documentation in the script.
%gpgverify %{_rpmconfigdir}/gpgverify

Loading…
Cancel
Save