diff --git a/alsa-utils.spec b/alsa-utils.spec index 0c87fa1..415fed9 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -1,7 +1,7 @@ %define _distrib_milestone %(echo %_distrib_codename | cut -d- -f1) %define majver %(echo %version | cut -d. -f1-3) Name: alsa-utils -Version: 1.0.29 +Version: 1.1.0 Release: 1mamba Summary: Utilities for the Advanced Linux Sound Architecture (ALSA) Group: System/Kernel and Hardware @@ -158,9 +158,11 @@ exit 0 %{_bindir}/alsamixer %{_bindir}/alsaloop %{_bindir}/alsaucm +%{_bindir}/alsatplg %{_bindir}/amixer %{_bindir}/aplay %{_bindir}/arecord +%{_bindir}/bat %{_bindir}/iecset %{_bindir}/speaker-test %{_sbindir}/alsaconf @@ -171,10 +173,10 @@ exit 0 %if "%{_distrib_milestone}" != "milestone2" /lib/systemd/system/alsa-restore.service /lib/systemd/system/alsa-state.service -/lib/systemd/system/alsa-store.service +#/lib/systemd/system/alsa-store.service +#/lib/systemd/system/shutdown.target.wants/alsa-store.service /lib/systemd/system/basic.target.wants/alsa-restore.service /lib/systemd/system/basic.target.wants/alsa-state.service -/lib/systemd/system/shutdown.target.wants/alsa-store.service %endif %{_datadir}/alsa/init/* %{_datadir}/alsa/speaker-test/sample_map.csv @@ -187,6 +189,7 @@ exit 0 %{_mandir}/man1/amixer.1* %{_mandir}/man1/aplay.1* %{_mandir}/man1/arecord.1* +%{_mandir}/man1/bat.1* %{_mandir}/man1/iecset.1* %{_mandir}/man1/speaker-test.1* %{_mandir}/man7/alsactl_init.7* @@ -211,6 +214,9 @@ exit 0 [ "%{buildroot}" != / ] && rm -rf %{buildroot} %changelog +* Wed Nov 18 2015 Automatic Build System 1.1.0-1mamba +- automatic version update by autodist + * Thu Mar 12 2015 Automatic Build System 1.0.29-1mamba - automatic version update by autodist