Re: [ovs-dev] [PATCH] vagrant: Build kernel module RPM

2015-01-09 Thread Thomas Graf
On 01/09/15 at 11:10am, Andy Zhou wrote: > Thomas, Thanks for fixing this. > > Acked-by: Andy Zhou Thanks, pushed to master. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] vagrant: Build kernel module RPM

2015-01-09 Thread Andy Zhou
Thomas, Thanks for fixing this. Acked-by: Andy Zhou On Fri, Jan 9, 2015 at 7:25 AM, Thomas Graf wrote: > Installs the kernel-devel package of the currently running kernel and > builds the kmod RPM in the "install_rpm" phase. > > Signed-off-by: Thomas Graf > --- > Vagrantfile | 4 +++- > 1 fil

[ovs-dev] [PATCH] vagrant: Build kernel module RPM

2015-01-09 Thread Thomas Graf
Installs the kernel-devel package of the currently running kernel and builds the kmod RPM in the "install_rpm" phase. Signed-off-by: Thomas Graf --- Vagrantfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 82b157c..1cacd3b 100644 --- a/Va