From 144ab74788e8e11ebad0a97dca7140c43b04faaa Mon Sep 17 00:00:00 2001 From: Marco Yuen Date: Wed, 21 Dec 2011 14:12:07 -0500 Subject: [PATCH] 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. --- build.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- 2.47.0