From 2e83f2e3166e7b0dffa352cb4ba560691334519c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 25 Sep 2023 14:54:42 +0200 Subject: [PATCH] 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] --- python-tox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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