Spec URL: https://download.copr.fedorainfracloud.org/results/noa/rust/fedora-42-aarch64/09077024-rust-ssh-agent-client-rs/rust-ssh-agent-client-rs.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/noa/rust/fedora-42-aarch64/09077024-rust-ssh-agent-client-rs/rust-ssh-agent-client-rs-1.0.0-1.fc42.src.rpm Description: Pure rust implementation of the ssh-agent protocol Fedora Account System Username: noa I believe I need a sponsor, even though I dabbled with Fedora packaging a long time ago. I am the upstream author of this code, and my purpose in packaging it is to be able to package my pam-ssh-agent crate for Fedora. The COPR build referenced above builds its srpm using the srpm target in this makefile: https://github.com/nresare/rpm-packaging/blob/main/ssh-agent-client-rs/Makefile
Copr build: https://copr.fedorainfracloud.org/coprs/build/9077037 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2368362-rust-ssh-agent-client-rs/fedora-rawhide-x86_64/09077037-rust-ssh-agent-client-rs/fedora-review/review.txt Please take a look if any issues were found. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.
It turns out that the copr 'make srpm' feature that only invokes "dnf install rust2rpm" and not "dnf install rust2rpm rust2rpm-helper" will silently skip generating patches that removes non-matching conditional dependencies, such as the windows only interprocess. Here is an updated .src.rpm and .spec where this is fixed: https://download.copr.fedorainfracloud.org/results/noa/rust/epel-10-aarch64/09077642-rust-ssh-agent-client-rs/rust-ssh-agent-client-rs-1.0.0-1.el10.src.rpm https://download.copr.fedorainfracloud.org/results/noa/rust/epel-10-aarch64/09077642-rust-ssh-agent-client-rs/rust-ssh-agent-client-rs.spec
Created attachment 2091502 [details] The .spec file difference from Copr build 9077037 to 9078264
Copr build: https://copr.fedorainfracloud.org/coprs/build/9078264 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2368362-rust-ssh-agent-client-rs/fedora-rawhide-x86_64/09078264-rust-ssh-agent-client-rs/fedora-review/review.txt Please take a look if any issues were found. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.