Stop obsoleting bind packages (#2165264)

This commit is contained in:
Petr Menšík 2023-01-30 10:49:27 +01:00
commit 3eca043c27

View file

@ -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 <pemensik@redhat.com> - 32:9.19.9-3
- Stop obsoleting bind packages (#2165264)
* Sun Jan 29 2023 Petr Menšík <pemensik@redhat.com> - 32:9.19.9-2
- Attempt to not upgrade to bind9-next by default (#2165256)