Open LecrisUT opened 2 days ago
It seems to be related to the fedora:42
container. I've managed to reproduce it there
$ podman run -ti fedora:42
# dnf -y install 'dnf5-command(copr)'
# dnf -y copr enable dcantrell/rpminspect
# dnf -y copr enable @osci/fedora-license-data
# dnf -y install rpminspect-data-fedora
# rpminspect-fedora python-pytest-freezer-0.4.8-1.fc42
emptyrpm:
---------
1) New package python3-pytest-freezer-0.4.8-1.fc42.noarch.rpm is empty (no payloads)
Result: VERIFY
Waiver Authorization: Anyone
Suggested Remedy:
Regarding an issue reported by @musicinmybrain in the Fedora-CI channel.
rpminspect
seems to fail inside the container, but if we manually install the packages in a fresh container the same issues do not occur:I have run against
fedoraci/rpminspect:43bc818
withdnf upgrade
but got the same results