diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-05-31 15:00:50 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-05-31 15:00:50 -0700 |
commit | 57618355c45385dc8af51e0cee8d12dbcb2d0aca (patch) | |
tree | 2dc424771f5893417bc723155f15c24a4377bdf6 | |
parent | 65e6810859cae5c62e52a757f90de438ac43cb49 (diff) | |
download | kernel-57618355c45385dc8af51e0cee8d12dbcb2d0aca.tar.gz kernel-57618355c45385dc8af51e0cee8d12dbcb2d0aca.tar.xz kernel-57618355c45385dc8af51e0cee8d12dbcb2d0aca.zip |
Update module filters
-rwxr-xr-x | filter-modules.sh | 2 | ||||
-rw-r--r-- | kernel.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/filter-modules.sh b/filter-modules.sh index ef86416d1..6f543f429 100755 --- a/filter-modules.sh +++ b/filter-modules.sh @@ -34,7 +34,7 @@ netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee80215 drmdrvs="amd ast gma500 i2c i915 mgag200 nouveau radeon via " -singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qla1280 9pnet_rdma rpcrdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target" +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qla1280 9pnet_rdma rpcrdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit" # Grab the arch-specific filter list overrides source ./filter-$2.sh diff --git a/kernel.spec b/kernel.spec index 7e46a0050..f8d0eb65b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,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 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2130,6 +2130,9 @@ fi # # %changelog +* Tue May 31 2016 Laura Abbott <labbott@redhat.com> - 4.7.0-0.rc1.git1.2 +- Update module filters + * Tue May 31 2016 Laura Abbott <labbott@redhat.com> - 4.7.0-0.rc1.git1.1 - Linux v4.7-rc1-12-g852f42a - Disable debugging options. |