diff --git a/alsa-utils.changes b/alsa-utils.changes index 54a1eaf..b40bb0c 100644 --- a/alsa-utils.changes +++ b/alsa-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 5 12:39:42 CEST 2020 - tiwai@suse.de + +- Conditionally add buildreq alsa-topology-devel to fix build + errors + ------------------------------------------------------------------- Tue Sep 29 12:46:19 CEST 2020 - tiwai@suse.de diff --git a/alsa-utils.spec b/alsa-utils.spec index 757edd6..3865d56 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,7 +1,7 @@ # # spec file for package alsa-utils # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,9 @@ Source2: sound-extra.service Source5: load-sound-modules.sh Patch101: alsa-utils-configure-version-revert.patch BuildRequires: alsa-devel +%ifarch %ix86 x86_64 %arm aarch64 ppc64le riscv64 BuildRequires: alsa-topology-devel +%endif BuildRequires: fftw3-devel BuildRequires: libsamplerate-devel BuildRequires: ncurses-devel