From 3228bd21e9ec858127a3cb5d018f9a8b4d6256dd Mon Sep 17 00:00:00 2001 From: wxiat Date: Fri, 25 Aug 2023 15:17:46 +0800 Subject: [PATCH] cherry-pick `add sw`. Signed-off-by: wxiat Signed-off-by: Weisson --- dmidecode.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dmidecode.spec b/dmidecode.spec index 1e2c593..3ae70ec 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.2 +%define anolis_release .0.3 Summary: Tool to analyse BIOS DMI data Name: dmidecode Version: 3.3 @@ -23,7 +23,7 @@ Patch9: 0010-dmidecode-Do-not-let-dump-bin-overwrite-an-existing-.patch BuildRequires: gcc make Requires: glibc Provides: /usr/sbin/dmidecode -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 loongarch64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 loongarch64 sw_64 %package doc Summary: Documents for %{name} @@ -57,7 +57,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install- %{!?_licensedir:%global license %%doc} %license LICENSE %{_sbindir}/dmidecode -%ifnarch ia64 aarch64 loongarch64 +%ifnarch ia64 aarch64 loongarch64 sw_64 %{_sbindir}/vpddecode %{_sbindir}/ownership %{_sbindir}/biosdecode @@ -68,6 +68,12 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install- %doc AUTHORS NEWS README %changelog +* Tue Mar 19 2024 wxiat - 1:3.3-5.0.4 +- cherry-pick `add sw arch in files`. + +* Tue Mar 19 2024 wxiat - 1:3.3-5.0.3 +- cherry-pick `add sw arch`. + * Wed Sep 20 2023 Bo Liu - 1:3.3-5.0.2 - fix CVE-2023-30630 -- Gitee