[kernel/f19] Enable CONFIG_LDM_PARTITION (rhbz 948636)

Josh Boyer jwboyer at fedoraproject.org
Fri Apr 12 15:57:35 UTC 2013


commit a6e2f8f0bee7062571067b2a9f7b3df3141798c3
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Fri Apr 12 11:52:38 2013 -0400

    Enable CONFIG_LDM_PARTITION (rhbz 948636)

 config-generic |    3 ++-
 kernel.spec    |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/config-generic b/config-generic
index 30419fe..8822fb7 100644
--- a/config-generic
+++ b/config-generic
@@ -3829,7 +3829,8 @@ CONFIG_AMIGA_PARTITION=y
 CONFIG_BSD_DISKLABEL=y
 CONFIG_EFI_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_MSDOS_PARTITION=y
 CONFIG_MINIX_SUBPARTITION=y
diff --git a/kernel.spec b/kernel.spec
index 6ae6835..aefc991 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -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 1
+%global baserelease 2
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2288,6 +2288,9 @@ fi
 # and build.
 
 %changelog
+* Fri Apr 12 2013 Josh Boyer <jwboyer at redhat.com>
+- Enable CONFIG_LDM_PARTITION (rhbz 948636)
+
 * Thu Apr 11 2013 Justin M. Forbes <jforbes at redhat.com> - 3.9.0-0.rc6.git2
 - Linux v3.9-rc6-115-g7ee32a6
 - libsas: use right function to alloc smp response (rhbz 949875)


More information about the scm-commits mailing list