Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-05-10 16:14:06 +03:00
parent 0dc364a616
commit 3ea021cd16
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
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.