downloaded and installed these rpm from 4.0 final centos-release-4-0.1 centos-yumconf-4-2 done a yum update and voila :-) new kernel, up2date, logos, few rpm and transformed a rc1 into a final :-) Cheers, Bruno
On Wed, 02 Mar 2005 11:51:03 +0100, Bruno Depero <bruno.depero@digicar.com> wrote:> downloaded and installed these rpm from 4.0 final > centos-release-4-0.1 > centos-yumconf-4-2 > done a yum update and voila :-) > new kernel, up2date, logos, few rpm and transformed a rc1 into a final :-) >Thanks, Bruno Only one step missing. Before ''yum update'', do rpm --import http://mirror.centos.org/centos/4/os/i386/RPM-GPG-KEY-centos4 Worked like a champ for me. Solved my firefox problem, too. Of course, this means that not all of the packages are rebuilt without debug support. That''s not overly important to me, since disk space is not at a premium. -- Collins
>rpm --import http://mirror.centos.org/centos/4/os/i386/RPM-GPG-KEY-centos4yum 2.2.0 in centos4 supports the gpgkey option per-repository. [repoid] name=myrepo baseurl=url://somewhere gpgcheck=1 gpgkey=url://to/the/gpg/pub/key Then yum, when it encounters a package from this repo, will import this key. -sv -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.caosity.org/pipermail/centos/attachments/20050302/cb2ea6d0/attachment.htm
On Wed, 02 Mar 2005 23:09:44 -0500, seth vidal <skvidal@phy.duke.edu> wrote:> > > rpm --import http://mirror.centos.org/centos/4/os/i386/RPM-GPG-KEY-centos4 > yum 2.2.0 in centos4 supports the gpgkey option per-repository. > > [repoid] > name=myrepo > baseurl=url://somewhere > gpgcheck=1 > gpgkey=url://to/the/gpg/pub/key > > Then yum, when it encounters a package from this repo, will import this > key. >Cool. Nice to know. I, of course, encountered the "no key exists" error and had to fetch the key manually. -- Collins
On Wed, 2005-03-02 at 23:09 -0500, seth vidal wrote:> > > rpm --import http://mirror.centos.org/centos/4/os/i386/RPM-GPG-KEY-centos4 > > yum 2.2.0 in centos4 supports the gpgkey option per-repository. > > [repoid] > name=myrepo > baseurl=url://somewhere > gpgcheck=1 > gpgkey=url://to/the/gpg/pub/key > > Then yum, when it encounters a package from this repo, will import > this key. > > -sv >Seth ... you are the Man :)
>> [repoid] >> name=myrepo >> baseurl=url://somewhere >> gpgcheck=1 >> gpgkey=url://to/the/gpg/pub/key >> >> Then yum, when it encounters a package from this repo, will import >> this key. >> >> -sv >> > >Seth ... you are the Man :) >Thank menno smits. he wrote that code. -sv