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. Related: rhbz#1950291
This commit is contained in:
parent
a272f59825
commit
fd837e515a
@ -47,13 +47,6 @@
|
||||
# a specific version (e.g. 34 in Fedora EPEL7)
|
||||
%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 ===
|
||||
# - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
# - These macros need to be in macros.python-srpm, because BuildRequires tags
|
||||
|
Loading…
Reference in New Issue
Block a user