From 2e83f2e3166e7b0dffa352cb4ba560691334519c Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Sep 25 2023 13:15:32 +0000 Subject: Stop needlessly enumerating sources and patches Now when https://pagure.io/fedora-ci/general/issue/381 is fixed, we don't need to preserve spec compatibility with RHEL 8. [skip changelog] --- diff --git a/python-tox.spec b/python-tox.spec index 65a7c65..95a4294 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -25,13 +25,13 @@ Summary: Virtualenv-based automation of test activities License: MIT URL: https://tox.readthedocs.io/ -Source0: %{pypi_source tox} +Source: %{pypi_source tox} # Remove dependency on devpi-process. # Remove dependency on detect-test-pollution. # Remove coverage-related dependencies. # Adjust virtualenv environment variables to make it work with our patched virtualenv. -Patch1: fix-tests.patch +Patch: fix-tests.patch BuildArch: noarch