Remove EPEL 7 compatibility macros that were actually not defined at all
The %{? in the comment made the entire block of macros not work. Since nobody actually used those on Fedora, because they did not exist, we can safely remove them. No need to document this in the %changelog.
This commit is contained in:
parent
03a1e3ba65
commit
14e4c04a42
@ -47,13 +47,6 @@
|
|||||||
# a specific version (e.g. 34 in Fedora EPEL7)
|
# a specific version (e.g. 34 in Fedora EPEL7)
|
||||||
%python3_pkgversion 3
|
%python3_pkgversion 3
|
||||||
|
|
||||||
# Set to /bin/true to avoid %%ifdefs and %%{? in specfiles
|
|
||||||
%__python3_other /bin/true
|
|
||||||
%py3_other_build /bin/true
|
|
||||||
%py3_other_install /bin/true
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# === Macros for Build/Requires tags using Python dist tags ===
|
# === Macros for Build/Requires tags using Python dist tags ===
|
||||||
# - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
# - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
# - These macros need to be in macros.python-srpm, because BuildRequires tags
|
# - These macros need to be in macros.python-srpm, because BuildRequires tags
|
||||||
|
Loading…
Reference in New Issue
Block a user