commit | 41612378da980cd98a0191c1307ff62d4ee20fb8 | [log] [tgz] |
---|---|---|
author | Mike Marciniszyn <mike.marciniszyn@intel.com> | Mon Jun 24 10:38:28 2013 -0400 |
committer | Michal Marek <mmarek@suse.cz> | Tue Jul 23 14:36:44 2013 +0200 |
tree | d5c22266e72a36fe470eb73672a513c60f6fe57e | |
parent | 3c9c7a14b6274074cc3af2b83d56a92547188f27 [diff] |
rpm-pkg: install firmware files in kernel relative directory Prior to this patch, firmware files were being installed in /lib/firmware with a potential conflict with already installed kernels. firmware files are now installed in /lib/firmware/<release> and packaged with the rest of the modules. Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Michal Marek <mmarek@suse.cz>