move midi modules loading file to %_modulesloaddir [release 1.1.8-2mamba;Fri Mar 15 2019]
This commit is contained in:
parent
554e9cb274
commit
d4ca5334fb
@ -2,7 +2,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-3)
|
||||
Name: alsa-utils
|
||||
Version: 1.1.8
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Utilities for the Advanced Linux Sound Architecture (ALSA)
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -97,8 +97,8 @@ cat > %{buildroot}%{_sysconfdir}/postplug/updates.d/alsa-utils-set-gain-001.upd
|
||||
%{_sbindir}/alsactl store
|
||||
_EOF
|
||||
|
||||
install -d %{buildroot}%{_sysconfdir}/modules.d
|
||||
cat >> %{buildroot}%{_sysconfdir}/modules.d/alsa-seq-midi.conf << _EOF
|
||||
install -d %{buildroot}%{_modulesloaddir}
|
||||
cat >> %{buildroot}%{_modulesloaddir}/alsa-seq-midi.conf << _EOF
|
||||
snd-seq-midi
|
||||
_EOF
|
||||
|
||||
@ -196,7 +196,7 @@ exit 0
|
||||
|
||||
%files midi
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/modules.d/alsa-seq-midi.conf
|
||||
%{_modulesloaddir}/alsa-seq-midi.conf
|
||||
%{_bindir}/amidi
|
||||
%{_bindir}/aplaymidi
|
||||
%{_bindir}/arecordmidi
|
||||
@ -212,6 +212,9 @@ exit 0
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Fri Mar 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.8-2mamba
|
||||
- move midi modules loading file to %_modulesloaddir
|
||||
|
||||
* Wed Jan 16 2019 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user