Join Nostr
2025-12-27 15:54:29 GMT
in reply to

Larvitz :fedora: on Nostr: There's rust2rpm () to help with packaging rust applications. The big caveat is: ...

There's rust2rpm (https://docs.fedoraproject.org/en-US/packaging-guidelines/Rust/) to help with packaging rust applications.

The big caveat is: Fedora doesn't allow static linked binaries. Each and every dependency/crate must be packaged for Fedora as an RPM package.

I tried packaging openpgp-card-ssh-agent from in the past and didn't manage to do it in a proper, Fedora compatible way, because the majority of the depds were missing and there were version conflicts :/