Add filter-ppc64p7.sh because ppc64p7 is an entirely separate RPM arch
This commit is contained in:
parent
be24dc2637
commit
0d23ee9d2a
14
filter-ppc64p7.sh
Normal file
14
filter-ppc64p7.sh
Normal file
@ -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"
|
@ -40,7 +40,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be appended after the rcX and
|
# 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"
|
# 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}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -458,6 +458,7 @@ Source94: filter-ppc.sh
|
|||||||
Source95: filter-ppc64.sh
|
Source95: filter-ppc64.sh
|
||||||
Source96: filter-ppc64le.sh
|
Source96: filter-ppc64le.sh
|
||||||
Source97: filter-s390x.sh
|
Source97: filter-s390x.sh
|
||||||
|
Source98: filter-ppc64p7.sh
|
||||||
Source99: filter-modules.sh
|
Source99: filter-modules.sh
|
||||||
%define modsign_cmd %{SOURCE18}
|
%define modsign_cmd %{SOURCE18}
|
||||||
|
|
||||||
@ -2266,6 +2267,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 03 2014 Josh Boyer <jwboyer@fedoraproject.org>
|
||||||
|
- Add filter-ppc64p7.sh because ppc64p7 is an entirely separate RPM arch
|
||||||
|
|
||||||
* Tue Jun 03 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.15.0-0.rc8.git1.2
|
* Tue Jun 03 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.15.0-0.rc8.git1.2
|
||||||
- Fixes from Hans de Goede for backlight and platform drivers on various
|
- Fixes from Hans de Goede for backlight and platform drivers on various
|
||||||
machines. (rhbz 1025690 1012674 1093171 1097436 861573)
|
machines. (rhbz 1025690 1012674 1093171 1097436 861573)
|
||||||
|
Loading…
Reference in New Issue
Block a user