https://bugzilla.redhat.com/show_bug.cgi?id=2272354
Davide Cavalca davide@cavalca.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |davide@cavalca.name
--- Comment #7 from Davide Cavalca davide@cavalca.name --- I also need this packaged. fwiw, it builds fine on i686 for me when using the following rust2rpm.toml
[package] extra-sources = [ { number = 2, file = "https://github.com/qnighy/yasna.rs/raw/yasna-0.5.0/LICENSE-APACHE", comments = ["https://github.com/qnighy/yasna.rs/issues/76%22%5D%7D, { number = 3, file = "https://github.com/qnighy/yasna.rs/raw/yasna-0.5.0/LICENSE-MIT", comments = ["https://github.com/qnighy/yasna.rs/issues/76%22%5D%7D, ] extra-patches = [ { number = 2, file = "https://github.com/qnighy/yasna.rs/pull/73.patch", comments = ["Fix test failure on i686"]}, ]
[scripts] prep.pre = ["cp -p %SOURCE2 %SOURCE3 ."]