From: Marco Yuen Date: Wed, 21 Dec 2011 19:12:07 +0000 (-0500) Subject: Add linux-firmware to the list of exlude packages. X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=144ab74788e8e11ebad0a97dca7140c43b04faaa Add linux-firmware to the list of exlude packages. We build the firmware package for kernel 3.1 but it is called kernel-firmware instead, and the naming scheme is different. YUM thinks it knows better and installs linux-firmware instead of kernel-firmware. --- diff --git a/build.common b/build.common index 00665fc8..f86fbb7e 100644 --- a/build.common +++ b/build.common @@ -75,7 +75,7 @@ function pl_getKexcludes () { f8) echo 'kernel* util-vserver* iptables iptables-ipv6 drupal' ;; f*) - echo 'kernel* util-vserver* iptables iptables-ipv6 drupal' ;; + echo 'kernel* util-vserver* iptables iptables-ipv6 drupal linux-firmware' ;; centos5) echo 'kernel kernel-vserver kernel-devel kernel-headers kernel-debuginfo util-vserver* iptables drupal inotify-tools* libnl' ;; sl*)