-
Notifications
You must be signed in to change notification settings - Fork 0
/
linux-firmware.spec
835 lines (662 loc) · 32.5 KB
/
linux-firmware.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
%global checkout 710963fe
%global firmware_release 94
%global sha512 493fb7b190380a5f23e906def749f41501ab240c999f05344008cda765b7dbafef68c76a89bce510745b4e9131c0401d8c5feb08613d90cb077d2c81d76c64dc
%global _firmwarepath /usr/lib/firmware
%define _binaries_in_noarch_packages_terminate_build 0
Name: linux-firmware
Version: 20190213
Release: %{firmware_release}.git%{checkout}%{?dist}
Summary: Firmware files used by the Linux kernel
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
URL: http://www.kernel.org/
BuildArch: noarch
# git archive --format=tar --prefix=linux-firmware-%%{checkout}/ %%{checkout} | xz > linux-firmware-%%{version}.tar.xz
Source0: http://src.fedoraproject.org/repo/pkgs/linux-firmware/%{name}-%{version}.tar.xz/sha512/%{sha512}/linux-firmware-%{version}.tar.xz
Requires: linux-firmware-whence
Provides: kernel-firmware = %{version} xorg-x11-drv-ati-firmware = 7.0
Obsoletes: kernel-firmware < %{version} xorg-x11-drv-ati-firmware < 6.13.0-0.22
Obsoletes: ueagle-atm4-firmware < 1.0-5
Obsoletes: netxen-firmware < 4.0.534-9
Obsoletes: ql2100-firmware < 1.19.38-8
Obsoletes: ql2200-firmware < 2.02.08-8
Obsoletes: ql23xx-firmware < 3.03.28-6
Obsoletes: ql2400-firmware < 5.08.00-2
Obsoletes: ql2500-firmware < 5.08.00-2
Obsoletes: rt61pci-firmware < 1.2-11
Obsoletes: rt73usb-firmware < 1.8-11
Obsoletes: cx18-firmware < 20080628-10
Conflicts: microcode_ctl < 2.1-0
%description
This package includes firmware files required for some devices to
operate.
%package whence
Summary: WHENCE License file
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
%description whence
This package contains the WHENCE license file which documents the vendor license details.
%package -n iwl100-firmware
Summary: Firmware for Intel(R) Wireless WiFi Link 100 Series Adapters
License: Redistributable, no modification permitted
Version: 39.31.5.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl100-firmware < 39.31.5.1-4
%description -n iwl100-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux to support the iwl100 hardware. Usage of the firmware
is subject to the terms and conditions contained inside the provided
LICENSE file. Please read it carefully.
%package -n iwl105-firmware
Summary: Firmware for Intel(R) Centrino Wireless-N 105 Series Adapters
License: Redistributable, no modification permitted
Version: 18.168.6.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
%description -n iwl105-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux to support the iwl105 hardware. Usage of the firmware
is subject to the terms and conditions contained inside the provided
LICENSE file. Please read it carefully.
%package -n iwl135-firmware
Summary: Firmware for Intel(R) Centrino Wireless-N 135 Series Adapters
License: Redistributable, no modification permitted
Version: 18.168.6.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
%description -n iwl135-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux to support the iwl135 hardware. Usage of the firmware
is subject to the terms and conditions contained inside the provided
LICENSE file. Please read it carefully.
%package -n iwl1000-firmware
Summary: Firmware for Intel® PRO/Wireless 1000 B/G/N network adaptors
License: Redistributable, no modification permitted
Version: 39.31.5.1
Epoch: 1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl1000-firmware < 1:39.31.5.1-3
%description -n iwl1000-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux to support the iwl1000 hardware. Usage of the firmware
is subject to the terms and conditions contained inside the provided
LICENSE file. Please read it carefully.
%package -n iwl2000-firmware
Summary: Firmware for Intel(R) Centrino Wireless-N 2000 Series Adapters
License: Redistributable, no modification permitted
Version: 18.168.6.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
%description -n iwl2000-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux to support the iwl2000 hardware. Usage of the firmware
is subject to the terms and conditions contained inside the provided
LICENSE file. Please read it carefully.
%package -n iwl2030-firmware
Summary: Firmware for Intel(R) Centrino Wireless-N 2030 Series Adapters
License: Redistributable, no modification permitted
Version: 18.168.6.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
%description -n iwl2030-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux to support the iwl2030 hardware. Usage of the firmware
is subject to the terms and conditions contained inside the provided
LICENSE file. Please read it carefully.
%package -n iwl3160-firmware
Summary: Firmware for Intel(R) Wireless WiFi Link 3160 Series Adapters
License: Redistributable, no modification permitted
Epoch: 1
Version: 25.30.13.0
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
%description -n iwl3160-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl3945-firmware
Summary: Firmware for Intel® PRO/Wireless 3945 A/B/G network adaptors
License: Redistributable, no modification permitted
Version: 15.32.2.9
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl3945-firmware < 15.32.2.9-7
%description -n iwl3945-firmware
This package contains the firmware required by the iwl3945 driver
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl4965-firmware
Summary: Firmware for Intel® PRO/Wireless 4965 A/G/N network adaptors
License: Redistributable, no modification permitted
Version: 228.61.2.24
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl4965-firmware < 228.61.2.24-5
%description -n iwl4965-firmware
This package contains the firmware required by the iwl4965 driver
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl5000-firmware
Summary: Firmware for Intel® PRO/Wireless 5000 A/G/N network adaptors
License: Redistributable, no modification permitted
Version: 8.83.5.1_1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl5000-firmware < 8.83.5.1_1-3
%description -n iwl5000-firmware
This package contains the firmware required by the iwl5000 driver
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl5150-firmware
Summary: Firmware for Intel® PRO/Wireless 5150 A/G/N network adaptors
License: Redistributable, no modification permitted
Version: 8.24.2.2
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl5150-firmware < 8.24.2.2-4
%description -n iwl5150-firmware
This package contains the firmware required by the iwl5150 driver
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl6000-firmware
Summary: Firmware for Intel(R) Wireless WiFi Link 6000 AGN Adapter
License: Redistributable, no modification permitted
Version: 9.221.4.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl6000-firmware < 9.221.4.1-4
%description -n iwl6000-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl6000g2a-firmware
Summary: Firmware for Intel(R) Wireless WiFi Link 6005 Series Adapters
License: Redistributable, no modification permitted
Version: 18.168.6.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl6000g2a-firmware < 17.168.5.3-3
%description -n iwl6000g2a-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl6000g2b-firmware
Summary: Firmware for Intel(R) Wireless WiFi Link 6030 Series Adapters
License: Redistributable, no modification permitted
Version: 18.168.6.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl6000g2b-firmware < 17.168.5.2-3
%description -n iwl6000g2b-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl6050-firmware
Summary: Firmware for Intel(R) Wireless WiFi Link 6050 Series Adapters
License: Redistributable, no modification permitted
Version: 41.28.5.1
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
Obsoletes: iwl6050-firmware < 41.28.5.1-5
%description -n iwl6050-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n iwl7260-firmware
Summary: Firmware for Intel(R) Wireless WiFi Link 726x/8000/9000 Series Adapters
License: Redistributable, no modification permitted
Epoch: 1
Version: 25.30.13.0
Release: %{firmware_release}%{?dist}
Requires: linux-firmware-whence
%description -n iwl7260-firmware
This package contains the firmware required by the Intel wireless drivers
for Linux. Usage of the firmware is subject to the terms and conditions
contained inside the provided LICENSE file. Please read it carefully.
%package -n libertas-usb8388-firmware
Summary: Firmware for Marvell Libertas USB 8388 Network Adapter
License: Redistributable, no modification permitted
Epoch: 2
Requires: linux-firmware-whence
Obsoletes: libertas-usb8388-firmware < 2:5.110.22.p23-8
%description -n libertas-usb8388-firmware
Firmware for Marvell Libertas USB 8388 Network Adapter
%package -n libertas-usb8388-olpc-firmware
Summary: OLPC firmware for Marvell Libertas USB 8388 Network Adapter
License: Redistributable, no modification permitted
Requires: linux-firmware-whence
%description -n libertas-usb8388-olpc-firmware
Firmware for Marvell Libertas USB 8388 Network Adapter with OLPC mesh network
support.
%package -n libertas-sd8686-firmware
Summary: Firmware for Marvell Libertas SD 8686 Network Adapter
License: Redistributable, no modification permitted
Requires: linux-firmware-whence
Obsoletes: libertas-sd8686-firmware < 9.70.20.p0-4
%description -n libertas-sd8686-firmware
Firmware for Marvell Libertas SD 8686 Network Adapter
%package -n libertas-sd8787-firmware
Summary: Firmware for Marvell Libertas SD 8787 Network Adapter
License: Redistributable, no modification permitted
Requires: linux-firmware-whence
%description -n libertas-sd8787-firmware
Firmware for Marvell Libertas SD 8787 Network Adapter
%package -n liquidio-firmware
Summary: Firmware for Cavium LiquidIO Intelligent Server Adapter
License: Redistributable, no modification permitted
Requires: linux-firmware-whence
%description -n liquidio-firmware
Firmware for Cavium LiquidIO Intelligent Server Adapter
%package -n netronome-firmware
Summary: Firmware for Netronome Smart NICs
License: Redistributable, no modification permitted
Requires: linux-firmware-whence
%description -n netronome-firmware
Firmware for Netronome Smart NICs
%prep
%autosetup -p1 -n linux-firmware-%{checkout}
%build
# Remove firmware shipped in separate packages already
# Perhaps these should be built as subpackages of linux-firmware?
rm -rf ess korg sb16 yamaha
# Remove source files we don't need to install
rm -f usbdux/*dux */*.asm
rm -rf carl9170fw
# No need to install old firmware versions where we also provide newer versions
# which are preferred and support the same (or more) hardware
rm -f libertas/sd8686_v8*
rm -f libertas/usb8388_v5.bin
rm -f brcm/brcmfmac43430-sdio.bin
rm -f brcm/brcmfmac43455-sdio.bin
# Remove firmware for Creative CA0132 HD as it's in alsa-firmware
rm -f ctefx.bin ctspeq.bin
# Remove the check_whence.py file
rm -f check_whence.py
%install
mkdir -p %{buildroot}/%{_firmwarepath}
mkdir -p %{buildroot}/%{_firmwarepath}/updates
cp -r * %{buildroot}/%{_firmwarepath}
rm %{buildroot}/%{_firmwarepath}/{WHENCE,LICENCE.*,LICENSE.*}
# Create file list but exclude firmwares that we place in subpackages
FILEDIR=`pwd`
pushd %{buildroot}/%{_firmwarepath}
find . \! -type d > $FILEDIR/linux-firmware.files
find . -type d | sed -e '/^.$/d' > $FILEDIR/linux-firmware.dirs
popd
sed -i -e 's:^./::' linux-firmware.{files,dirs}
sed -i -e '/^iwlwifi/d' \
-i -e '/^libertas\/sd8686/d' \
-i -e '/^libertas\/usb8388/d' \
-i -e '/^mrvl\/sd8787/d' \
-i -e '/^liquidio/d' \
-i -e '/^netronome/d' \
linux-firmware.files
sed -i -e 's!^!/usr/lib/firmware/!' linux-firmware.{files,dirs}
sed -i -e 's/^/"/;s/$/"/' linux-firmware.files
sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
%files whence
%license WHENCE
%files -n iwl100-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-100-5.ucode
%files -n iwl105-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-105-*.ucode
%files -n iwl135-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-135-*.ucode
%files -n iwl1000-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-1000-*.ucode
%files -n iwl2000-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-2000-*.ucode
%files -n iwl2030-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-2030-*.ucode
%files -n iwl3160-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-3160-*.ucode
%{_firmwarepath}/iwlwifi-3168-*.ucode
%files -n iwl3945-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-3945-*.ucode
%files -n iwl4965-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-4965-*.ucode
%files -n iwl5000-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-5000-*.ucode
%files -n iwl5150-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-5150-*.ucode
%files -n iwl6000-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-6000-*.ucode
%files -n iwl6000g2a-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-6000g2a-*.ucode
%files -n iwl6000g2b-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-6000g2b-*.ucode
%files -n iwl6050-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-6050-*.ucode
%files -n iwl7260-firmware
%license LICENCE.iwlwifi_firmware
%{_firmwarepath}/iwlwifi-7260-*.ucode
%{_firmwarepath}/iwlwifi-7265-*.ucode
%{_firmwarepath}/iwlwifi-7265D-*.ucode
%{_firmwarepath}/iwlwifi-8000C-*.ucode
%{_firmwarepath}/iwlwifi-8265-*.ucode
%{_firmwarepath}/iwlwifi-9000-*.ucode
%{_firmwarepath}/iwlwifi-9260-*.ucode
%files -n libertas-usb8388-firmware
%license LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/usb8388_v9.bin
%files -n libertas-usb8388-olpc-firmware
%license LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/usb8388_olpc.bin
%files -n libertas-sd8686-firmware
%license LICENCE.Marvell
%dir %{_firmwarepath}/libertas
%{_firmwarepath}/libertas/sd8686*
%files -n libertas-sd8787-firmware
%license LICENCE.Marvell
%dir %{_firmwarepath}/mrvl
%{_firmwarepath}/mrvl/sd8787*
%files -f linux-firmware.files
%dir %{_firmwarepath}
%license LICENCE.* LICENSE.*
%files -n liquidio-firmware
%license LICENCE.cavium_liquidio
%dir %{_firmwarepath}/liquidio
%{_firmwarepath}/liquidio/*
%files -n netronome-firmware
%license LICENCE.Netronome
%dir %{_firmwarepath}/netronome
%{_firmwarepath}/netronome/*
%changelog
* Fri Mar 08 2019 Vaughan <devel at agrez dot net> - 20190213-94.git710963fe
- New upstream snapshot
- Sync with upstream Fedora package changes
- Bump release
* Mon Nov 12 2018 Vaughan <devel at agrez dot net> - 20181011-89.git44d4fca9
- New upstream snapshot
- Bump release
* Thu Oct 11 2018 Vaughan <devel at agrez dot net> - 20180913-88.git44d4fca9
- New upstream snapshot
- Bump release
* Thu Aug 23 2018 Vaughan <devel at agrez dot net> - 20180815-87.gitf1b95fe5
- New upstream snapshot
- Bump release
* Mon Jun 04 2018 Vaughan <devel at agrez dot net> - 20180525-86.git7518922b
- New upstream snapshot
- Drop SOURCE2 (not needed for RPI's)
- Bump release
* Mon Mar 19 2018 Vaughan <devel at agrez dot net> - 20171215-84.git2451bb22
- Remove brcmfmac43455-sdio.bin (Fedberry provides an updated release)
- Fix urls for Sources
* Thu Mar 08 2018 Vaughan <devel at agrez dot net> - 20171215-83.git2451bb22
- Remove brcmfmac43430-sdio.bin (Fedberry provides an updated release)
* Fri Jan 05 2018 Josh Boyer <[email protected]> 20171215-92.git2451bb22
- Add amd-ucode for fam17h
* Fri Dec 15 2017 Josh Boyer <[email protected]> 20171215-81.git2451bb22
- Updated skl DMC, cnl audio, netronome SmartNIC, amdgpu vega10 and raven,
intel bluetooth, brcm CYW4373, and liquidio vswitch firmwares
* Sun Nov 26 2017 Josh Boyer <[email protected]> 20171126-80.git17e62881
- Updated bcm 4339 4354 4356 4358 firmware, new bcm 43430
- Fixes CVE-2016-0801 CVE-2017-0561 CVE-2017-9417
* Thu Nov 23 2017 Peter Robinson <[email protected]> 20171123-79.git90436ce
- Updated Intel GPU, amdgpu, iwlwifi, mvebu wifi, liquidio, QCom a530 & Venus, mlxsw, qed
- Add iwlwifi 9000 series
* Wed Oct 11 2017 Peter Robinson <[email protected]> 20171009-78.gitbf04291
- Updated cxgb4, QCom gpu, Intel OPA IB, amdgpu, rtlwifi
- Ship the license in %%license for all sub packages
- Modernise spec
* Mon Sep 18 2017 Josh Boyer <[email protected]> - 20170828-77.gitb78acc9
- Add patches to fix ath10k regression (rhbz 1492161)
* Mon Aug 28 2017 Josh Boyer <[email protected]> - 20170828-76.gitb78acc9
- Update to latest upstream snapshot
- ath10k, iwlwifi, kabylake, liquidio, amdgpu, and cavium crypot updates
* Thu Jun 22 2017 Josh Boyer <[email protected]> - 20170622-75.gita3a26af2
- Update to latest upstream snapshot
- imx, qcom, and tegra ARM related updates
* Mon Jun 05 2017 Josh Boyer <[email protected]> - 20170605-74.git37857004
- Update to latest upstream snapshot
* Wed Apr 19 2017 Josh Boyer <[email protected]> - 20170419-73.gitb1413458
- Update to the latest upstream snapshot
- New nvidia, netronome, and marvell firmware
- Updated intel audio firmware
* Mon Mar 13 2017 Josh Boyer <[email protected]> - 20170313-72.git695f2d6d
- Update to the latest upstream snapshot
- New nvidia, AMD, and i915 GPU firmware
- Updated iwlwifi and intel bluetooth firmware
* Mon Feb 13 2017 Josh Boyer <[email protected]> - 20170213-71.git6d3bc888
- Update to the latest upstream snapshot
* Wed Feb 01 2017 Stephen Gallagher <[email protected]> - 20161205-70.git91ddce49
- Add missing %%license macro
* Mon Dec 05 2016 Josh Boyer <[email protected]> 20161205-69.git91ddce49
- Update to the latest upstream snapshot
- New intel bluetooth and rtlwifi firmware
* Fri Sep 23 2016 Josh Boyer <[email protected]> 20160923-68.git42ad5367
- Update to the latest upstream snapshot
- ath10k, amdgpu, mediatek, brcm, marvell updates
* Tue Aug 16 2016 Josh Boyer <[email protected]> 20160816-67.git7c3dfc0b
- Update to the latest upstream snapshot (rhbz 1367203)
- Intel audio, rockchip, amdgpu, iwlwifi, nvidia pascal updates
* Thu Jun 09 2016 Josh Boyer <[email protected]> 20160609-66.gita4bbc811
- Update to the latest upstream snapshot
- Intel bluetooth, radeon smc, Intel braswell/broxton audio, cxgb4 updates
* Thu May 26 2016 Josh Boyer <[email protected]> 20160526-65.git80d463be
- Update to the latest upstream snapshot
- amdgpu, Skylake audio, and rt2xxx wifi firmware updates
* Thu May 05 2016 Josh Boyer <[email protected]> 20160505-64.git8afadbe5
- Update to the latest upstream snapshot
- AMD, intel, and QCA6xxx updates (rhbz 1294263)
* Mon Mar 21 2016 Josh Boyer <[email protected]> 20160321-63.git5f8ca0c
- Update to latest upstream snapshot
- New Skylake GuC and audio firmware, AMD ucode updates
* Wed Mar 16 2016 Josh Boyer <[email protected]> 20160316-62.gitdeb1d836
- Update to latest upstream snapshot
- New firmware for iwlwifi 3168, 7265D, 8000C, and 8265 devices
* Thu Feb 04 2016 Josh Boyer <[email protected]> 20160204-61.git91d5dd13
- Update to latest upstream snashot
- rtlwifi, iwlwifi, intel bluetooth, skylake audio updates
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 20151214-60.gitbbe4917c.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Dec 14 2015 Josh Boyer <[email protected]> 20151214-60.gitbbe4917c
- Update to latest upstream snapshot
- Includes firmware for mt7601u (rhbz 1264631)
* Mon Nov 30 2015 Josh Boyer <[email protected]> 20151130-59.gita109a8ff
- Update to latest upstream snapshot
- Includes -16 ucode for iwlwifi, skylake dmc and audio updates, brcm updates
bnx2x, and others
* Fri Oct 30 2015 Josh Boyer <[email protected]> 20151030-58.git66d3d8d7
- Update to latest upstream snapshot
- Includes ath10k and mwlwifi firmware updates (rhbz 1276360)
* Mon Oct 12 2015 Josh Boyer <[email protected]> 20151012-57.gitd82d3c1e
- Update to latest upstream snapshot
- Includes skylake and intel bluetooth firmware updates
* Fri Sep 04 2015 Josh Boyer <[email protected]> 20150904-56.git6ebf5d57
- Update to latest upstream git snapshot
- Includes amdgpu firmware and skylake updates
* Thu Sep 03 2015 Josh Boyer <[email protected]> 20150903-55.git38358cfc
- Add firmware from Alex Deucher for amdgpu driver (rhbz 1259542)
* Thu Sep 03 2015 Josh Boyer <[email protected]>
- Update to latest upstream git snapshot
- Updates for nvidia, bnx2x, and atmel devices
* Wed Jul 15 2015 Josh Boyer <[email protected]> 20150715-54.git69640304
- Update to latest upstream git snapshot
- New iwlwifi firmware for 726x/316x/8000 devices
- New firmware for i915 skylake and radeon devices
- Various other updates
* Tue Jun 23 2015 Josh Boyer <[email protected]> 20150521-53.git3161bfa4
- Don't obsolete ivtv-firmware any longer (rhbz 1232773)
* Wed Jun 17 2015 Fedora Release Engineering <[email protected]> - 20150521-52.git3161bfa4.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu May 21 2015 Josh Boyer <[email protected]> 20150521-52.git3161bfa4
- Update to latest upstream git snapshot
- Updated iwlwifi 316x/726x firmware
- Add cx18-firmware Obsoletes from David Ward (rhbz 1222164)
* Wed May 06 2015 Josh Boyer <[email protected]> 20150415-51.gitec89525b
- Obsoletes ivtv-firmware (rbhz 1211055)
* Fri May 01 2015 Josh Boyer <[email protected]> 20150415-50.gitec89525b
- Add v4l-cx25840.fw back now that ivtv-firmware is retired (rhbz 1211055)
* Tue Apr 14 2015 Josh Boyer <[email protected]> 20150415-49.gitec89525b
- Fix conflict with ivtv-firmware (rhbz 1203385)
* Fri Apr 10 2015 Josh Boyer <[email protected]> 20150415-47.gitec89525b
- Update to the latest upstream git snapshot
* Thu Mar 19 2015 Josh Boyer <[email protected]>
- Ship the cx18x firmware files (rhbz 1203385)
* Mon Mar 16 2015 Josh Boyer <[email protected]> 20150316-46.git020e534e
- Update to latest upstream git snapshot
* Fri Feb 13 2015 Josh Boyer <[email protected]> 20150213-45.git17657c35
- Update to latest upstream git snapshot
- Firmware for Surface Pro 3 WLAN/Bluetooth (rhbz 1185804)
* Thu Jan 15 2015 Josh Boyer <[email protected]> 20150115-44.git78535e88.fc22
- Update to latest upstream git snapshot
- Adjust iwl{3160,7260} version numbers (rhbz 1167695)
* Tue Oct 14 2014 Josh Boyer <[email protected]> 20141013-43.git0e5f6377.fc22
- Fix 3160/7260 version numbers (rhbz 1110522)
* Mon Oct 13 2014 Josh Boyer <[email protected]> 20141013-42.git0e5f6377.fc22
- Update to latest upstream git snapshot
* Fri Sep 12 2014 Josh Boyer <[email protected]> 20140912-41.git365e80cce.fc22
- Update to the latest upstream git snapshot
* Thu Aug 28 2014 Josh Boyer <[email protected]>
- Update to latest upstream git snapshot for new radeon firmware (rhbz 1130738)
- Fix versioning after mass rebuild and for iwl5000-firmware (rhbz 1130979)
* Fri Aug 08 2014 Kyle McMartin <[email protected]> 20140808-39.gitce64fa89.1
- Update from upstream linux-firmware.
- Nuke unapplied radeon patches.
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 20140605-38.gita4f3bc03.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Jun 05 2014 Josh Boyer <[email protected]> - 20140605-38.gita4f3bc03
- Updates for Intel 3160/7260/7265 firmware (1087717)
- Add firmware for rtl8723be (rhbz 1091753)
- Updates for radeon CIK, SI/CI, and Mullins/Beema GPUs (rhbz 1094153)
- Various other firmware updates
* Mon Mar 17 2014 Josh Boyer <[email protected]>
- Updates for Intel 3160/7260 and BCM43362 (rhbz 1071590)
* Tue Mar 04 2014 Josh Boyer <[email protected]>
- Fixup Intel wireless package descriptions and Source0 (rhbz 1070600)
* Fri Jan 31 2014 Josh Boyer <[email protected]> - 20140131-35.gitd7f8a7c8
- Update to new snapshot
- Updates for Intel 3160/7260, radeon HAWAII GPUs, and some rtlwifi chips
- Fixes bugs 815579 1046935
* Tue Oct 01 2013 Kyle McMartin <[email protected]> - 20131001-32.gitb8ac7c7e
- Update to a new git snapshot, drop radeon patches.
* Mon Sep 16 2013 Josh Boyer <[email protected]> - 20130724-31.git31f6b30
- Obsolete ql2x00-firmware packages again (rhbz 864959)
* Sat Jul 27 2013 Josh Boyer <[email protected]> - 20130724-30.git31f6b30
- Add AMD ucode back in now that microcode_ctl doesn't provide it
* Fri Jul 26 2013 Dave Airlie <[email protected]> 20130724-29.git31f6b30
- add radeon firmware which are lost on the way upstream (#988268)
* Thu Jul 25 2013 Josh Boyer <[email protected]> - 20130724-28.git31f6b30
- Temporarily remove AMD microcode (rhbz 988263)
- Remove Creative CA0132 HD-audio files as they're in alsa-firmware
* Wed Jul 24 2013 Josh Boyer <[email protected]> - 20130724-27.git31f6b30
- Update to latest upstream
- New rtl, iwl, and amd firmware
* Fri Jun 07 2013 Josh Boyer <[email protected]> - 20130607-26.git2892af0
- Update to latest upstream release
- New radeon, bluetooth, rtl, and wl1xxx firmware
* Mon May 20 2013 Kyle McMartin <[email protected]> - 20130418-25.gitb584174
- Use a common version number for both the iwl*-firmware packages and
linux-firmware itself.
- Don't reference old kernel-firmware package in %description
* Mon May 20 2013 Kyle McMartin <[email protected]> - 20130418-0.3.gitb584174
- Bump iwl* version numbers as well...
* Mon May 20 2013 Kyle McMartin <[email protected]> - 20130418-0.2.gitb584174
- UsrMove: move firmware to /usr/lib/firmware
- Remove duplicate /usr/lib/firmware/updates entry (already in linux-firmware.dirs)
- Simplify sed by using '!' instead of '/' as regexp delimiter
- Fix date error (commited on Mon Feb 04, so change that entry)
* Thu Apr 18 2013 Josh Boyer <[email protected]> - 20130418-0.1.gitb584174
- Update to latest upstream git tree
* Tue Mar 19 2013 Josh Boyer <[email protected]>
- Own the firmware directories (rhbz 919249)
* Thu Feb 21 2013 Josh Boyer <[email protected]> - 20130201-0.4.git65a5163
- Obsolete netxen-firmware. Again. (rhbz 913680)
* Mon Feb 04 2013 Josh Boyer <[email protected]> - 20130201-0.3.git65a5163
- Obsolete ql2[45]00-firmware packages (rhbz 906898)
* Fri Feb 01 2013 Josh Boyer <[email protected]>
- Update to latest upstream release
- Provide firmware for carl9170 (rhbz 866051)
* Wed Jan 23 2013 Ville Skyttä <[email protected]> - 20121218-0.2.gitbda53ca
- Own subdirs created in /lib/firmware (rhbz 902005)
* Wed Jan 23 2013 Josh Boyer <[email protected]>
- Correctly obsolete the libertas-usb8388-firmware packages (rhbz 902265)
* Tue Dec 18 2012 Josh Boyer <[email protected]>
- Update to latest upstream. Adds brcm firmware updates
* Wed Oct 10 2012 Josh Boyer <[email protected]>
- Consolidate rt61pci-firmware and rt73usb-firmware packages (rhbz 864959)
- Consolidate netxen-firmware and ql2[123]xx-firmware packages (rhbz 864959)
* Tue Sep 25 2012 Josh Boyer <[email protected]>
- Update to latest upstream. Adds marvell wifi updates (rhbz 858388)
* Tue Sep 18 2012 Josh Boyer <[email protected]>
- Add patch to create libertas subpackages from Daniel Drake (rhbz 853198)
* Fri Sep 07 2012 Josh Boyer <[email protected]> 20120720-0.2.git7560108
- Add epoch to iwl1000 subpackage to preserve upgrade patch (rhbz 855426)
* Fri Jul 20 2012 Josh Boyer <[email protected]> 20120720-0.1.git7560108
- Update to latest upstream. Adds more realtek firmware and bcm4334
* Tue Jul 17 2012 Josh Boyer <[email protected]> 20120717-0.1.gitf1f86bb
- Update to latest upstream. Adds updated realtek firmware
* Thu Jun 07 2012 Josh Boyer <[email protected]> 20120510-0.5.git375e954
- Bump release to get around koji
* Thu Jun 07 2012 Josh Boyer <[email protected]> 20120510-0.4.git375e954
- Drop udev requires. Systemd now provides udev
* Tue Jun 05 2012 Josh Boyer <[email protected]> 20120510-0.3.git375e954
- Fix location of BuildRequires so git is inclued in the buildroot
- Create iwlXXXX-firmware subpackages (rhbz 828050)
* Thu May 10 2012 Josh Boyer <[email protected]> 20120510-0.1.git375e954
- Update to latest upstream. Adds new bnx2x and radeon firmware
* Wed Apr 18 2012 Josh Boyer <[email protected]> 20120418-0.1.git85fbcaa
- Update to latest upstream. Adds new rtl and ath firmware
* Wed Mar 21 2012 Dave Airlie <[email protected]> 20120206-0.3.git06c8f81
- use git to apply the radeon firmware
* Wed Mar 21 2012 Dave Airlie <[email protected]> 20120206-0.2.git06c8f81
- add radeon southern islands/trinity firmware
* Tue Feb 07 2012 Josh Boyer <[email protected]> 20120206-0.1.git06c8f81
- Update to latest upstream git snapshot. Fixes rhbz 786937
* Fri Jan 13 2012 Fedora Release Engineering <[email protected]> - 20110731-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Thu Aug 04 2011 Tom Callaway <[email protected]> 20110731-2
- resolve conflict with netxen-firmware
* Wed Aug 03 2011 David Woodhouse <[email protected]> 20110731-1
- Latest firmware release with v1.3 ath9k firmware (#727702)
* Sun Jun 05 2011 Peter Lemenkov <[email protected]> 20110601-2
- Remove duplicated licensing files from /lib/firmware
* Wed Jun 01 2011 Dave Airlie <[email protected]> 20110601-1
- Latest firmware release with AMD llano support.
* Thu Mar 10 2011 Dave Airlie <[email protected]> 20110304-1
- update to latest upstream for radeon ni/cayman, drop nouveau fw we don't use it anymore
* Tue Feb 08 2011 Fedora Release Engineering <[email protected]> - 20110125-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue Jan 25 2011 David Woodhouse <[email protected]> 20110125-1
- Update to linux-firmware-20110125 (new bnx2 firmware)
* Fri Jan 07 2011 Dave Airlie <[email protected]> 20101221-1
- rebase to upstream release + add new radeon NI firmwares.
* Thu Aug 12 2010 Hicham HAOUARI <[email protected]> 20100806-4
- Really obsolete ueagle-atm4-firmware
* Thu Aug 12 2010 Hicham HAOUARI <[email protected]> 20100806-3
- Obsolete ueagle-atm4-firmware
* Fri Aug 06 2010 David Woodhouse <[email protected]> 20100806-2
- Remove duplicate radeon firmwares; they're upstream now
* Fri Aug 06 2010 David Woodhouse <[email protected]> 20100806-1
- Update to linux-firmware-20100806 (more legacy firmwares from kernel source)
* Fri Apr 09 2010 Dave Airlie <[email protected]> 20100106-4
- Add further radeon firmwares
* Wed Feb 10 2010 Dave Airlie <[email protected]> 20100106-3
- add radeon RLC firmware - submitted upstream to dwmw2 already.
* Tue Feb 09 2010 Ben Skeggs <[email protected]> 20090106-2
- Add firmware needed for nouveau to operate correctly (this is Fedora
only - do not upstream yet - we just moved it here from Fedora kernel)
* Wed Jan 06 2010 David Woodhouse <[email protected]> 20090106-1
- Update
* Fri Aug 21 2009 David Woodhouse <[email protected]> 20090821-1
- Update, fix typos, remove some files which conflict with other packages.
* Thu Mar 19 2009 David Woodhouse <[email protected]> 20090319-1
- First standalone kernel-firmware package.