Quoting Michael Schwendt <mschwendt@xxxxxxxxx>:
On 28/11/2007, Graeme Hilton wrote:
I can post the contents of my yum.repos.d directory if that would help.
It increases the chance that somebody will spot an error.
Additionally, post "yum repolist". You can also verify the unresolved
dependencies with "yum whatprovides ..." or "repoquery --whatprovides
...". For example, the "rpm-libs" package is _essential_, and there
must be something wrong if your system doesn't see the new one. "yum
list rpm-libs".
yum repolist doesn't work with my version of yum.
"yum list rpm-libs" gives:
Loading "allowdowngrade" plugin
Loading "kmdl" plugin
Loading "installonlyn" plugin
Loading "downloadonly" plugin
Setting up repositories
Reading repository metadata in from local files
Installed Packages
rpm-libs.i386 4.4.2.1-2.fc6 installed
rpm-libs.x86_64 4.4.2.1-2.fc6 installed
Available Packages
rpm-libs.i386 4.4.2.2-2.fc7 updates
rpm-libs.x86_64 4.4.2.2-2.fc7 updates
"yum list python" gives:
Installed Packages
python.x86_64 2.4.4-1.fc6 installed
Available Packages
python.x86_64 2.5-15.fc7 updates
Here's the repository configs that are enabled;
[updates]
name=Fedora $releasever - $basearch - Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/7/$basearch/enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[fedora]
name=Fedora $releasever - $basearch
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
baseurl=http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/$basearch/os/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[atrpms]
name=Fedora 7 - x86_64 - ATrpms
#baseurl=http://dl.atrpms.net/fc6-x86_64/atrpms/stable
baseurl=http://www.mirrorservice.org/sites/dl.atrpms.net/f7-x86_64/atrpms/stable/
failovermethod=priority
enabled=1
--
Graeme Hilton