From 06751bf9a96fb281bb56b78d8568260ed7264e4e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 11 2022 17:09:25 +0000 Subject: import alsa-utils-1.2.6-1.el9 --- diff --git a/.alsa-utils.metadata b/.alsa-utils.metadata index 9e4b225..8f9d95a 100644 --- a/.alsa-utils.metadata +++ b/.alsa-utils.metadata @@ -1 +1 @@ -370f2dab0f3c9f2da589ad7d5418c26c9777378a SOURCES/alsa-utils-1.2.5.1.tar.bz2 +b29ac97723c1a2dfd3eaabca02b80c6e869e235c SOURCES/alsa-utils-1.2.6.tar.bz2 diff --git a/.gitignore b/.gitignore index 117a5c6..3d8c4f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/alsa-utils-1.2.5.1.tar.bz2 +SOURCES/alsa-utils-1.2.6.tar.bz2 diff --git a/SPECS/alsa-utils.spec b/SPECS/alsa-utils.spec index b1977c4..0855c83 100644 --- a/SPECS/alsa-utils.spec +++ b/SPECS/alsa-utils.spec @@ -1,11 +1,11 @@ -%define baseversion 1.2.5.1 +%define baseversion 1.2.6 #define fixversion .2 %global _hardened_build 1 Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: %{baseversion}%{?fixversion} -Release: 2%{?dist} +Release: 1%{?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,12 @@ fi %systemd_postun_with_restart alsa-state.service %changelog +* Mon Dec 20 2021 Jaroslav Kysela - 1.2.6-1 +* Updated to 1.2.6 + +* 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