Try providing bind-utils even on f36

This commit is contained in:
Petr Menšík 2023-01-30 11:26:22 +01:00
parent 3eca043c27
commit 2a2014d9c5

View File

@ -47,9 +47,7 @@
# Provide only bind-utils on f37+, it has better behaviour
%define upname_compat() \
%if "%{name}" != "%{upname}" \
%if 0%{?fedora} >= 37 \
Provides: %1 = %{version}-%{release} \
%endif \
Conflicts: %1 \
%endif
@ -969,6 +967,7 @@ fi;
%changelog
* Mon Jan 30 2023 Petr Menšík <pemensik@redhat.com> - 32:9.19.9-3
- Stop obsoleting bind packages (#2165264)
- Try providing bind-utils even on f36
* 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)