CI: Rename in-tree patches to make them nicer in a single directory

This commit is contained in:
Miro Hrončok 2024-12-02 19:24:52 +01:00
parent cd00547996
commit d0e32d9246
5 changed files with 2 additions and 6 deletions

View File

@ -12,7 +12,7 @@ BuildRequires: pyproject-rpm-macros
%if 0%{?rhel} != 9 %if 0%{?rhel} != 9
# Wekrzeug in Fedora and EL10+ isn't compatible with our httpbin # Wekrzeug in Fedora and EL10+ isn't compatible with our httpbin
Patch: 0001-Fix-disabling-of-location-header-autocorrect-for-wer.patch Patch: python-httpbin-werkzeug-2.1.patch
%endif %endif
# no flask, itsdangerous, raven, werkzeug packaged for EPEL 9 yet # no flask, itsdangerous, raven, werkzeug packaged for EPEL 9 yet

View File

@ -14,11 +14,7 @@ URL: https://pypi.python.org/pypi/setuptools
Source: %{pypi_source setuptools %{version}} Source: %{pypi_source setuptools %{version}}
# Patch from Fedora proper # Patch from Fedora proper
%if 0%{?rhel} != 9 Patch: python-setuptools-%{version}-remove-optional-or-unpackaged-test-deps.patch
Patch: Remove-optional-or-unpackaged-test-deps.patch
%else
Patch: 0001-Remove-optional-or-unpackaged-test-deps.patch
%endif
BuildArch: noarch BuildArch: noarch