Update to 1.2.14
Resolves: RHEL-80639 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
parent
ee3bf1374d
commit
3d918587e6
@ -1,4 +1,5 @@
|
||||
%define baseversion 1.2.13
|
||||
%define baseversion 1.2.14
|
||||
%define libversion 1.2.13
|
||||
#define fixversion .2
|
||||
%global _hardened_build 1
|
||||
|
||||
@ -15,11 +16,11 @@ Source5: alsaunmute.1
|
||||
Source11: alsactl.conf
|
||||
Source20: alsa-restore.service
|
||||
Source22: alsa-state.service
|
||||
Patch1: alsa-git.patch
|
||||
#Patch1: alsa-git.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: alsa-lib-devel >= %{baseversion}
|
||||
BuildRequires: alsa-lib-devel >= %{libversion}
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: gettext-devel
|
||||
@ -30,8 +31,8 @@ Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
# use latest alsa-lib - the executables in this package requires latest API
|
||||
Requires: alsa-lib%{?_isa} >= %{baseversion}
|
||||
Requires: alsa-ucm >= %{baseversion}
|
||||
Requires: alsa-lib%{?_isa} >= %{libversion}
|
||||
Requires: alsa-ucm >= %{libversion}
|
||||
|
||||
%description
|
||||
This package contains command line utilities for the Advanced Linux Sound
|
||||
@ -46,7 +47,7 @@ Architecture (ALSA) framework.
|
||||
|
||||
%package -n alsa-topology-utils
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) - Topology
|
||||
Requires: alsa-topology >= %{baseversion}
|
||||
Requires: alsa-topology >= %{libversion}
|
||||
|
||||
%description -n alsa-topology-utils
|
||||
This package contains topology tools for Advanced Linux Sound
|
||||
@ -63,7 +64,7 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch -P1 -p1 -b .alsa-git
|
||||
#patch -P1 -p1 -b .alsa-git
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
@ -161,7 +162,7 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
||||
%{_mandir}/man1/iecset.1.gz
|
||||
%{_mandir}/man1/speaker-test.1.gz
|
||||
%{_mandir}/man1/aconnect.1.gz
|
||||
%{_mandir}/man1/alsa-info.sh.1.gz
|
||||
%{_mandir}/man8/alsa-info.sh.8.gz
|
||||
%{_mandir}/man1/nhlt-dmic-info.1.gz
|
||||
|
||||
%dir /etc/alsa/
|
||||
@ -206,6 +207,9 @@ fi
|
||||
%systemd_postun_with_restart alsa-state.service
|
||||
|
||||
%changelog
|
||||
* Tue Jul 1 2025 Jaroslav Kysela <perex@perex.cz> - 1.2.14-1
|
||||
* Updated to 1.2.14
|
||||
|
||||
* Sun Dec 8 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.13-1
|
||||
* Updated to 1.2.13
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (alsa-utils-1.2.13.tar.bz2) = 0e2fb5b6e497b977badba2ebe2bddfc819654d24001622e0299e4034210caeeea2f3c2c2d1d260a48caefb6584e0b989fdb7036c6012108c8c38d89b3cb04c78
|
||||
SHA512 (alsa-utils-1.2.14.tar.bz2) = dd470a2f5210822cc4d3ded094b84721a07904df5c32dd329e0cb4c052d39e3e6d7ddb511cde2d23b3f6824c71fba9dbdca369355d5c03b234e989dbbb9b7a95
|
||||
|
||||
Loading…
Reference in New Issue
Block a user