Re: [ovs-dev] [PATCH 2/3] rhel: add ability to build kmod packages for arbitrary kernel version/variant(s)

2011-09-06 Thread Alexey I. Froloff
On Tue, Sep 06, 2011 at 10:52:52AM -0700, Ben Pfaff wrote: > Does this cause any change in behavior if kversion and kflavors are > not specified on the command line? No changes for kflavors. > Previously, kernel_version would not be defined in that case; It is defined later when expanding %kernel_

Re: [ovs-dev] [PATCH 2/3] rhel: add ability to build kmod packages for arbitrary kernel version/variant(s)

2011-09-06 Thread Ben Pfaff
On Thu, Sep 01, 2011 at 06:01:12PM +0400, Alexey I. Froloff wrote: > Usage: > > rpmbuild --rebuild \ > -D 'kversion KERNEL_VERSION' \ > -D 'kflavors FLAVORS TO BUILD' \ > openvswitch-kmod-VERSION-RELEASE.src.rpm > > Signed-off-by: Alexey I. Froloff Does this cause any change in behavior i

[ovs-dev] [PATCH 2/3] rhel: add ability to build kmod packages for arbitrary kernel version/variant(s)

2011-09-01 Thread Alexey I. Froloff
Usage: rpmbuild --rebuild \ -D 'kversion KERNEL_VERSION' \ -D 'kflavors FLAVORS TO BUILD' \ openvswitch-kmod-VERSION-RELEASE.src.rpm Signed-off-by: Alexey I. Froloff --- rhel/openvswitch-kmod-rhel6.spec.in | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --gi