We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To package this application into Fedora rpm it's required to get license text exactly from sources. So GPL3 text must be right in source tree.
The text was updated successfully, but these errors were encountered:
Isn't it in the README? Though I just opened PR #160
Sorry, something went wrong.
It is formal requirement, but automatic package checking requires separate license file (and more - exactly coinciding with original license text).
Ordinary package spec excerpt:
%files %license LICENSE %doc README.md ...
No branches or pull requests
To package this application into Fedora rpm it's required to get license text exactly from sources.
So GPL3 text must be right in source tree.
The text was updated successfully, but these errors were encountered: