From 7be5ede4791e0f5455451a1363311f42c48c9867e17f607d1229537191479922 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Wed, 17 Jan 2018 12:49:44 +0000 Subject: [PATCH] Accepting request 566593 from home:jmoellers:branches:hardware OBS-URL: https://build.opensuse.org/request/show/566593 OBS-URL: https://build.opensuse.org/package/show/hardware/rasdaemon?expand=0&rev=21 --- rasdaemon.changes | 7 +++++++ rasdaemon.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/rasdaemon.changes b/rasdaemon.changes index 08b83f7..70fd75a 100644 --- a/rasdaemon.changes +++ b/rasdaemon.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 17 10:44:06 UTC 2018 - josef.moellers@suse.com + +- Do not require dmidecode on s390x and ppc64le, it does not + exist there! + [bsc#1071830] + ------------------------------------------------------------------- Tue Nov 21 07:37:13 UTC 2017 - eich@suse.com diff --git a/rasdaemon.spec b/rasdaemon.spec index 7a17284..e41b5c3 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,7 +1,7 @@ # # spec file for package rasdaemon # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,9 @@ BuildRequires: gettext-devel BuildRequires: libtool BuildRequires: sqlite3-devel BuildRequires: systemd-rpm-macros +%ifnarch s390x ppc64le Requires: dmidecode +%endif Requires: perl-DBD-SQLite %{?systemd_requires}