import alsa-utils-1.2.6-1.el9
This commit is contained in:
parent
44b2e0f255
commit
54db467e0d
@ -1 +1 @@
|
|||||||
370f2dab0f3c9f2da589ad7d5418c26c9777378a SOURCES/alsa-utils-1.2.5.1.tar.bz2
|
b29ac97723c1a2dfd3eaabca02b80c6e869e235c SOURCES/alsa-utils-1.2.6.tar.bz2
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/alsa-utils-1.2.5.1.tar.bz2
|
SOURCES/alsa-utils-1.2.6.tar.bz2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%define baseversion 1.2.5.1
|
%define baseversion 1.2.6
|
||||||
#define fixversion .2
|
#define fixversion .2
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: %{baseversion}%{?fixversion}
|
Version: %{baseversion}%{?fixversion}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
||||||
@ -30,7 +30,9 @@ Requires(preun): systemd
|
|||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
# use latest alsa-lib - the executables in this package requires latest API
|
# use latest alsa-lib - the executables in this package requires latest API
|
||||||
Requires: alsa-lib%{?_isa} >= %{baseversion}
|
Requires: alsa-lib%{?_isa} >= %{baseversion}
|
||||||
|
%ifnarch s390x
|
||||||
Requires: alsa-ucm >= %{baseversion}
|
Requires: alsa-ucm >= %{baseversion}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains command line utilities for the Advanced Linux Sound
|
This package contains command line utilities for the Advanced Linux Sound
|
||||||
@ -192,6 +194,12 @@ fi
|
|||||||
%systemd_postun_with_restart alsa-state.service
|
%systemd_postun_with_restart alsa-state.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 20 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.6-1
|
||||||
|
* Updated to 1.2.6
|
||||||
|
|
||||||
|
* 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
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.5.1-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user