From 7960a194931249404d1be0c3debf0fb3bd36f0fc Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 24 Nov 2024 21:49:18 -0500 Subject: [PATCH] Assert that .dist-info contains at leas one license file --- python-zmq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-zmq.spec b/python-zmq.spec index 392a085..4f13440 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -128,7 +128,7 @@ cp -p '%{SOURCE1}' . %install %pyproject_install -%pyproject_save_files zmq +%pyproject_save_files -l zmq %check