diff --git a/dbxtool.spec b/dbxtool.spec index 00edfc4690cd6e71dfe59a3935f9d3263f940f1a..6b64eccea7c5e338dc5db5410fa3876745a02635 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