From 680ab1f23e439b82a035602aae87c4e79ce68b52 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 21:47:49 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- unbound.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unbound.spec b/unbound.spec index 704562f..65d5cca 100644 --- a/unbound.spec +++ b/unbound.spec @@ -37,7 +37,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.13.1 -Release: 6%{?extra_version:.%{extra_version}}%{?dist} +Release: 7%{?extra_version:.%{extra_version}}%{?dist} License: BSD Url: https://nlnetlabs.nl/projects/unbound/ Source: https://nlnetlabs.nl/downloads/%{name}/%{name}-%{version}%{?extra_version}.tar.gz @@ -465,6 +465,9 @@ popd %attr(0644,root,root) %config %{_sysconfdir}/%{name}/root.key %changelog +* Wed Jun 02 2021 Python Maint - 1.13.1-7 +- Rebuilt for Python 3.10 + * Fri Apr 23 2021 Artem Egorenkov - 1.13.1-6 - Option --enable-linux-ip-local-port-range added to use system configured port range for libunbound on Linux - Resolves: rhbz#1935101