From 90a0f4fa5ed7473be22ae6846959fa8a873a76ba Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 11 Apr 2025 08:08:42 -0400 Subject: [PATCH] Expect maturin to handle license files, except LICENSES.vendored/ See discussion in https://bugzilla.redhat.com/show_bug.cgi?id=2357473. --- python-orjson.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-orjson.spec b/python-orjson.spec index 31d96a3..d2fb7ca 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -138,7 +138,7 @@ export UNSAFE_PYO3_SKIP_VERSION_CHECK=1 %install %pyproject_install -%pyproject_save_files orjson +%pyproject_save_files -l orjson %check @@ -151,7 +151,7 @@ export UNSAFE_PYO3_SKIP_VERSION_CHECK=1 %files -n python3-orjson -f %{pyproject_files} -%license LICENSE-MIT LICENSE-APACHE LICENSES.dependencies LICENSES.vendored/ +%license LICENSES.vendored/ %doc README.md