rpm: Add sshca-cli RPM spec

The *sshca-cli* RPM package can be used to install the SSHCA CLI client
on Fedora (and other RPM-based distributions).  The `.spec` file was
originally generated using [rust2rpm], but several manual modifications
were required.  Notably, the script does not generate `BuildRequres`
tags when run in "vendored" mode (i.e. third-party crate sources are
included in the source RPM package instead of packaged as separate
RPMS).
This commit is contained in:
2023-11-05 10:33:13 -06:00
parent d9f189cb5c
commit c6565e4f1a
3 changed files with 143 additions and 0 deletions

4
cli/.gitignore vendored
View File

@@ -1 +1,5 @@
/target
/vendor
/*.log
/*.tar.xz
/*.rpm