forked from pool/dmidecode
Accepting request 173527 from Base:System
Enable build for ARM (forwarded request 173512 from Guillaume_G) OBS-URL: https://build.opensuse.org/request/show/173527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmidecode?expand=0&rev=22
This commit is contained in:
commit
beff5fb388
@ -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
|
Wed Apr 24 22:07:43 CEST 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Source: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{vers
|
|||||||
Patch1: dmidecode-1.173-drop-cast.patch
|
Patch1: dmidecode-1.173-drop-cast.patch
|
||||||
Patch2: dmidecode-1.175-fix-SMBIOS-2.8.0.patch
|
Patch2: dmidecode-1.175-fix-SMBIOS-2.8.0.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 ia64 x86_64
|
ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64
|
||||||
Obsoletes: pmtools < 20071117
|
Obsoletes: pmtools < 20071117
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,7 +57,7 @@ make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
|||||||
install -dm 755 %{buildroot}/usr/sbin
|
install -dm 755 %{buildroot}/usr/sbin
|
||||||
install -dm 755 %{buildroot}%{_mandir}/man8
|
install -dm 755 %{buildroot}%{_mandir}/man8
|
||||||
install -dm 755 %{buildroot}%{_docdir}/%{name}
|
install -dm 755 %{buildroot}%{_docdir}/%{name}
|
||||||
%ifarch ia64
|
%ifarch ia64 %arm aarch64
|
||||||
for i in dmidecode ; do
|
for i in dmidecode ; do
|
||||||
%else
|
%else
|
||||||
for i in dmidecode vpddecode ownership biosdecode ; do
|
for i in dmidecode vpddecode ownership biosdecode ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user