Linux v3.13-8598-g77d143d
This commit is contained in:
parent
0003f178c3
commit
743557a9bd
@ -372,6 +372,7 @@ CONFIG_SPI_DW_PCI=m
|
|||||||
# CONFIG_MMC_DW_SOCFPGA is not set
|
# CONFIG_MMC_DW_SOCFPGA is not set
|
||||||
# CONFIG_MMC_DW_EXYNOS is not set
|
# CONFIG_MMC_DW_EXYNOS is not set
|
||||||
# CONFIG_MMC_DW_IDMAC is not set
|
# CONFIG_MMC_DW_IDMAC is not set
|
||||||
|
# CONFIG_MMC_DW_K3 is not set
|
||||||
CONFIG_USB_DWC2=m
|
CONFIG_USB_DWC2=m
|
||||||
# CONFIG_USB_DWC2_DEBUG is not set
|
# CONFIG_USB_DWC2_DEBUG is not set
|
||||||
# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
|
# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
|
||||||
@ -426,6 +427,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=m
|
|||||||
CONFIG_REGULATOR_VIRTUAL_CONSUMER=m
|
CONFIG_REGULATOR_VIRTUAL_CONSUMER=m
|
||||||
CONFIG_REGULATOR_USERSPACE_CONSUMER=m
|
CONFIG_REGULATOR_USERSPACE_CONSUMER=m
|
||||||
CONFIG_REGULATOR_GPIO=m
|
CONFIG_REGULATOR_GPIO=m
|
||||||
|
# CONFIG_REGULATOR_ACT8865 is not set
|
||||||
CONFIG_REGULATOR_AD5398=m
|
CONFIG_REGULATOR_AD5398=m
|
||||||
CONFIG_REGULATOR_DA9210=m
|
CONFIG_REGULATOR_DA9210=m
|
||||||
CONFIG_REGULATOR_FAN53555=m
|
CONFIG_REGULATOR_FAN53555=m
|
||||||
|
@ -148,6 +148,7 @@ CONFIG_MMC_REALTEK_PCI=m
|
|||||||
CONFIG_MMC_VUB300=m
|
CONFIG_MMC_VUB300=m
|
||||||
# CONFIG_MMC_SDHCI_PXAV2 is not set
|
# CONFIG_MMC_SDHCI_PXAV2 is not set
|
||||||
# CONFIG_MMC_SDHCI_PXAV3 is not set
|
# CONFIG_MMC_SDHCI_PXAV3 is not set
|
||||||
|
# CONFIG_MMC_SDHCI_OF_ARASAN is not set
|
||||||
|
|
||||||
|
|
||||||
CONFIG_CB710_CORE=m
|
CONFIG_CB710_CORE=m
|
||||||
|
@ -61,7 +61,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 0
|
%define rcrev 0
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 10
|
%define gitrev 11
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -403,7 +403,7 @@ Group: System Environment/Kernel
|
|||||||
License: GPLv2 and Redistributable, no modification permitted
|
License: GPLv2 and Redistributable, no modification permitted
|
||||||
URL: http://www.kernel.org/
|
URL: http://www.kernel.org/
|
||||||
Version: %{rpmversion}
|
Version: %{rpmversion}
|
||||||
Release: %{pkg_release}
|
Release: %{pkg_release}.1
|
||||||
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
|
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
|
||||||
# SET %%nobuildarches (ABOVE) INSTEAD
|
# SET %%nobuildarches (ABOVE) INSTEAD
|
||||||
ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ppc64p7 s390 s390x %{arm} aarch64
|
ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ppc64p7 s390 s390x %{arm} aarch64
|
||||||
@ -2071,6 +2071,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 27 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc0.git11.1.1
|
||||||
|
- Linux v3.13-8598-g77d143d
|
||||||
|
|
||||||
* Sat Jan 25 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc0.git10.1
|
* Sat Jan 25 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc0.git10.1
|
||||||
- Linux v3.13-8330-g4ba9920
|
- Linux v3.13-8330-g4ba9920
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
0ecbaf65c00374eb4a826c2f9f37606f linux-3.13.tar.xz
|
0ecbaf65c00374eb4a826c2f9f37606f linux-3.13.tar.xz
|
||||||
732d1952898b28d5ccc264cad77b0619 perf-man-3.13.tar.gz
|
732d1952898b28d5ccc264cad77b0619 perf-man-3.13.tar.gz
|
||||||
f60d90158ca7c89ebf4b316e49845e8b patch-3.13-git10.xz
|
da38e2b0a482e030298a129ca207a62f patch-3.13-git11.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user