From 94c92b4f219680a98d2ca9ae0acee2468c98b2b4 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Thu, 23 Sep 2021 10:14:45 +0800 Subject: [PATCH] build: support loongarch64 platform Signed-off-by: Liwei Ge --- dbxtool.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dbxtool.spec b/dbxtool.spec index 00edfc4..6b64ecc 100644 --- a/dbxtool.spec +++ b/dbxtool.spec @@ -1,10 +1,11 @@ +%define anolis_release .0.1 Name: dbxtool Version: 8 -Release: 5%{?dist}.2 +Release: 5%{anolis_release}%{?dist}.2 Summary: Secure Boot DBX updater License: GPLv2 URL: https://github.com/vathpela/dbxtool -ExclusiveArch: i386 x86_64 aarch64 +ExclusiveArch: i386 x86_64 aarch64 loongarch64 BuildRequires: popt-devel git systemd BuildRequires: efivar-devel >= 31-3 Requires: efivar >= 31-3 @@ -56,6 +57,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING %{_unitdir}/dbxtool.service %changelog +* Thu Sep 23 2021 Liwei Ge - 8-5.0.1.2 +- Support loongarch64 platform + * Wed Jan 20 2021 Jan Hlavac - 8-5.el8_3.2 - Enable manual gating Related: rhbz#1681753 -- Gitee