From 83168d8a602bf7de109c3ebe722fe5088809a52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 25 Jan 2023 22:09:19 +0100 Subject: [PATCH] Fixup --with python2 variant Support for python2 should be removed anyway, but pass compilation for now. --- ldns.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ldns.spec b/ldns.spec index 4de38dd..64dba07 100644 --- a/ldns.spec +++ b/ldns.spec @@ -330,9 +330,9 @@ rm -rf doc/man %files -n python2-ldns %doc %{pkgname}_python2/contrib/python/Changelog README.ldnsx %license LICENSE.ldnsx -%pycached %{python2_sitearch}/%{name}.py -%pycached %{python2_sitearch}/%{name}x.py -%{python3_sitearch}/_%{name}.so* +%{python2_sitearch}/%{name}.py* +%{python2_sitearch}/%{name}x.py* +%{python2_sitearch}/_%{name}.so* %endif %if %{with python3}