SHA256
1
0
forked from pool/flashrom
Dominique Leuenberger 2017-05-16 12:38:22 +00:00 committed by Git OBS Bridge
commit 76a6424aa5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 26 12:54:46 UTC 2017 - agraf@suse.com
- Enable build for ARM
-------------------------------------------------------------------
Tue Jul 26 07:50:06 UTC 2016 - glin@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package flashrom
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -31,7 +31,7 @@ BuildRequires: libusb-devel
BuildRequires: pciutils-devel
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
ExclusiveArch: %ix86 x86_64 %arm aarch64
%if 0%{?suse_version} <= 1110
Requires: pmtools
%else