From 8392a1bcbb2fda00036bac7dbea58040eac09834 Mon Sep 17 00:00:00 2001 From: cao-fei8 Date: Sat, 7 Jan 2023 13:43:15 +0800 Subject: [PATCH] fix win32util.py file mode Signed-off-by: cao-fei8 --- 0001-fix-win32util.py-file-mode.patch | 16 ++++++++++++++++ python-dns.spec | 6 +++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 0001-fix-win32util.py-file-mode.patch diff --git a/0001-fix-win32util.py-file-mode.patch b/0001-fix-win32util.py-file-mode.patch new file mode 100644 index 0000000..1815029 --- /dev/null +++ b/0001-fix-win32util.py-file-mode.patch @@ -0,0 +1,16 @@ +From 7c186aa1edf22cb77f8000c95a2e937813982a04 Mon Sep 17 00:00:00 2001 +From: Bob Halley +Date: Tue, 18 Jan 2022 12:41:55 -0800 +Subject: [PATCH] fix win32util.py file mode + +--- + dns/win32util.py | 0 + 1 file changed, 0 insertions(+), 0 deletions(-) + mode change 100755 => 100644 dns/win32util.py + +diff --git a/dns/win32util.py b/dns/win32util.py +old mode 100755 +new mode 100644 +-- +2.33.0 + diff --git a/python-dns.spec b/python-dns.spec index b999bee..1c13b0c 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -14,13 +14,14 @@ messages, names, and records. Name: python-dns Summary: %{sum} Version: 2.2.1 -Release: 1 +Release: 2 License: ISC and MIT URL: http://www.dnspython.org/ Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz Patch0: fix-failed-tests.patch Patch1: backport-fix-missing-version-in-setup.cfg.patch +Patch2: 0001-fix-win32util.py-file-mode.patch BuildArch: noarch @@ -63,6 +64,9 @@ pytest %doc examples %changelog +* Mon Jan 9 2023 caofei - 2.2.1-2 +- fix win32util.py file mode + * Thu Oct 27 2022 gaihuiying - 2.2.1-1 - update to 2.2.1