From e90de70c690a2acb5285e6fd77a212f6ad5576bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 2 Mar 2021 16:12:06 +0100 Subject: [PATCH] Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. --- unbound.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/unbound.spec b/unbound.spec index 8498df5..5145080 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: 2%{?extra_version:.%{extra_version}}%{?dist} +Release: 3%{?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 @@ -462,6 +462,10 @@ popd %attr(0644,root,root) %config %{_sysconfdir}/%{name}/root.key %changelog +* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.13.1-3 +- Rebuilt for updated systemd-rpm-macros + See https://pagure.io/fesco/issue/2583. + * Mon Feb 15 2021 Victor Stinner - 1.13.1-2 - Fix build on Python 3.10 (rhbz#1889726).