diff --git a/alsa-utils.spec b/alsa-utils.spec index b1977c4..6420f0a 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -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 - 1.2.5.1-3 +* Fixes for 1.2.5.1 + * Mon Aug 09 2021 Mohan Boddu - 1.2.5.1-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688