From 337cbccd4252b85040f6c97ce05bcaa76b639a28 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 24 Nov 2024 21:48:52 -0500 Subject: [PATCH] Write directories with trailing slashes in file lists [skip changelog] --- python-zmq.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-zmq.spec b/python-zmq.spec index fc4de87..392a085 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -151,11 +151,11 @@ k="${k-}${k+ and }not test_cython" %files -n python%{python3_pkgversion}-zmq -f %{pyproject_files} %doc README.md -%exclude %{python3_sitearch}/zmq/tests +%exclude %{python3_sitearch}/zmq/tests/ %files -n python%{python3_pkgversion}-zmq-tests -%{python3_sitearch}/zmq/tests +%{python3_sitearch}/zmq/tests/ %changelog