Build for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
04f02e8cd7
commit
143b1b5c1d
@ -6,7 +6,7 @@
|
|||||||
Name: pesign
|
Name: pesign
|
||||||
Summary: Signing utility for UEFI binaries
|
Summary: Signing utility for UEFI binaries
|
||||||
Version: 116
|
Version: 116
|
||||||
Release: 2%{?dist}
|
Release: 2.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
|
||||||
|
* Fri Apr 28 2023 David Abdurachmanov <davidlt@rivosinc.com> - 116-2.0.riscv64
|
||||||
|
- Build for riscv64
|
||||||
|
|
||||||
* Mon Feb 20 2023 Nicolas Frayer <nfrayer@redhat.com> - 116-2
|
* Mon Feb 20 2023 Nicolas Frayer <nfrayer@redhat.com> - 116-2
|
||||||
- cms_common: Fixed Segmentation fault
|
- cms_common: Fixed Segmentation fault
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user