[ovs-dev] [PATCH 1/3] rhel: rename RHEL6 kmod source package

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


Rename RHEL6 source package to openvswitch-kmod, so it doesn't intersect
with main package.

Signed-off-by: Alexey I. Froloff <raorn at altlinux.org>
---
 rhel/openvswitch-kmod-rhel6.spec.in |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/rhel/openvswitch-kmod-rhel6.spec.in b/rhel/openvswitch-kmod-rhel6.spec.in
index 1d1955d..e495c4b 100644
--- a/rhel/openvswitch-kmod-rhel6.spec.in
+++ b/rhel/openvswitch-kmod-rhel6.spec.in
@@ -8,7 +8,9 @@
 # notice and this notice are preserved.  This file is offered as-is,
 # without warranty of any kind.
 
-Name:           openvswitch
+%define oname openvswitch
+
+Name:           %{oname}-kmod
 Version:        @VERSION@
 Release:        1%{?dist}
 Summary:        Open vSwitch kernel module
@@ -16,7 +18,7 @@ Summary:        Open vSwitch kernel module
 Group:          System/Kernel
 License:        GPLv2
 URL:            http://openvswitch.org/
-Source0:        %{name}-%{version}.tar.gz
+Source0:        %{oname}-%{version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  %kernel_module_package_buildreqs
 
@@ -28,7 +30,7 @@ BuildRequires:  %kernel_module_package_buildreqs
 #kernel_module_package default debug
 
 # Build only for standard kernel variant(s)
-%kernel_module_package default
+%kernel_module_package -n %{oname} default
 
 %description
 Open vSwitch Linux kernel module.
@@ -46,7 +48,7 @@ done
 
 %install
 export INSTALL_MOD_PATH=$RPM_BUILD_ROOT
-export INSTALL_MOD_DIR=extra/%{name}
+export INSTALL_MOD_DIR=extra/%{kmod_name}
 for flavor in %flavors_to_build ; do
          make -C %{kernel_source $flavor} modules_install \
                  M=$PWD/_$flavor/datapath/linux
-- 
1.7.3.4




More information about the dev mailing list