On Fri, 2012-01-27 at 14:10 +0100, Harald Hoyer wrote:
> Add f17-usrmove in the file /etc/yum.repos.d/f17-usrmove.repo
>  [f17-usrmove]
>  name=Fedora $releasever - $basearch
>  failovermethod=priority
>  baseurl=http://koji.fedoraproject.org/repos/f17-usrmove/latest/$basearch
>  enabled=1
>  metadata_expire=1d
>  gpgcheck=0
> 
> # yum clean all
> # yum upgrade

As a heads up for x86-64 users:
The f17-usrmove koji repo for x86-64 is missing x86-32 rpms which are
normally copied from the x86-32 to x86-64 as part of the rawhide
compose.
 
Workaround is to add a second entry to the repo file pointing directly
to the x86-32 (i386) repo. Otherwise yum will bail out eventually
because of protected multilib versions.

[f17-usrmove-x86-32]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=http://koji.fedoraproject.org/repos/f17-usrmove/latest/i386
enabled=1
metadata_expire=1d
gpgcheck=0


Regards,
Andreas
-- 
Andreas Bierfert <andreas.bierf...@lowlatency.de>

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to