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:
parent
55b874dbce
commit
0ace7eb5e6
@ -4678,6 +4678,7 @@ CONFIG_PSTORE_RAM=m
|
||||
|
||||
|
||||
# CONFIG_AVERAGE is not set
|
||||
# CONFIG_VMXNET3 is not set
|
||||
|
||||
# CONFIG_SIGMA is not set
|
||||
|
||||
|
@ -453,3 +453,4 @@ CONFIG_SYSTEM_BLACKLIST_KEYRING=y
|
||||
CONFIG_MODULE_SIG_UEFI=y
|
||||
|
||||
CONFIG_VMXNET3=m
|
||||
CONFIG_VFIO_PCI_VGA=y
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user