https://bugzilla.redhat.com/show_bug.cgi?id=2196848

Fabio Valentini <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #2 from Fabio Valentini <[email protected]> ---
Two quick comments from Rust packaging POV:

> # A patch to work around the following pointless rpm build failure
> # *** ERROR: ./usr/share/cargo/registry/serde_tuple_macros-0.5.0/src/lib.rs 
> has shebang which doesn't start with '/' ([recursion_limit = "4096"])

This is actually not a pointless failure, the src/lib.rs file is just marked as
executable when it shouldn't be, which triggers the script processing.
Fixing it doesn't even need a patch, doing "chmod -x src/lib.rs" in %prep is
enough.

On the other hand, the fact that the project doesn't have a LICENSE file
(neither in published sources, nor in the upstream GitHub project) is indeed a
problem for MIT license.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2196848
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to