Bug 1119275

Summary: missing fedora-21 configs
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan.kratochvil>
Component: mockAssignee: Miroslav Suchý <msuchy>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: awilliam, jan.kratochvil, jdisnard, mebrown, msuchy, praiskup, williams
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: mock-1.1.40 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-23 06:53:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Kratochvil 2014-07-14 12:04:51 UTC
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.

Comment 1 Miroslav Suchý 2014-07-14 12:58:40 UTC
Added in:
* f465b51 (HEAD, origin/msuchy-work, msuchy-work) Change releasever to 22 for rawhide
* 8018a90 Add F21 configs

Contributed by Igor Gnatenko

Comment 2 Adam Williamson 2014-07-15 04:20:52 UTC
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...

Comment 3 Jan Kratochvil 2014-07-22 15:53:45 UTC
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

Comment 4 Adam Williamson 2014-07-22 20:52:33 UTC
mock bug, it shouldn't expect signatures until we switch to using Bodhi for F21 branch.

Comment 5 Miroslav Suchý 2014-07-23 06:53:59 UTC
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.