From 3eca043c275e0f7d44506e94de608988f7ac067d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Mon, 30 Jan 2023 10:49:27 +0100 Subject: [PATCH] Stop obsoleting bind packages (#2165264) --- bind9-next.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bind9-next.spec b/bind9-next.spec index 37bfb15..abc8b1b 100644 --- a/bind9-next.spec +++ b/bind9-next.spec @@ -10,7 +10,6 @@ %bcond_without SUDO %bcond_without GSSTSIG %bcond_without JSON -# FIXME: Not ready. Should it be worked on? %bcond_without DLZ # New MaxMind GeoLite support %bcond_without GEOIP2 @@ -51,7 +50,6 @@ %if 0%{?fedora} >= 37 \ Provides: %1 = %{version}-%{release} \ %endif \ -Obsoletes: %1 < 32:9.17.0 \ Conflicts: %1 \ %endif @@ -59,7 +57,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind9-next License: MPLv2.0 Version: 9.19.9 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -969,6 +967,9 @@ fi; %endif %changelog +* Mon Jan 30 2023 Petr Menšík - 32:9.19.9-3 +- Stop obsoleting bind packages (#2165264) + * Sun Jan 29 2023 Petr Menšík - 32:9.19.9-2 - Attempt to not upgrade to bind9-next by default (#2165256)