From e788fb7a6b371a09131c94ad2380957e0df55454 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 25 Nov 2024 22:21:12 -0500 Subject: [PATCH] Indicate directories with trailing slashes in files lists [skip changelog] --- python-zmq.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-zmq.spec b/python-zmq.spec index c7a1fc5..3d587ac 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -119,13 +119,12 @@ k="${k-}${k+ and }not (TestAsyncioAuthentication and test_plain)" %files -n python%{python3_pkgversion}-zmq %license COPYING.* %doc README.md -# examples/ %{python3_sitearch}/pyzmq-%{version}-py%{python3_version}.egg-info -%{python3_sitearch}/zmq -%exclude %{python3_sitearch}/zmq/tests +%{python3_sitearch}/zmq/ +%exclude %{python3_sitearch}/zmq/tests/ %files -n python%{python3_pkgversion}-zmq-tests -%{python3_sitearch}/zmq/tests +%{python3_sitearch}/zmq/tests/ %changelog