From 382d9c1e22a32834d0a6054b77dabf53f25bd122a82e56acbf45b049a4c84669 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 26 Apr 2013 14:52:33 +0000 Subject: [PATCH] Accepting request 173512 from home:Guillaume_G:branches:Base:System Enable build for ARM OBS-URL: https://build.opensuse.org/request/show/173512 OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=21 --- dmidecode.changes | 5 +++++ dmidecode.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dmidecode.changes b/dmidecode.changes index 2e182b0..9f91f0d 100644 --- a/dmidecode.changes +++ b/dmidecode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 26 12:37:12 UTC 2013 - guillaume@opensuse.org + +- Enable build for ARM + ------------------------------------------------------------------- Wed Apr 24 22:07:43 CEST 2013 - jdelvare@suse.de diff --git a/dmidecode.spec b/dmidecode.spec index 264e9ac..8c3b1cb 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -28,7 +28,7 @@ Source: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{vers Patch1: dmidecode-1.173-drop-cast.patch Patch2: dmidecode-1.175-fix-SMBIOS-2.8.0.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 ia64 x86_64 +ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64 Obsoletes: pmtools < 20071117 %description @@ -57,7 +57,7 @@ make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} install -dm 755 %{buildroot}/usr/sbin install -dm 755 %{buildroot}%{_mandir}/man8 install -dm 755 %{buildroot}%{_docdir}/%{name} -%ifarch ia64 +%ifarch ia64 %arm aarch64 for i in dmidecode ; do %else for i in dmidecode vpddecode ownership biosdecode ; do