From c6dcd71ced1930a4cf13bc91f00f3acfebc78df6 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 2 Jan 2024 10:15:20 -0500 Subject: [PATCH] Assert that %pyproject_files contains a license file --- python-re-assert.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-re-assert.spec b/python-re-assert.spec index 49af8ef..d7aa078 100644 --- a/python-re-assert.spec +++ b/python-re-assert.spec @@ -37,7 +37,7 @@ Summary: %{summary} %install %pyproject_install -%pyproject_save_files %{slugname} +%pyproject_save_files -l %{slugname} %if %{with tests} %check @@ -47,4 +47,4 @@ Summary: %{summary} %files -n python3-%{srcname} -f %{pyproject_files} %changelog -%autochangelog \ No newline at end of file +%autochangelog