!27 fix win32util.py file mode

From: @cao-fei8 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-01-09 11:45:16 +00:00 committed by Gitee
commit b9b8696aa8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,16 @@
From 7c186aa1edf22cb77f8000c95a2e937813982a04 Mon Sep 17 00:00:00 2001
From: Bob Halley <halley@dnspython.org>
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

View File

@ -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 <caofei@xfusion.com> - 2.2.1-2
- fix win32util.py file mode
* Thu Oct 27 2022 gaihuiying <eaglegai@163.com> - 2.2.1-1
- update to 2.2.1