-
Notifications
You must be signed in to change notification settings - Fork 89
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
Missing license files in virtio-vsock
crate
#298
Comments
It seems like they are missing from most if not all crates. In other repositories we symlink to the license files on the root repository directory. Let's do the same thing here. |
I was going to write the exact same thing ;-) |
Just an update, still there in version 0.8.0. |
thanks, I'm preparing a PR to fix that. |
Add a symbolic link to license files in each crate we publish to avoid problems like this: $ rust2rpm -t fedora -a -s virtio-vsock 0.6.0 ERROR: No license files were detected. In almost all cases, this is an issue with the upstream project that should be reported. In the other unpublished crates we have different licenses that we should resolve before publishing and link the right license files. Fixes: rust-vmm#298 Signed-off-by: Stefano Garzarella <[email protected]>
Looks like license files are missing in the cargo package for
virto-vsock
.The text was updated successfully, but these errors were encountered: