Fedora 21 has been branches and its trees exist. But mock still does not provide its configs. These mock missing configs happen after every Fedora branching.
Added in: * f465b51 (HEAD, origin/msuchy-work, msuchy-work) Change releasever to 22 for rawhide * 8018a90 Add F21 configs Contributed by Igor Gnatenko
could this please be pushed out to all releases quickly? I've already seen a question about this on G+. it should really probably be on someone's TODO list for branch time, it seems like we have to file a bug report to get it done each time...
Is it mock bug or Koji bug? mock cfg already has gpgcheck=1 but the packages are not yet signed: mock -r fedora-21-x86_64 --init warning: /var/lib/mock/fedora-21-x86_64/root/var/cache/yum/fedora/packages/zip-3.0-11.fc21.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 95a43f54: NOKEY Importing GPG key 0x95A43F54: Userid : "Fedora (21) <fedora>" Fingerprint: 6596 b8fb abda 5227 a9c5 b59e 89ad 4e87 95a4 3f54 From : /etc/pki/mock/RPM-GPG-KEY-fedora-21-primary Package libgcc-4.9.1-2.fc21.x86_64.rpm is not signed mock -r fedora-21-i386 --init warning: /var/lib/mock/fedora-21-i386/root/var/cache/yum/fedora/packages/cpio-2.11-29.fc21.i686.rpm: Header V3 RSA/SHA256 Signature, key ID 95a43f54: NOKEY Importing GPG key 0x95A43F54: Userid : "Fedora (21) <fedora>" Fingerprint: 6596 b8fb abda 5227 a9c5 b59e 89ad 4e87 95a4 3f54 From : /etc/pki/mock/RPM-GPG-KEY-fedora-21-primary Package openldap-2.4.39-10.fc21.i686.rpm is not signed
mock bug, it shouldn't expect signatures until we switch to using Bodhi for F21 branch.
mock-1.1.41 is in stable The problem is with timing. You can temporary solve it by gpgcheck=0 in /etc/mock/fedora-21-* If I fix this gpgcheck, then by the time we would cut next release, the packages would be already signed. So there is no sense to do something here.