https://bugzilla.redhat.com/show_bug.cgi?id=2447372
--- Comment #1 from Fabio Valentini <[email protected]> --- rust2rpm configuration: ``` [package] summary = "Compile-time-checked builder generator" license-files = ["LICENSE-APACHE", "LICENSE-MIT"] [[package.extra-sources]] number = 10 file = "https://github.com/elastio/bon/raw/refs/tags/v3.9.0/LICENSE-APACHE" comments = ["https://github.com/elastio/bon/issues/375"] [[package.extra-sources]] number = 11 file = "https://github.com/elastio/bon/raw/refs/tags/v3.9.0/LICENSE-MIT" comments = ["https://github.com/elastio/bon/issues/375"] [scripts] prep.post = ["cp -pav %{SOURCE10} %{SOURCE11} ."] check.pre = [ "# ignore failures in brittle compiler error UI tests", "export TRYBUILD=overwrite", ] ``` -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2447372 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202447372%23c1 -- _______________________________________________ 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://forge.fedoraproject.org/infra/tickets/issues/new
