From 47dd15aec72a6e5915197884e72a1377a3dbbb53 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 4 Jan 2024 13:29:45 -0500 Subject: [PATCH] Assert that a license file is present in the .dist-info directory --- python-pytest-lazy-fixture.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-pytest-lazy-fixture.spec b/python-pytest-lazy-fixture.spec index 4ef9524..0fd2a37 100644 --- a/python-pytest-lazy-fixture.spec +++ b/python-pytest-lazy-fixture.spec @@ -35,7 +35,7 @@ Summary: %{summary} %install %pyproject_install -%pyproject_save_files pytest_lazyfixture +%pyproject_save_files -l pytest_lazyfixture %check %if %{with tests} @@ -43,7 +43,6 @@ Summary: %{summary} %endif %files -n python3-pytest-lazy-fixture -f %{pyproject_files} -# pyproject_files handles LICENSE; verify with “rpm -qL -p …” %doc README.rst %changelog