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
This commit is contained in:
parent
430094aadb
commit
7be5ede479
@ -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
|
Tue Nov 21 07:37:13 UTC 2017 - eich@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rasdaemon
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,7 +30,9 @@ BuildRequires: gettext-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
%ifnarch s390x ppc64le
|
||||||
Requires: dmidecode
|
Requires: dmidecode
|
||||||
|
%endif
|
||||||
Requires: perl-DBD-SQLite
|
Requires: perl-DBD-SQLite
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user