fix permissions of /etc/asound.conf.alsa* [release 1.2.7-2mamba;Tue Jun 21 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 20:21:34 +01:00
parent 059a69e30f
commit 142837c04c

View File

@ -2,7 +2,7 @@
%define majver %(echo %version | cut -d. -f1-3)
Name: alsa-utils
Version: 1.2.7
Release: 1mamba
Release: 2mamba
Summary: Utilities for the Advanced Linux Sound Architecture (ALSA)
Group: System/Kernel and Hardware
Vendor: openmamba
@ -81,8 +81,8 @@ autoreconf -f -i
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
install -D -m755 %{SOURCE2} %{buildroot}%{_sysconfdir}/asound.conf.alsa
install -D -m755 %{SOURCE3} %{buildroot}%{_sysconfdir}/asound.conf.alsa-usb
install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/asound.conf.alsa
install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/asound.conf.alsa-usb
#install -D -m644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/59-alsa-usb-asoundconf.rules
cat > %{buildroot}%{_sysconfdir}/asound.conf.dummy << _EOF
@ -205,6 +205,9 @@ exit 0
%{_mandir}/man1/aseqnet.1*
%changelog
* Tue Jun 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.7-2mamba
- fix permissions of /etc/asound.conf.alsa*
* Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 1.2.7-1mamba
- automatic version update by autodist