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



--- Comment #8 from Ben Beasley <[email protected]> ---
I also uploaded the wrong rust2rpm.toml file here. It should look like (after
hiding the derive_nightly_features feature):

[package.license-files]
include = ["LICENSE"]

[[package.extra-sources]]
number = 10
file = "https://github.com/Keats/validator/raw/refs/tags/v0.20.0/LICENSE";
comments = [
    "Include license files in published crates",
    "https://github.com/Keats/validator/pull/387";,
]

[scripts.prep]
pre = [
    "cp -p '%{SOURCE10}' ."
]

[features]
hide = [
    # Software in Fedora should use stable Rust features.
    "derive_nightly_features",
    # The card-validate crate is not packaged.
    "card",
    "card-validate",
]


-- 
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=2453355

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202453355%23c8

-- 
_______________________________________________
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

Reply via email to