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
A "license" field should be supported in package description files.
Currently, using a package description containing the following
[package] name = "foo" version = "1.0" license = "MIT"
results in output similar to the following after an RPM is installed:
$ rpm -qi mypackage Name : mypackage Version : 1.0 License : None
The text was updated successfully, but these errors were encountered:
Sounds good to me. If you want to make a PR, feel free.
Sorry, something went wrong.
No branches or pull requests
A "license" field should be supported in package description files.
Currently, using a package description containing the following
results in output similar to the following after an RPM is installed:
The text was updated successfully, but these errors were encountered: