Dominique Leuenberger 2018-01-17 20:58:53 +00:00 committed by Git OBS Bridge
commit f4cd0d444c
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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}