Remove alsa-ucm dependency for s390x

Resolves: rhbz#1977256
Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
Jaroslav Kysela 2021-08-10 09:19:12 +02:00
parent 208a839e5d
commit c4c5599f74
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Summary: Advanced Linux Sound Architecture (ALSA) utilities
Name: alsa-utils
Version: %{baseversion}%{?fixversion}
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
URL: http://www.alsa-project.org/
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
@ -30,7 +30,9 @@ Requires(preun): systemd
Requires(postun): systemd
# use latest alsa-lib - the executables in this package requires latest API
Requires: alsa-lib%{?_isa} >= %{baseversion}
%ifnarch s390x
Requires: alsa-ucm >= %{baseversion}
%endif
%description
This package contains command line utilities for the Advanced Linux Sound
@ -192,6 +194,9 @@ fi
%systemd_postun_with_restart alsa-state.service
%changelog
* Tue Aug 10 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.5.1-3
* Fixes for 1.2.5.1
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.5.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688