Bug 189358

Summary: can't install bind without force
Product: [Fedora] Fedora Reporter: Evgeny <evgsw>
Component: caching-nameserverAssignee: Jason Vas Dias <jvdias>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-19 14:59:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Evgeny 2006-04-19 14:35:52 UTC
I am trying to install caching-nameserver via yum.

I get this message.

Transaction Check Error:   file /etc/named.conf conflicts between attempted
installs of bind-9.3.2-16.FC5 and caching-nameserver-7.3-5.FC5

but caching-nameserver require bind:
rpm -qp --requires caching-nameserver-7.3-5.FC5.noarch.rpm
/bin/sh
bind
bind
bind >= 9.1.3-0.rc2.3
config(caching-nameserver) = 7.3-5.FC5
grep
grep
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(VersionedDependencies) <= 3.0.3-1
textutils
textutils

So, we have two conflict packages, but one of them require another package.

Comment 1 Jason Vas Dias 2006-04-19 14:59:45 UTC
caching-nameserver has been replaced by bind-config.

If you simply do a 'yum upgrade', you should get bind-config installed and
caching-nameserver should disappear.