We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
I tried multiple modifications to my rpm- build but non works for fc41.
Most recent: https://copr.fedorainfracloud.org/coprs/burningpho3nix/Setup-Tool/build/7976354/
The text was updated successfully, but these errors were encountered:
This sounds like you are missing a debug package https://docs.fedoraproject.org/en-US/packaging-guidelines/Debuginfo/
I think an easyfix for you could be disabling the debug package but putting this at the top of you specfile.
%global debug_package %{nil}
This isn't the correct solution but you could try if it helps, so you can narrow the scope of the issue.
I am moving this to a "discussions" because this is not a Copr bug.
Sorry, something went wrong.
No branches or pull requests
I tried multiple modifications to my rpm- build but non works for fc41.
Most recent:
https://copr.fedorainfracloud.org/coprs/burningpho3nix/Setup-Tool/build/7976354/
The text was updated successfully, but these errors were encountered: