[ovs-dev] [PATCH 3/3] README.RHEL: update information on RHEL6 builds

Alexey I. Froloff raorn at altlinux.org
Thu Sep 1 14:01:13 UTC 2011


Signed-off-by: Alexey I. Froloff <raorn at altlinux.org>
---
 INSTALL.RHEL |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/INSTALL.RHEL b/INSTALL.RHEL
index 3558948..b452383 100644
--- a/INSTALL.RHEL
+++ b/INSTALL.RHEL
@@ -53,7 +53,16 @@ RHEL.  On RHEL 5, the default RPM source directory is
 
 	rpmbuild -bb rhel/openvswitch-kmod-rhel6.spec
 
-    This produces an "kmod-openvswitch" RPM.
+    You might have to specify a kernel version and/or variants, e.g.:
+
+	rpmbuild -bb \
+		-D "kversion 2.6.32-131.6.1.el6.x86_64" \
+		-D "kflavors default debug kdump" \
+		rhel/openvswitch-kmod-rhel6.spec
+
+    This produces an "kmod-openvswitch" RPM for each kernel variant,
+    in this example: "kmod-openvswitch", "kmod-openvswitch-debug", and
+    "kmod-openvswitch-kdump".
 
 Reporting Bugs
 --------------
-- 
1.7.3.4




More information about the dev mailing list