Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 3ea021cd16
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-05-10 16:14:06 +03:00
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: rust-%{crate}
Version: 0.1.4
Release: 3%{?dist}
Release: 3.rvre0%{?dist}
Summary: sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d
License: Apache-2.0
@ -94,6 +94,9 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key
%endif
%changelog
* Wed May 10 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.1.4-3.rvre0
- Rebuilt for Fedora/RISCV (riscv64)
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.4-3
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros.