Update to 1.2.10
Resolves: RHEL-13731
This commit is contained in:
parent
0bfb40a516
commit
bd3decb091
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/alsa-utils-1.2.8.tar.bz2
|
||||
/alsa-utils-1.2.8.tar.bz2
|
||||
/alsa-utils-*.tar.bz2
|
||||
|
1821
alsa-git.patch
1821
alsa-git.patch
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
%define baseversion 1.2.9
|
||||
%define baseversion 1.2.10
|
||||
#define fixversion .2
|
||||
%global _hardened_build 1
|
||||
|
||||
@ -28,6 +28,7 @@ BuildRequires: alsa-lib-devel >= %{baseversion}
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: systemd
|
||||
@ -81,6 +82,7 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
||||
%patch1 -p1 -b .alsa-git
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
|
||||
--with-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
|
||||
--with-systemdsystemunitdir=%{_unitdir}
|
||||
@ -152,6 +154,7 @@ rm %{buildroot}%{_libdir}/alsa-topology/libalsatplg_module_*
|
||||
%{_bindir}/axfer
|
||||
%{_bindir}/iecset
|
||||
%{_bindir}/speaker-test
|
||||
%{_bindir}/nhlt-dmic-info
|
||||
%{_sbindir}/*
|
||||
%{_datadir}/alsa/
|
||||
%{_datadir}/sounds/*
|
||||
@ -175,6 +178,7 @@ rm %{buildroot}%{_libdir}/alsa-topology/libalsatplg_module_*
|
||||
%{_mandir}/man1/speaker-test.1.gz
|
||||
%{_mandir}/man1/aconnect.1.gz
|
||||
%{_mandir}/man1/alsa-info.sh.1.gz
|
||||
%{_mandir}/man1/nhlt-dmic-info.1.gz
|
||||
|
||||
%dir /etc/alsa/
|
||||
%dir %{_prefix}/lib/alsa/
|
||||
@ -222,6 +226,9 @@ fi
|
||||
%systemd_postun_with_restart alsa-state.service
|
||||
|
||||
%changelog
|
||||
* Tue Dec 5 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.10-1
|
||||
* Updated to 1.2.10
|
||||
|
||||
* Wed May 17 2023 Jaroslav Kysela <perex@perex.cz> - 1.2.9-1
|
||||
* Updated to 1.2.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (alsa-utils-1.2.9.tar.bz2) = f46e13fd57ed05ee38d3fa655e57b14335ecf0664dbe03275808383d87d28df153a81151e2e9d8786625f09929c567c89e145508a706a70eeb91ac1b11fb2fd4
|
||||
SHA512 (alsa-utils-1.2.10.tar.bz2) = 22adedf6d491d7768d24f054262a9c12bc952049db8374e104c0477ebf84266dcbeb0a2a3a1765b89958073d341f64dedbae63e3cae66f4983a0424e5cb3243f
|
||||
|
Loading…
Reference in New Issue
Block a user