xenserver: remove unneeded macro definitions
authorSajjad Lateef <slateef@nicira.com>
Tue, 17 May 2011 02:12:56 +0000 (19:12 -0700)
committerSajjad Lateef <slateef@nicira.com>
Tue, 17 May 2011 02:12:56 +0000 (19:12 -0700)
The macro binsuffix is no longer needed. It has been replaced with
kernel_flavor that is passed on the command line.

The macro kernel_version is passed on the command line. Redefining
the macro inside the spec file leads to build failures.

Signed-off-by: Sajjad Lateef <slateef@nicira.com>
xenserver/openvswitch-xen.spec

index 4c6c2da..9e96763 100644 (file)
 # bump this when breaking compatibility with userspace
 %define module_abi_version 0
 
-# extract kernel type (xen or kdump)
-%define binsuffix -%(echo '%{xen_version}' | sed -r 's/^.*[0-9]+//')
-# kernel version string w/o kernel type
-%define kernel_version %(echo '%{xen_version}' | sed -r 's/[a-z]+$//')
 # build-supplemental-pack.sh requires this naming for kernel module packages
 %define module_package modules-%{kernel_flavor}-%{kernel_version}