From d158f0b9bae92065d5893ccfc9a7eaecb20de7de Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 7 Jul 2025 21:41:06 -0400 Subject: [PATCH] Do not install a duplicate license file --- python-pytest-subtests.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index b5c5a97..3d86182 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -37,7 +37,7 @@ Summary: %{summary} %install %pyproject_install -%pyproject_save_files pytest_subtests +%pyproject_save_files -l pytest_subtests %check @@ -45,7 +45,6 @@ Summary: %{summary} %files -n python3-pytest-subtests -f %{pyproject_files} -%license LICENSE %doc CHANGELOG.rst %doc README.rst