<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.3">
</HEAD>
<BODY>
On Mon, 2007-10-29 at 03:54 -0500, Johnny Hughes wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Craig White wrote:</FONT>
<FONT COLOR="#000000">> running into a snag. Though I could obviously handle it in a variety of</FONT>
<FONT COLOR="#000000">> different ways, thought I would point this out and see if anyone has a</FONT>
<FONT COLOR="#000000">> suggestion that I am missing.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Transaction Check Error:</FONT>
<FONT COLOR="#000000">> file /usr/share/backgrounds/images/default-5_4.jpg from install of</FONT>
<FONT COLOR="#000000">> desktop-backgrounds-basic-2.0-40.el5.centos conflicts with file from</FONT>
<FONT COLOR="#000000">> package redhat-logos-4.9.16-1</FONT>
<FONT COLOR="#000000">>   file /usr/share/backgrounds/images/default-dual-wide.jpg from install</FONT>
<FONT COLOR="#000000">> of desktop-backgrounds-basic-2.0-40.el5.centos conflicts with file from</FONT>
<FONT COLOR="#000000">> package redhat-logos-4.9.16-1</FONT>
<FONT COLOR="#000000">>   file /usr/share/backgrounds/images/default-dual.jpg from install of</FONT>
<FONT COLOR="#000000">> desktop-backgrounds-basic-2.0-40.el5.centos conflicts with file from</FONT>
<FONT COLOR="#000000">> package redhat-logos-4.9.16-1</FONT>
<FONT COLOR="#000000">>   file /usr/share/backgrounds/images/default-wide.jpg from install of</FONT>
<FONT COLOR="#000000">> desktop-backgrounds-basic-2.0-40.el5.centos conflicts with file from</FONT>
<FONT COLOR="#000000">> package redhat-logos-4.9.16-1</FONT>
<FONT COLOR="#000000">>   file /usr/share/backgrounds/images/default.jpg from install of</FONT>
<FONT COLOR="#000000">> desktop-backgrounds-basic-2.0-40.el5.centos conflicts with file from</FONT>
<FONT COLOR="#000000">> package redhat-logos-4.9.16-1</FONT>
<FONT COLOR="#000000">> </FONT>

<FONT COLOR="#000000">Craig,</FONT>

<FONT COLOR="#000000">Install the redhat-logos package from centos and the desktop-backgrounds</FONT>
<FONT COLOR="#000000">package from centos these 2 packages control the look and fee of the</FONT>
<FONT COLOR="#000000">distribution and don't really track upstream packages at all.</FONT>

<FONT COLOR="#000000">You will have to force the redhat-logos install as the upstream version</FONT>
<FONT COLOR="#000000">has a higher number than CentOS-5 at this time:</FONT>

<FONT COLOR="#000000">upstream: 4.9.16-1</FONT>
<FONT COLOR="#000000">centos:   4.9.8-6</FONT>

<FONT COLOR="#000000">The CentOS version of redhat-logos does not track the upstream version</FONT>
<FONT COLOR="#000000">(and that is one of 2 packages that _HAS_TO_ be replaced do rebuilding</FONT>
<FONT COLOR="#000000">entities) so that is why yum will not install it.</FONT>

<FONT COLOR="#000000">We should probably release a newer version of redhat-logos to make our</FONT>
<FONT COLOR="#000000">package install instead as an upgrade to the upstream one, but you can</FONT>
<FONT COLOR="#000000">manually download the package and do:</FONT>

<FONT COLOR="#000000">rpm -Uvh --force <centos-version>.rpm</FONT>
</PRE>
</BLOCKQUOTE>
----<BR>
OK - here's my methodology for upgrading in case it helps someone<BR>
<BR>
cp /etc/redhat-release /etc/redhat-release-saved<BR>
rpm -e --nodeps redhat-release-notes \<BR>
 redhat-releaserpm \<BR>
 yum-rhn-plugin \<BR>
 redhat-logos<BR>
rpm -ivh \<BR>
 <A HREF="http://mirror.centos.org/centos/5/os/i386/CentOS/">http://mirror.centos.org/centos/5/os/i386/CentOS/</A>centos-release-5-0.0.el5.centos.2.i386.rpm \<BR>
 http://mirror.centos.org/centos/5/os/i386/CentOS<A HREF="http://mirror.centos.org/centos/5/os/i386/CentOS/centos-release-notes-5.0.0-2.i386.rpm">/centos-release-notes-5.0.0-2.i386.rpm</A><BR>
yum update<BR>
<BR>
Seems to have worked just fine (redhat-logos replaced automatically as a dependency)<BR>
<BR>
Thanks for the help, sorry about the html but I the long lines were breaking<BR>
<BR>
Craig
</BODY>
</HTML>