Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something wrong with the container #137

Open
LecrisUT opened this issue Nov 11, 2024 · 1 comment
Open

Something wrong with the container #137

LecrisUT opened this issue Nov 11, 2024 · 1 comment

Comments

@LecrisUT
Copy link

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.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: 

$ 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.fc42
emptyrpm:
---------
Result: OK

I have run against fedoraci/rpminspect:43bc818 with dnf upgrade but got the same results

@LecrisUT
Copy link
Author

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: 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant