From a4d96601142df394f868531c2f23fe5e98e9ed99 Mon Sep 17 00:00:00 2001 From: ChenYanpan Date: Wed, 19 Apr 2023 17:20:15 +0800 Subject: [PATCH] Fixed the missing Patch1 in spec --- python-dns.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-dns.spec b/python-dns.spec index 4a2509b..f6e8183 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -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 - 2.3.0-3 +- Fixed the missing Patch1 in spec + * Tue Apr 18 2023 ChenYanpan - 2.3.0-2 - Add dns.quic to setup.cfg for legacy setup.py installs