diff --git a/dmidecode.spec b/dmidecode.spec index 57909aabb19e621d99e0cf79b705c6eb0c3de3c7..6fc85df5fa857e0f0fe0043377c49cda224bc40a 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,6 +1,6 @@ Name: dmidecode Version: 3.3 -Release: 4 +Release: 5 Epoch: 1 Summary: DMI data report tool @@ -14,7 +14,7 @@ Patch6000: bugfix-compat_uuid.patch BuildRequires: make gcc xz -ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 amd64 sw_64 %description Dmidecode reports information about your system's hardware as described @@ -52,6 +52,9 @@ make %{?_smp_mflags} CFLAGS="%{__global_cflags}" LDFLAGS="%{__global_ldflags}" %{_mandir}/man8/*.8.gz %changelog +* Thu Nov 3 2022 wuzx - 1:3.3-4 +- Add sw64 architecture + * Tue Oct 25 2022 fanrui - 1:3.3-4 - rebuild package