diff --git a/dmidecode.spec b/dmidecode.spec index 1e2c593334d0479eec863bed7c8544fad83bf9fd..3ae70ecb126c8adc34ca5beeb08ba51c1fd3886b 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