From 4cd4fee32e5a96daeb7a793d6e2728332c8e6e67385ae2196d3b99ca9afa96c2 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 20 Sep 2021 20:08:31 +0000 Subject: [PATCH] Accepting request 917762 from openSUSE:Factory:RISCV - Enable build on riscv64 - Drop requires on dmidecode, no longer needed OBS-URL: https://build.opensuse.org/request/show/917762 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=44 --- flashrom.changes | 6 ++++++ flashrom.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flashrom.changes b/flashrom.changes index df3dfd8..65e1a9e 100644 --- a/flashrom.changes +++ b/flashrom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 9 15:02:36 UTC 2021 - Andreas Schwab + +- Enable build on riscv64 +- Drop requires on dmidecode, no longer needed + ------------------------------------------------------------------- Fri Nov 27 08:18:53 UTC 2020 - Guillaume GARDET diff --git a/flashrom.spec b/flashrom.spec index f5acb64..09e8e80 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,7 +1,7 @@ # # spec file for package flashrom # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,8 +34,7 @@ BuildRequires: pkgconfig(libftdi1) BuildRequires: pkgconfig(libpci) BuildRequires: pkgconfig(libusb) BuildRequires: pkgconfig(zlib) -Requires: dmidecode -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64 %description flashrom is a utility for reading, writing, verifying and erasing flash ROM