Enable CONFIG_LDM_PARTITION (rhbz 948636)
This commit is contained in:
parent
e98edb5c67
commit
229e923f80
@ -3829,7 +3829,8 @@ CONFIG_AMIGA_PARTITION=y
|
|||||||
CONFIG_BSD_DISKLABEL=y
|
CONFIG_BSD_DISKLABEL=y
|
||||||
CONFIG_EFI_PARTITION=y
|
CONFIG_EFI_PARTITION=y
|
||||||
CONFIG_KARMA_PARTITION=y
|
CONFIG_KARMA_PARTITION=y
|
||||||
# CONFIG_LDM_PARTITION is not set
|
CONFIG_LDM_PARTITION=y
|
||||||
|
# CONFIG_LDM_DEBUG is not set
|
||||||
CONFIG_MAC_PARTITION=y
|
CONFIG_MAC_PARTITION=y
|
||||||
CONFIG_MSDOS_PARTITION=y
|
CONFIG_MSDOS_PARTITION=y
|
||||||
CONFIG_MINIX_SUBPARTITION=y
|
CONFIG_MINIX_SUBPARTITION=y
|
||||||
|
@ -62,7 +62,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 1
|
%global baserelease 2
|
||||||
%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
|
||||||
@ -2287,6 +2287,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 12 2013 Josh Boyer <jwboyer@redhat.com>
|
||||||
|
- Enable CONFIG_LDM_PARTITION (rhbz 948636)
|
||||||
|
|
||||||
* Fri Apr 12 2013 Justin M. Forbes <jforbes@redhat.com>
|
* Fri Apr 12 2013 Justin M. Forbes <jforbes@redhat.com>
|
||||||
- Fix forcedeth DMA check error (rhbz 928024)
|
- Fix forcedeth DMA check error (rhbz 928024)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user