Linux v3.13-rc7-67-gceb3b02
- Enable BCMA_DRIVER_GPIO by turning on GPIOLIB everywhere (rhbz 1021098)
This commit is contained in:
parent
b65f9ed036
commit
d35c5d0f43
@ -4788,7 +4788,7 @@ CONFIG_OPTIMIZE_INLINING=y
|
||||
# FIXME: This should be x86/ia64 only
|
||||
# CONFIG_HP_ILO is not set
|
||||
|
||||
# CONFIG_GPIOLIB is not set
|
||||
CONFIG_GPIOLIB=y
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_DEBUG_PINCTRL is not set
|
||||
# CONFIG_PINMUX is not set
|
||||
|
@ -62,7 +62,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 1
|
||||
%global fedora_build %{baserelease}
|
||||
|
||||
# base_sublevel is the kernel version we're starting with and patching
|
||||
@ -95,7 +95,7 @@ Summary: The Linux kernel
|
||||
# The rc snapshot level
|
||||
%define rcrev 7
|
||||
# The git snapshot level
|
||||
%define gitrev 1
|
||||
%define gitrev 2
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 3.%{upstream_sublevel}.0
|
||||
%endif
|
||||
@ -2161,6 +2161,10 @@ fi
|
||||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Wed Jan 08 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.13.0-0.rc7.git2.1
|
||||
- Linux v3.13-rc7-67-gceb3b02
|
||||
- Enable BCMA_DRIVER_GPIO by turning on GPIOLIB everywhere (rhbz 1021098)
|
||||
|
||||
* Tue Jan 07 2014 Josh Boyer <jwboyer@fedoraproject.org>
|
||||
- Drop -doc subpackage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user