Linux v4.2-rc6-130-g7ddab73346a1
This commit is contained in:
parent
e8b63c6de8
commit
0a3cece340
@ -827,7 +827,6 @@ CONFIG_MFD_CROS_EC_SPI=m
|
|||||||
CONFIG_KEYBOARD_CROS_EC=m
|
CONFIG_KEYBOARD_CROS_EC=m
|
||||||
CONFIG_I2C_CROS_EC_TUNNEL=m
|
CONFIG_I2C_CROS_EC_TUNNEL=m
|
||||||
CONFIG_SND_SOC_TS3A227E=m
|
CONFIG_SND_SOC_TS3A227E=m
|
||||||
CONFIG_CHROME_PLATFORMS=y
|
|
||||||
CONFIG_CROS_EC_CHARDEV=m
|
CONFIG_CROS_EC_CHARDEV=m
|
||||||
|
|
||||||
CONFIG_R8188EU=m
|
CONFIG_R8188EU=m
|
||||||
|
@ -5573,6 +5573,7 @@ CONFIG_PSTORE_RAM=m
|
|||||||
|
|
||||||
# CONFIG_SIGMA is not set
|
# CONFIG_SIGMA is not set
|
||||||
|
|
||||||
|
CONFIG_CHROME_PLATFORMS=y
|
||||||
|
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
CONFIG_BCMA_BLOCKIO=y
|
CONFIG_BCMA_BLOCKIO=y
|
||||||
|
@ -219,7 +219,6 @@ CONFIG_ASUS_LAPTOP=m
|
|||||||
CONFIG_COMPAL_LAPTOP=m
|
CONFIG_COMPAL_LAPTOP=m
|
||||||
CONFIG_DELL_LAPTOP=m
|
CONFIG_DELL_LAPTOP=m
|
||||||
CONFIG_DELL_RBTN=m
|
CONFIG_DELL_RBTN=m
|
||||||
CONFIG_CHROME_PLATFORMS=y
|
|
||||||
CONFIG_CHROMEOS_LAPTOP=m
|
CONFIG_CHROMEOS_LAPTOP=m
|
||||||
CONFIG_CHROMEOS_PSTORE=m
|
CONFIG_CHROMEOS_PSTORE=m
|
||||||
CONFIG_EEEPC_LAPTOP=m
|
CONFIG_EEEPC_LAPTOP=m
|
||||||
|
@ -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 1
|
||||||
%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
|
||||||
@ -67,7 +67,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 6
|
%define rcrev 6
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 0
|
%define gitrev 1
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 4.%{upstream_sublevel}.0
|
%define rpmversion 4.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -2024,6 +2024,9 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 14 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.2.0-0.rc6.git1.1
|
||||||
|
- Linux v4.2-rc6-130-g7ddab73346a1
|
||||||
|
|
||||||
* Tue Aug 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> - 4.2.0-0.rc6.git0.2
|
* Tue Aug 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> - 4.2.0-0.rc6.git0.2
|
||||||
- Drop UACCESS_WITH_MEMCPY on ARMv7 as it's broken (rhbz 1250613)
|
- Drop UACCESS_WITH_MEMCPY on ARMv7 as it's broken (rhbz 1250613)
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,3 +1,4 @@
|
|||||||
fe9dc0f6729f36400ea81aa41d614c37 linux-4.1.tar.xz
|
fe9dc0f6729f36400ea81aa41d614c37 linux-4.1.tar.xz
|
||||||
84e34c2f58901edcc5c840fe9893c02e perf-man-4.1.tar.gz
|
84e34c2f58901edcc5c840fe9893c02e perf-man-4.1.tar.gz
|
||||||
91449a3a20ecc0e23e288efdff2095dd patch-4.2-rc6.xz
|
91449a3a20ecc0e23e288efdff2095dd patch-4.2-rc6.xz
|
||||||
|
1092e031daf983feda21ef6997af4635 patch-4.2-rc6-git1.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user