-
Notifications
You must be signed in to change notification settings - Fork 19
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
RPM is not readable by rpmlint #89
Comments
Just build and tested PR #83. This would solve the problem, due to using version 0.12.0 of the rpm crate. The verbose error message above contains "files over 4GB not supported by cpio" and the changelog vor rpm 0.12.0 has this entry:
Also this does not mention rpmlint or Fedora 38, rpm 0.12.0 seems to fix the problem. Close this ticket or leave it open until #83 is merged? |
Thank you for information. I've confirmed #83 fixes this issue. Note that: we need to continue our efforts to reduce rpmlint warnings, bacause there is some feature missing in the rpm crate and my crate so lots of warnings in rpmlint shown as of now. |
Just dropping in to mention that we would welcome rpmlint tests being committed upstream rpm-rs/rpm#28 @cat-in-136 Is there anything blocking the associated PR from merging? Can it be merged? |
A RPM created with
cargo generate-rpm
is installable, but cannot be investigated with rpmlint.With verbose output, the following is printed:
To reproduce:
Create a new project using
cargo new hello-world
. Then adjust the Cargo.toml like this:Finally generate the RPM and try to lint it with rpmlint.
Or am I'm doing something wrong here?
Environment:
The text was updated successfully, but these errors were encountered: