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