From d37b6eac8cb31e157d882c6aa21b1d6fb2daba0fee49d57d7d18beac30f6b01b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 28 Sep 2022 20:16:15 +0000 Subject: [PATCH 1/2] 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 From 71d441538a8d14e79da5f67b5fe4d6295c9fc5ce578a4423ae73bc463e191334 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Oct 2022 07:14:00 +0000 Subject: [PATCH 2/2] - Include in filelist directories with their content. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=64 --- python-dnspython.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-dnspython.changes b/python-dnspython.changes index 7d10e77..70845f6 100644 --- a/python-dnspython.changes +++ b/python-dnspython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 10 07:13:50 UTC 2022 - Matej Cepl + +- Include in filelist directories with their content. + ------------------------------------------------------------------- Mon Mar 14 21:04:18 UTC 2022 - Sebastian Wagner