Regarding changes 'iwlagn' -> 'iwlwifi', $ modinfo iwlwifi filename: /lib/modules/3.13.5-200.fc20.x86_64/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko license: GPL author: Copyright(c) 2003-2013 Intel Corporation <ilw.com> version: in-tree:d description: Intel(R) Wireless WiFi driver for Linux firmware: iwlwifi-100-5.ucode firmware: iwlwifi-1000-5.ucode firmware: iwlwifi-135-6.ucode firmware: iwlwifi-105-6.ucode firmware: iwlwifi-2030-6.ucode firmware: iwlwifi-2000-6.ucode firmware: iwlwifi-5150-2.ucode firmware: iwlwifi-5000-5.ucode firmware: iwlwifi-6000g2b-6.ucode firmware: iwlwifi-6000g2a-5.ucode firmware: iwlwifi-6050-5.ucode firmware: iwlwifi-6000-4.ucode firmware: iwlwifi-3160-7.ucode firmware: iwlwifi-7260-7.ucode ... As for the URL & Source0 change, https://git.kernel.org/cgit/linux/kernel/git/dwmw2/linux-firmware-backup.git/tree/README
Created attachment 868349 [details] linux-firmware - iwlwifi diff
I'm not going to change Source0 to point at googlesource. That isn't where we're getting things at all these days, because they're git snapshots I do locally. I'll figure out the appropriate thing to put there. As for the description change, it's technically correct. I might make it a bit less specific though and change it to "... the Intel wireless drivers..." instead of iwlwifi. I don't want to repeat this exercise when iwlwifi changes to some other name in the future, or we have a HW specific driver show up.
OK, if it is a locally generated tarball, this would suffice: Source0: %{name}-%{version}.tar.gz (In reply to Josh Boyer from comment #2) > I'm not going to change Source0 to point at googlesource. That isn't where > we're getting things at all these days, because they're git snapshots I do > locally. I'll figure out the appropriate thing to put there. OK, if it is locally generated tarball, this should suffice: Source0: %{name}-%{version}.tar.gz > As for the description change, it's technically correct. I might make it a > bit less specific though and change it to "... the Intel wireless > drivers..." instead of iwlwifi. I don't want to repeat this exercise when > iwlwifi changes to some other name in the future, or we have a HW specific > driver show up. Practice makes perfect! :) It's OK, just as long as it does not mention non-existent module.
This is the Bugzilla fault! Only one 'Source0'! :)
Fixed in git. This will be included in whatever build we do next for linux-firmware in rawhide.
Thanks.