-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
CentOS Stream 9
-
None
-
None
-
Critical
-
rhel-sst-cs-net-perf-services
-
ssg_core_services
-
None
-
False
-
-
None
-
CentOS Stream
-
None
-
None
-
None
-
None
First. This is about bind9.18 but component is not yet added in jira, that is why wrong component is used.
What were you trying to do that didn't work?
build bind9.18 and noticed it replaces bind.
Please provide the package NVR for which bug is seen:
bind9.18-9.18.27-1.el9
How reproducible:
always.
Steps to reproduce
- when bind9.18 is available, doing dnf upgrade will replace bind and bind-utils with bind9.18 variants.
Expected results
bind9.18 and bind9.18-utils should not replace bind packages
Actual results
bind9.18 obsoletes bind and bind9.18-utils replaces bind-utils
Fix for the issue is:
diff --git a/bind9.18.spec b/bind9.18.spec
index b365dc7..400d59a 100644
--- a/bind9.18.spec
+++ b/bind9.18.spec
@@ -54,8 +54,6 @@
%global upname bind
{{ %define upname_compat() }}
{{ %if "%{name}" != "%{upname}" }}
{{Provides: %1 = %{epoch}:%{version}%{release} }}
{{-Obsoletes: %1 < 32:9.17.0 }}
{{ Conflicts: %1 }}
%endif