!40 Fixed the missing Patch1 in spec

From: @chenyanpanX 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-04-24 06:05:18 +00:00 committed by Gitee
commit 73d64700fb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -14,11 +14,13 @@ messages, names, and records.
Name: python-dns
Summary: %{sum}
Version: 2.3.0
Release: 2
Release: 3
License: ISC and MIT
URL: http://www.dnspython.org/
Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz
Patch1: 0001-Add-dns.quic-to-setup.cfg-for-legacy-setup.py-instal.patch
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-cryptography
@ -60,6 +62,9 @@ pytest
%doc examples
%changelog
* Wed Apr 19 2023 ChenYanpan <chenyanpan@xfusion.com> - 2.3.0-3
- Fixed the missing Patch1 in spec
* Tue Apr 18 2023 ChenYanpan <chenyanpan@xfusion.com> - 2.3.0-2
- Add dns.quic to setup.cfg for legacy setup.py installs