That's an issue in COPR, they must be pointing at the wrong gpg key

Dennis

On Tue, Apr 21, 2020, 16:03 Ken Dreyer <ktdreyer@ktdreyer.com> wrote:
I was trying to use the master branch packages here for el7:
https://copr.fedorainfracloud.org/coprs/tkopecek/koji/

There seems to be some kind of GPG problem though, and I can't tell if
it's a koji package issue or a Copr infrastructure issue.

Here is a really simple way to reproduce it:

# Start with a CentOS 7 environment:
podman run -it --rm centos:7

# Enable EPEL:
yum -y install epel-release

# Enable the Copr:
curl https://copr.fedorainfracloud.org/coprs/tkopecek/koji/repo/epel-7/tkopecek-koji-epel-7.repo
> /etc/yum.repos.d/tkopecek-koji-epel-7.repo

# Install any koji package from the Copr:
yum install koji-builder
[ ... long output snipped ... ]
Retrieving key from
https://download.copr.fedorainfracloud.org/results/tkopecek/koji/pubkey.gpg
Importing GPG key 0x3802E829:
 Userid     : "tkopecek_koji (None) <tkopecek#koji@copr.fedorahosted.org>"
 Fingerprint: 7f05 4cc6 6501 2a24 b0dd b892 a033 6e0a 3802 e829
 From       : https://download.copr.fedorainfracloud.org/results/tkopecek/koji/pubkey.gpg
Is this ok [y/N]: y

Public key for python2-koji-1.21.0-20200421.1.el7.noarch.rpm is not installed

 Failing package is: python2-koji-1.21.0-20200421.1.el7.noarch
 GPG Keys are configured as:
https://download.copr.fedorainfracloud.org/results/tkopecek/koji/pubkey.gpg


When I set "gpgcheck=0" in tkopecek-koji-epel-7.repo, I can install Koji fine.

Where should I look next?

- Ken
_______________________________________________
koji-devel mailing list -- koji-devel@lists.fedorahosted.org
To unsubscribe send an email to koji-devel-leave@lists.fedorahosted.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedorahosted.org/archives/list/koji-devel@lists.fedorahosted.org