You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
$ podman run quay.io/fedoraci/rpminspect:43bc818 rpminspect-fedora python-pytest-freezer-0.4.8-1.fc42emptyrpm:---------1) New package python3-pytest-freezer-0.4.8-1.fc42.noarch.rpm is empty (no payloads) Result: VERIFYWaiver Authorization: AnyoneSuggested Remedy:
$ podman run -ti fedora:latest
# 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.fc42emptyrpm:---------Result: OK
I have run against fedoraci/rpminspect:43bc818 with dnf upgrade but got the same results
The text was updated successfully, but these errors were encountered:
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 resultsThe text was updated successfully, but these errors were encountered: