Re: [HOWTO] Keep using Rawhide after branching

2020-08-28 Thread Vít Ondruch
Dne 28. 08. 20 v 19:09 Adam Williamson napsal(a): > On Fri, 2020-08-28 at 18:51 +0200, Vít Ondruch wrote: >> Dne 25. 08. 20 v 16:25 Petr Menšík napsal(a): >>> No, unfortunately the key is there, but the package is incomplete. >>> >>> If you have enabled gpg signatures verification, it would fail.

Re: [HOWTO] Keep using Rawhide after branching

2020-08-28 Thread kevin
On Fri, Aug 28, 2020 at 06:51:24PM +0200, Vít Ondruch wrote: > > Dne 25. 08. 20 v 16:25 Petr Menšík napsal(a): > > No, unfortunately the key is there, but the package is incomplete. > > > > If you have enabled gpg signatures verification, it would fail. At least > > it does to me. > > > > Check it

Re: [HOWTO] Keep using Rawhide after branching

2020-08-28 Thread Adam Williamson
On Fri, 2020-08-28 at 18:51 +0200, Vít Ondruch wrote: > Dne 25. 08. 20 v 16:25 Petr Menšík napsal(a): > > No, unfortunately the key is there, but the package is incomplete. > > > > If you have enabled gpg signatures verification, it would fail. At least > > it does to me. > > > > Check it with: >

Re: [HOWTO] Keep using Rawhide after branching

2020-08-28 Thread Vít Ondruch
Dne 25. 08. 20 v 16:25 Petr Menšík napsal(a): > No, unfortunately the key is there, but the package is incomplete. > > If you have enabled gpg signatures verification, it would fail. At least > it does to me. > > Check it with: > > rpm -ql fedora-gpg-keys | grep fedora-34-$(arch) > > It just does

Re: [HOWTO] Keep using Rawhide after branching

2020-08-28 Thread Petr Menšík
Of course this would "solve" issue with GPG signature. It opens door for man-in-the-middle attack without any protection. But I am aware there are no many better fixes. There is one with arch symlink, allowing continued GPG verification. On 8/25/20 5:56 PM, Mattia Verga via devel wrote: > Il 25/08

Re: [HOWTO] Keep using Rawhide after branching

2020-08-25 Thread kevin
On Tue, Aug 25, 2020 at 04:49:05PM +0200, Petr Menšík wrote: > Hi Daniel, > > I am not using any base in fact. I am using container by systemd-nspawn. > I have installed it long ago by command from man systemd-nspawn, Example > 2. at the bottom. > > Since then I am trying rolling updates to keep

Re: [HOWTO] Keep using Rawhide after branching

2020-08-25 Thread Mattia Verga via devel
Il 25/08/20 11:40, Petr Menšík ha scritto: > Hi Vít, > > Unfortunately your workaround does not on my rawhide container. > ... I just did ~~~ $ sudo dnf update fedora-gpg-keys --nogpgcheck $ sudo dnf update fedora-repos --release 34 ~~~ ___ devel ma

Re: [HOWTO] Keep using Rawhide after branching

2020-08-25 Thread Petr Menšík
Hi Daniel, I am not using any base in fact. I am using container by systemd-nspawn. I have installed it long ago by command from man systemd-nspawn, Example 2. at the bottom. Since then I am trying rolling updates to keep it Raw(hide). It fails every release once branched, because signatures cann

Re: [HOWTO] Keep using Rawhide after branching

2020-08-25 Thread Petr Menšík
No, unfortunately the key is there, but the package is incomplete. If you have enabled gpg signatures verification, it would fail. At least it does to me. Check it with: rpm -ql fedora-gpg-keys | grep fedora-34-$(arch) It just does not provide correct key. The same issue is there for f31 and f3

Re: [HOWTO] Keep using Rawhide after branching

2020-08-25 Thread Petr Menšík
Okay, found more correct workaround, this time without required ignoration of gpg signatures. Just use: (sudo) dnf --disablerepo rawhide --enablerepo updates \ upgrade fedora-gpg-keys (sudo) ln -s /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-{primary,$(arch)} (sudo) dnf --repo rawhide --rele

Re: [HOWTO] Keep using Rawhide after branching

2020-08-25 Thread Vít Ondruch
Dne 25. 08. 20 v 11:40 Petr Menšík napsal(a): > Hi Vít, > > Unfortunately your workaround does not on my rawhide container. I think > the problem is in missing gpg keys from fedora-gpg-keys, which do not > contain also architecture specific keys. > > # rpm -q fedora-repos fedora-repos-rawhide fedo

Re: [HOWTO] Keep using Rawhide after branching

2020-08-25 Thread Daniel P . Berrangé
On Tue, Aug 25, 2020 at 11:40:21AM +0200, Petr Menšík wrote: > Hi Vít, > > Unfortunately your workaround does not on my rawhide container. I think > the problem is in missing gpg keys from fedora-gpg-keys, which do not > contain also architecture specific keys. When you say "rawhide container", w

Re: [HOWTO] Keep using Rawhide after branching

2020-08-25 Thread Petr Menšík
Hi Vít, Unfortunately your workaround does not on my rawhide container. I think the problem is in missing gpg keys from fedora-gpg-keys, which do not contain also architecture specific keys. # rpm -q fedora-repos fedora-repos-rawhide fedora-gpg-keys fedora-repos-33-0.9.noarch fedora-repos-rawhide

Re: [HOWTO] Keep using Rawhide after branching

2020-08-17 Thread Zdenek Dohnal
Thanks for the Howto, Víťa! Helps a lot! On 8/17/20 1:42 PM, Vít Ondruch wrote: > Just as a reminder to all Rawhide users, this is the easiest way to keep > using Rawhide after branching: > > > ~~~ > > $ sudo dnf update fedora-gpg-keys > > $ sudo dnf update fedora-repos --release 34 > > ~~~ > > >

[HOWTO] Keep using Rawhide after branching

2020-08-17 Thread Vít Ondruch
Just as a reminder to all Rawhide users, this is the easiest way to keep using Rawhide after branching: ~~~ $ sudo dnf update fedora-gpg-keys $ sudo dnf update fedora-repos --release 34 ~~~ Unfortunately, there has been no progress on [1] during past months. Vít  [1] https://pagure.io/