Linux v3.8-9405-gd895cb1

Make sure to disable CONFIG_VMXNET3 in config-generic so prep doesn't fail
on non-x86 arches.  Sigh.  If only people actually put thought into Kconfig
deps.
This commit is contained in:
Josh Boyer 2013-02-27 09:17:14 -05:00
parent 55b874dbce
commit 0ace7eb5e6
4 changed files with 7 additions and 2 deletions

View File

@ -4678,6 +4678,7 @@ CONFIG_PSTORE_RAM=m
# CONFIG_AVERAGE is not set
# CONFIG_VMXNET3 is not set
# CONFIG_SIGMA is not set

View File

@ -453,3 +453,4 @@ CONFIG_SYSTEM_BLACKLIST_KEYRING=y
CONFIG_MODULE_SIG_UEFI=y
CONFIG_VMXNET3=m
CONFIG_VFIO_PCI_VGA=y

View File

@ -95,7 +95,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 0
# The git snapshot level
%define gitrev 9
%define gitrev 10
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@ -2296,6 +2296,9 @@ fi
# ||----w |
# || ||
%changelog
* Wed Feb 27 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.0-0.rc0.git10.1
- Linux v3.8-9405-gd895cb1
* Tue Feb 26 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.0-0.rc0.git9.1
- Linux v3.8-9165-g1cef935

View File

@ -1,2 +1,2 @@
1c738edfc54e7c65faeb90c436104e2f linux-3.8.tar.xz
2f603ac0a31c8a6a0d71bb4ff22fe3e7 patch-3.8-git9.xz
bbe8c6f353b542e8220587f01b72009d patch-3.8-git10.xz