Fixed the missing Patch1 in spec

This commit is contained in:
ChenYanpan 2023-04-19 17:20:15 +08:00
parent 38a8fe9b5a
commit a4d9660114
No known key found for this signature in database
GPG Key ID: 743990DD9697055F

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