From d37b6eac8cb31e157d882c6aa21b1d6fb2daba0fee49d57d7d18beac30f6b01b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 28 Sep 2022 20:16:15 +0000 Subject: [PATCH] Fix files list OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=63 --- python-dnspython.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-dnspython.spec b/python-dnspython.spec index fb8e330..d1371e0 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -127,8 +127,8 @@ chmod -x dns/win32util.py %files %{python_files} %license LICENSE %doc README.md examples/ -%{python_sitelib}/dns/ -%{python_sitelib}/dnspython-%{version}.dist-info/ +%{python_sitelib}/dns +%{python_sitelib}/dnspython-%{version}.dist-info %endif %changelog