Add riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-11-22 15:07:49 +02:00
parent bb3aaa1ba2
commit 84fbca6708
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -6,7 +6,7 @@
Name: pesign Name: pesign
Summary: Signing utility for UEFI binaries Summary: Signing utility for UEFI binaries
Version: 115 Version: 115
Release: 9%{?dist} Release: 9.0.riscv64%{?dist}
License: GPL-2.0-only License: GPL-2.0-only
URL: https://github.com/rhboot/pesign URL: https://github.com/rhboot/pesign
@ -38,7 +38,7 @@ Requires: nss-util
Requires: popt Requires: popt
Requires: rpm Requires: rpm
Requires(pre): shadow-utils Requires(pre): shadow-utils
ExclusiveArch: %{ix86} x86_64 ia64 aarch64 %{arm} ExclusiveArch: %{ix86} x86_64 ia64 aarch64 %{arm} riscv64
%if 0%{?rhel} == 7 %if 0%{?rhel} == 7
BuildRequires: rh-signing-tools >= 1.20-2 BuildRequires: rh-signing-tools >= 1.20-2
%endif %endif
@ -162,6 +162,9 @@ certutil -d %{_sysconfdir}/pki/pesign/ -X -L > /dev/null
%{python3_sitelib}/mockbuild/plugins/pesign.* %{python3_sitelib}/mockbuild/plugins/pesign.*
%changelog %changelog
* Tue Nov 22 2022 David Abdurachmanov <davidlt@rivosinc.com> - 115-9.0.riscv64
- Add riscv64
* Wed Aug 31 2022 Robbie Harwood <rharwood@redhat.com> - 115-9 * Wed Aug 31 2022 Robbie Harwood <rharwood@redhat.com> - 115-9
- Roll up to pjones's smartcard/cms fixes - Roll up to pjones's smartcard/cms fixes