https://bugzilla.redhat.com/show_bug.cgi?id=2283850
--- Comment #2 from Cristian Le fedora@lecris.me --- Spec URL: https://github.com/LecrisUT/rusty_parserk-paseto-rpmspec/raw/3c3f0e08e67ae68... SRPM URL: https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-rusty_par...
rust2rpm.toml ```toml [[package.extra-patches]] comments = [ "Remove example and patch dependencies", ] file = "rust-rusty_paseto-0.7.0-Patch_dependencies.diff" number = 10
[scripts.prep] post = [ "# Remove examples", "rm -r examples", ] ```