Pour faire avancer les choses, voila mon fichier /etc/sysconfig/rhn/sources utilisé par up2date
#########################################################
### this describes the various package repos up2date will look into
### for packages. It currently supports apt-rpm repos, yum repos,
### and "dir" repos
### format is one repo entry per line, # starts comments, the
### first word on each line is the type of repo.
### the default rhn (using "default" as the url means
### use the one in the up2date config file
#up2date default
### When a channel-label is required for the non up2date repo's,
### the label is solely used as an internal identifier and is not
### based on the url or any other info from the repo.
### an apt style repo, this time arjanv's 2.6 kernel repo
### format is:
### type channel-label service:server path repo name
#apt arjan-2.6-kernel-i386
http://people.redhat.com ~arjanv/2.5/ kernel
### Note that for apt repos, there can be multiple repo names specified
### space seperated.
### an yum style repo
### format:
### type channel-label url
yum fedora-core-2-official
http://redhat.secsup.org/fedora/core/2/i386/os
# yum-mirror fedora-core-2
http://fedora.redhat.com/download/up2date-mirrors/fedora-core-2
# yum-mirror updates-released-fc2
http://fedora.redhat.com/download/up2date-mirrors/updates-released-fc2
# yum fedora-us-core-2b
http://www.las.ic.unicamp.br/pub/fedora/linux/core/updates/2/i386/RPMS.os
yum fedora-us-core-2
ftp://ftp.ussg.iu.edu/pub/linux/fedora.us/fedora/fedora/2/i386/RPMS.os
yum fedora-us-core-latest
ftp://ftp.ussg.iu.edu/pub/linux/fedora.us/fedora/fedora/latest/i386/RPMS.os
# yum fedora-us-updates-2b
http://www.las.ic.unicamp.br/pub/fedora/linux/core/updates/2/i386/RPMS.updates
yum fedora-us-updates-2
ftp://ftp.ussg.iu.edu/pub/linux/fedora.us/fedora/fedora/2/i386/RPMS.updates
yum fedora-us-updates-latest
ftp://ftp.ussg.iu.edu/pub/linux/fedora.us/fedora/fedora/latest/i386/RPMS.updates
# yum fedora-us-stable-2b
http://www.las.ic.unicamp.br/pub/fedora/linux/core/updates/2/i386/RPMS.stable
yum fedora-us-stable-2
ftp://ftp.ussg.iu.edu/pub/linux/fedora.us/fedora/fedora/2/i386/RPMS.stable
yum fedora-us-stable-latest
ftp://ftp.ussg.iu.edu/pub/linux/fedora.us/fedora/fedora/latest/i386/RPMS.stable
yum fedora-core-2
http://download.fedora.redhat.com/pub/fedora/linux/core/2/$ARCH/os/
yum updates-released-fc2
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/$ARCH
yum-mirror fedora-core-2
http://fedora.redhat.com/download/up2date-mirrors/fedora-core-2
yum-mirror updates-released-fc2
http://fedora.redhat.com/download/up2date-mirrors/updates-released-fc2
#yum updates-testing
http://fedora.redhat.com/updates/testing/fedora-core-$releasever
#yum-mirror updates-testing
http://fedora.redhat.com/download/up2date-mirrors/updates-testing
yum livna-stable-fc2
http://rpm.livna.org/fedora/2/i386/yum/stable
# yum livna-testing-fc2
http://rpm.livna.org/fedora/2/i386/yum/testing
# yum livna-unstable-fc2
http://rpm.livna.org/fedora/2/i386/yum/unstable
# yum crash-hat-1
http://crash.fce.vutbr.cz/crash-hat/1
# yum crash-hat-2
http://crash.fce.vutbr.cz/crash-hat/2
yum k3b
http://rpms.xcyb.org/fedora/2/stable
yum Python
http://download.pypackage.org/devel/fedora-core-2
yum dag
http://apt.sw.be/fedora/2/en/$ARCH/dag
yum dag-mirroir
http://rpm.math.ist.utl.pt/fedora/linux/dag/2/i386/dag
yum worldforge
http://white.worldforge.org/downloads/yum/fedora/2/i386
yum mozilla
http://ftp.mozilla.org/pub/mozilla.org/mozilla/yum/SeaMonkey/releases/current/redhat/2/
### a local directory full of packages
### format
#dir my-favorite-rpms-i386-9 /var/spool/RPMS/
# Macromedia Flash plug-in only
apt macromedia
http://ruslug.rutgers.edu macromedia/apt/fedora/2 macromedia
## yum Bartoloco
http://yum.garsan.ws/fedora/2/RPMS/RPMS.bartoloco
yum Mono
http://www.go-mono.com/archive/yum-repository/fedora-2-i386
# multiple versions of all repos except "up2date" can be used. Deps
# can be resolved "cross-repo" if need be.
#########################################################
Malebolgia