From 6940ddaa6fa03f63ae91db431ad83c8dacaccbc8 Mon Sep 17 00:00:00 2001 From: Wu Zixuan Date: Wed, 30 Nov 2022 16:45:38 +0800 Subject: [PATCH] Add sw64 architecture Signed-off-by: Wu Zixuan --- efibootmgr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/efibootmgr.spec b/efibootmgr.spec index 37bc788..a007888 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,5 +1,5 @@ Name: efibootmgr -Release: 2 +Release: 3 Version: 18 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ @@ -10,7 +10,7 @@ Source0: https://github.com/rhboot/%{name}/archive/refs/tags/%{version}.ta BuildRequires: gcc BuildRequires: efi-srpm-macros >= 3-2 efi-filesystem git popt-devel efivar-libs >= 38-1 efivar-devel >= 38-1 Requires: efi-filesystem -ExclusiveArch: %{efi} +ExclusiveArch: %{efi} sw_64 Conflicts: elilo <= 3.6-6 Obsoletes: elilo <= 3.6-6 @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Tue Nov 29 2022 wuzx - 18-3 +- Add sw64 architecture + * Fri Nov 25 2022 zhangqiumiao - 18-2 - Fix the wrong url of Source0 and modify the name of the source tarball -- Gitee