[kernel] Disable NVME as it doesn't build on 32-bit

Josh Boyer jwboyer at fedoraproject.org
Sun Jan 22 20:06:38 UTC 2012


commit ec5a10be431f383cd80ba5e31fe23f9a7b34b283
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Sun Jan 22 15:05:51 2012 -0500

    Disable NVME as it doesn't build on 32-bit

 config-generic |    2 +-
 kernel.spec    |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/config-generic b/config-generic
index 73711dc..dc81c6c 100644
--- a/config-generic
+++ b/config-generic
@@ -249,7 +249,7 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
 CONFIG_BLK_DEV_CRYPTOLOOP=m
 CONFIG_BLK_DEV_NBD=m
-CONFIG_BLK_DEV_NVME=m
+# CONFIG_BLK_DEV_NVME is not set
 CONFIG_BLK_DEV_OSD=m
 CONFIG_BLK_DEV_RAM=m
 CONFIG_BLK_DEV_RAM_COUNT=16
diff --git a/kernel.spec b/kernel.spec
index b98f354..abffee2 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,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 2
+%global baserelease 3
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2274,7 +2274,10 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
-* Fri Jan 20 2012 Josh Boyer <jwboyer at gmail.com> - 3.3.0-0.rc1.git0.2
+* Sun Jan 22 2012 Josh Boyer <jwboyer at redhat.com> - 3.3.0-0.rc1.git0.3
+- Disable NVME as it doesn't build on 32-bit
+
+* Fri Jan 20 2012 Josh Boyer <jwboyer at redhat.com> - 3.3.0-0.rc1.git0.2
 - Disable debugging options.
 
 * Fri Jan 20 2012 Josh Boyer <jwboyer at redhat.com>


More information about the scm-commits mailing list