From ce999cdd69d20a34dcc809ff3370acc9815fa268 Mon Sep 17 00:00:00 2001 From: wxiat Date: Fri, 25 Aug 2023 15:17:46 +0800 Subject: [PATCH] add sw Signed-off-by: wxiat --- dmidecode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dmidecode.spec b/dmidecode.spec index 3983524..90fbe7b 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.3 +%define anolis_release .0.4 Summary: Tool to analyse BIOS DMI data Name: dmidecode Version: 3.3 @@ -54,7 +54,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 @@ -65,6 +65,9 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} install-bin install- %doc AUTHORS NEWS README %changelog +* Fri Aug 25 2023 wxiat - 1:3.3-4.0.4 +- add sw arch in files + * Mon Jul 3 2023 wxiat - 1:3.3-4.0.3 - add sw arch -- Gitee