Created attachment 1406176[details]
dnf.log
Upgrade from f26 to Rawhide, dnf.log reports missing RPM-GPG-KEY-fedora-29-ppc64le
openQA test with Rawhide compose 20180303 for ppc64 or ppc64le
The attached dnf.log is reporting
== extract dnf.log
2018-03-09T05:37:23Z SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/util.py", line 94, in _urlopen
librepo.download_url(url, fo.fileno(), handle)
File "/usr/lib64/python3.6/site-packages/librepo/__init__.py", line 1628, in download_url
return _librepo.download_url(handle, url, fd)
librepo.LibrepoException: (8, "Curl error (37): Couldn't read a file:// file for file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-ppc64le [Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-ppc64le]", 'An Curl handle error')
===
Note that no failure for upgrade from f27 to Rawhide.
Yeah, this seems messed up in the current fedora-repos-26-3.
It only has the f29 primary key (which also is the ppc64le one, but normally there is a link to it).
Moving to fedora-repos for fixing.
Comment 2Fedora Update System
2018-04-02 21:16:07 UTC
Created attachment 1406176 [details] dnf.log Upgrade from f26 to Rawhide, dnf.log reports missing RPM-GPG-KEY-fedora-29-ppc64le openQA test with Rawhide compose 20180303 for ppc64 or ppc64le The attached dnf.log is reporting == extract dnf.log 2018-03-09T05:37:23Z SUBDEBUG Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/dnf/util.py", line 94, in _urlopen librepo.download_url(url, fo.fileno(), handle) File "/usr/lib64/python3.6/site-packages/librepo/__init__.py", line 1628, in download_url return _librepo.download_url(handle, url, fd) librepo.LibrepoException: (8, "Curl error (37): Couldn't read a file:// file for file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-ppc64le [Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-ppc64le]", 'An Curl handle error') === Note that no failure for upgrade from f27 to Rawhide.