Bug 186332 - Package Conflict
Summary: Package Conflict
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: bind
Version: 5
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jason Vas Dias
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-22 23:07 UTC by Jonathan Steffan
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-24 18:15:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jonathan Steffan 2006-03-22 23:07:26 UTC
Description of problem:
Transaction Check Error:   file /etc/named.conf from install of
bind-9.3.2-12.FC5 conflicts with file from package caching-nameserver-7.3-5.FC5

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. yum update
2.
3.
  
Actual results:
Failed update.

Expected results:
Update.

Additional info:

Comment 1 Jason Vas Dias 2006-03-23 15:23:30 UTC
This is very strange - this problem does not occur for me. 

I just double checked this on a clean installed FC-5 system by doing
# yum update
The bind-*9.3.2-4.1 packages were correctly updated to bind-*9.3.2-12.FC5,
and the caching-nameserver package was correctly obsoleted by bind-config.

bind-config now 'Obsoletes: caching-nameserver', and takes over ownership of
the $ROOTDIR/etc/named.conf file. The bind package only owns named.conf as
a %ghost file, as does bind-config, to prevent named.conf being removed by
previous versions of the package which Provide: named.conf.

What was the command you used to update bind ?

If it was yum, do you have 'obsoletes=1' in /etc/yum.conf or an active
/etc/yum.repos.d/*.repo file ?

The default yum configuration specifies 'obsoletes=1' and would avoid this
problem occurring.

You will not get this problem if you included bind-config in the list of 
packages to be updated, or if you use a current version of yum with the
'obsoletes=1' processing enabled.

Comment 2 Jonathan Steffan 2006-03-24 06:27:09 UTC
This problem has been cleared up. I now am able to 'yum update'. I have been
updating all other packages other then bind and related updates. Today it works.

Per Request:

obsoletes=1 is set in /etc/yum.conf

[user@host ~]$ rpm -qa|grep bind
bind-utils-9.3.2-4.1
bind-libs-9.3.2-12.FC5
bind-9.3.2-12.FC5
bind-utils-9.3.2-12.FC5
ypbind-1.19-0
bind-config-9.3.2-12.FC5

Comment 3 Jason Vas Dias 2006-03-24 18:15:49 UTC
Good - glad to see the problem has been resolved.


Note You need to log in before you can comment on or make changes to this bug.