[CentOS] Dependency problems with Yum update

Thu Mar 11 17:25:23 UTC 2010
Akemi Yagi <amyagi at gmail.com>

On Thu, Mar 11, 2010 at 9:04 AM, Todd Cary <todd at aristesoftware.com> wrote:

> I am obviously missing something since a cat of the repo file shows it
> disabled and I still get the same errors.
>
> [testing]
> name=CentOS-$releasever - Testing
> arch=$basearch&repo=testing
> baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
> gpgcheck=1
> enable=0
> gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing

The "authentic" testing repo file for CentOS-4 has these lines:

[c4-testing]
name=CentOS-4 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=0
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing

Yours is apparently different (even the repo name).  Where did you get it from?

Akemi