fix win32util.py file mode
Signed-off-by: cao-fei8 <caofei@xfusion.com>
This commit is contained in:
parent
919555b297
commit
8392a1bcbb
16
0001-fix-win32util.py-file-mode.patch
Normal file
16
0001-fix-win32util.py-file-mode.patch
Normal 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
|
||||||
|
|
||||||
@ -14,13 +14,14 @@ messages, names, and records.
|
|||||||
Name: python-dns
|
Name: python-dns
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: ISC and MIT
|
License: ISC and MIT
|
||||||
URL: http://www.dnspython.org/
|
URL: http://www.dnspython.org/
|
||||||
Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz
|
Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: fix-failed-tests.patch
|
Patch0: fix-failed-tests.patch
|
||||||
Patch1: backport-fix-missing-version-in-setup.cfg.patch
|
Patch1: backport-fix-missing-version-in-setup.cfg.patch
|
||||||
|
Patch2: 0001-fix-win32util.py-file-mode.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -63,6 +64,9 @@ pytest
|
|||||||
%doc examples
|
%doc examples
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 27 2022 gaihuiying <eaglegai@163.com> - 2.2.1-1
|
||||||
- update to 2.2.1
|
- update to 2.2.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user