Add %python3_platform_triplet and %python3_ext_suffix
Also add %python_platform_triplet, %python_ext_suffix and %python_platform. The CI tests are limited to x86_64 for now. https://fedoraproject.org/wiki/Changes/Python_Upstream_Architecture_Names
This commit is contained in:
parent
6186b94b6e
commit
a1861889d3
4 changed files with 27 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: python-rpm-macros
|
||||
Version: 3
|
||||
Release: 57%{?dist}
|
||||
Release: 59%{?dist}
|
||||
Summary: The unversioned Python RPM macros
|
||||
|
||||
# macros: MIT, compileall2.py: PSFv2
|
||||
|
|
@ -80,6 +80,10 @@ install -m 644 %{SOURCE5} \
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 24 2020 Miro Hrončok <mhroncok@redhat.com> - 3-59
|
||||
- Add %%python3_platform_triplet and %%python3_ext_suffix
|
||||
- https://fedoraproject.org/wiki/Changes/Python_Upstream_Architecture_Names
|
||||
|
||||
* Mon Jun 15 2020 Miro Hrončok <mhroncok@redhat.com> - 3-57
|
||||
- Allow to combine %%pycached with other macros (e.g. %%exclude or %%ghost) (#1838992)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue