Add linux-firmware to the list of exlude packages.
authorMarco Yuen <marcoy@gmail.com>
Wed, 21 Dec 2011 19:12:07 +0000 (14:12 -0500)
committerMarco Yuen <marcoy@gmail.com>
Wed, 21 Dec 2011 19:12:07 +0000 (14:12 -0500)
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

index 00665fc..f86fbb7 100644 (file)
@@ -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*)