I am looking for yum-priorities or any info on any changes here for CentOS 5.4. There is also a forum post for this here: https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22798&forum=37
Is this missing on purpose? Function merged with another yum package? Or is it just missing as an oversight?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
thus Morten Torstensen spake: | I am looking for yum-priorities or any info on any changes here for | CentOS 5.4. There is also a forum post for this here: | https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22798&forum=37 | | Is this missing on purpose? Function merged with another yum package? | Or is it just missing as an oversight?
I don't see it (any more!) running 5.3... But need it desperately.
Timo
Timo Schoeler a écrit :
I don't see it (any more!) running 5.3... But need it desperately.
It got forgotten, obviously. But in the meantime, you can do this:
# wget -c http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-priorities-1.1.16-1...
# rpm -ivh yum-priorities-1.1.16-13.el5.centos.noarch.rpm
Or, even faster :
# rpm -ivh http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-priorities-1.1.16-1...
Cheers,
Niki
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
thus Niki Kovacs spake: | Timo Schoeler a écrit : | |> I don't see it (any more!) running 5.3... But need it desperately. |> | | It got forgotten, obviously.
Hm.
| But in the meantime, you can do this: | | # wget -c | http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-priorities-1.1.16-1... | | # rpm -ivh yum-priorities-1.1.16-13.el5.centos.noarch.rpm | | Or, even faster : | | # rpm -ivh | http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-priorities-1.1.16-1... | | Cheers, | | Niki
Thx.
Timo
So can I just copy the RPM from my 5.3 to my 5.4 and all will be good? No need to makerepo or anything?
[root@alan centos]# find . -name yum-prio* ./5.3/os/i386/CentOS/yum-priorities-1.1.16-13.el5.centos.noarch.rpm ./5.3/os/x86_64/CentOS/yum-priorities-1.1.16-13.el5.centos.noarch.rpm
Just copy those to the same spot under 5.4?
An upgrade should do fine, I think... the yum versions in 5.3 and 5.4 looks to be the same, so nothing would be uninstalled afaik.
Looks to me that you will only see this when you do a fresh install of 5.4
On Thu, Oct 22, 2009 at 4:05 AM, Niki Kovacs contact@kikinovak.net wrote:
Timo Schoeler a écrit :
I don't see it (any more!) running 5.3... But need it desperately.
It got forgotten, obviously.
yum-priorities is now in the extras repository and metadata was refreshed (finally!). So, yum now finds it.
Akemi
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of Morten Torstensen Sent: Thursday, October 22, 2009 12:37 PM To: CentOS mailing list Subject: [CentOS] Missing yum-priorities in 5.4?
Is this missing on purpose? Function merged with another yum package? Or is it just missing as an oversight?
I just upgraded a few systems with v5.4, rebooted and then ran an update again. The yum-priorities plugin is loaded and used with the regular "yum update" command.
Or am *I* missing something here? I don't see anything wrong...
To the CentOS-devs I'd like to extend a great thank you. The v5.4 upgrade went in w/o a hitch and seems to be working excellent.