[kernel] Add filter-ppc64p7.sh because ppc64p7 is an entirely separate RPM arch

Josh Boyer jwboyer at fedoraproject.org
Tue Jun 3 18:48:00 UTC 2014


commit 0d23ee9d2a1dfa4429ccd04d60e2328c1bd9d3f9
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Tue Jun 3 14:47:58 2014 -0400

    Add filter-ppc64p7.sh because ppc64p7 is an entirely separate RPM arch

 filter-ppc64p7.sh |   14 ++++++++++++++
 kernel.spec       |    6 +++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/filter-ppc64p7.sh b/filter-ppc64p7.sh
new file mode 100644
index 0000000..0389c4c
--- /dev/null
+++ b/filter-ppc64p7.sh
@@ -0,0 +1,14 @@
+#! /bin/bash
+
+# This is the ppc64p7 override file for the core/drivers package split.  The
+# module directories listed here and in the generic list in filter-modules.sh
+# will be moved to the resulting kernel-modules package for this arch.
+# Anything not listed in those files will be in the kernel-core package.
+#
+# Please review the default list in filter-modules.sh before making
+# modifications to the overrides below.  If something should be removed across
+# all arches, remove it in the default instead of per-arch.
+
+driverdirs="atm auxdisplay bcma bluetooth fmc infiniband isdn leds media memstick message mmc mtd nfc ntb pcmcia platform power ssb staging uio uwb"
+
+singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs iscsi_tcp megaraid pmcraid qla1280 9pnet_rdma svcrdma xprtrdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject"
diff --git a/kernel.spec b/kernel.spec
index c57f3fc..46817d7 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -40,7 +40,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 2
+%global baserelease 3
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -458,6 +458,7 @@ Source94: filter-ppc.sh
 Source95: filter-ppc64.sh
 Source96: filter-ppc64le.sh
 Source97: filter-s390x.sh
+Source98: filter-ppc64p7.sh
 Source99: filter-modules.sh
 %define modsign_cmd %{SOURCE18}
 
@@ -2266,6 +2267,9 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Tue Jun 03 2014 Josh Boyer <jwboyer at fedoraproject.org>
+- Add filter-ppc64p7.sh because ppc64p7 is an entirely separate RPM arch
+
 * Tue Jun 03 2014 Josh Boyer <jwboyer at fedoraproject.org> - 3.15.0-0.rc8.git1.2
 - Fixes from Hans de Goede for backlight and platform drivers on various
   machines.  (rhbz 1025690 1012674 1093171 1097436 861573)


More information about the scm-commits mailing list