rebuilt with 3.18 [release 20150527.3161bfa-2mamba;Tue Sep 22 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 06:18:38 +01:00
parent 6e34bcfd0b
commit c77ebe6599

View File

@ -27,11 +27,11 @@
%endif %endif
%if "%{?KERNEL_VER}" == "" %if "%{?KERNEL_VER}" == ""
%define KERNEL_VER %(uname -r | sed "s|\\([0-9.]*\\).*|\\1|" ) %define KERNEL_VER %(uname -r | sed "s|\\([0-9.]*\\)mamba|\\1|" )
%endif %endif
Name: linux-firmware Name: linux-firmware
Version: 20150206.17657c3 Version: 20150527.3161bfa
Release: 2mamba Release: 2mamba
Summary: Collection of firmware files used by the Linux Kernel Summary: Collection of firmware files used by the Linux Kernel
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
@ -163,6 +163,9 @@ done
/lib/firmware/LICENCE.xc5000 /lib/firmware/LICENCE.xc5000
/lib/firmware/LICENCE.xc5000c /lib/firmware/LICENCE.xc5000c
/lib/firmware/LICENCE.ca0132 /lib/firmware/LICENCE.ca0132
/lib/firmware/LICENCE.nvidia
/lib/firmware/LICENSE.QualcommAtheros_ar3k
/lib/firmware/LICENSE.QualcommAtheros_ath10k
%files extra -f not-matching-firmware.list %files extra -f not-matching-firmware.list
/lib/firmware/LICENCE.fw_sst_0f28 /lib/firmware/LICENCE.fw_sst_0f28
@ -191,6 +194,12 @@ done
/lib/firmware/LICENCE.xc4000 /lib/firmware/LICENCE.xc4000
%changelog %changelog
* Tue Sep 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150527.3161bfa-2mamba
- rebuilt with 3.18
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 20150527.3161bfa-1mamba
- automatic version update by autodist
* Sat Mar 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150206.17657c3-2mamba * Sat Mar 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150206.17657c3-2mamba
- rebuilt to fix running vs installed kernel mismatch problem (add check) - rebuilt to fix running vs installed kernel mismatch problem (add check)