[ovs-dev] [PATCH 1/3] xenserver: Put vport-*.ko in kernel module package.

Justin Pettit jpettit at nicira.com
Sun Apr 5 19:28:46 UTC 2015


Thanks for fixing this.  In the "Open vSwitch kernel module" section, there's a part where "openvswitch.ko" is listed under "Provides:".  Should the vport kernel modules also be included?

Acked-by: Justin Pettit <jpettit at nicira.com>

--Justin


> On Apr 5, 2015, at 12:12 PM, Ben Pfaff <blp at nicira.com> wrote:
> 
> Fixes a build error due to unpackaged files.
> 
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
> xenserver/openvswitch-xen.spec.in | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/xenserver/openvswitch-xen.spec.in b/xenserver/openvswitch-xen.spec.in
> index 4d98d2e..2902372 100644
> --- a/xenserver/openvswitch-xen.spec.in
> +++ b/xenserver/openvswitch-xen.spec.in
> @@ -1,6 +1,6 @@
> # Spec file for Open vSwitch.
> 
> -# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Nicira, Inc.
> +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc.
> #
> # Copying and distribution of this file, with or without modification,
> # are permitted in any medium without royalty provided the copyright
> @@ -502,3 +502,4 @@ exit 0
> 
> %files %{module_package}
> /lib/modules/%{xen_version}/extra/openvswitch/openvswitch.ko
> +/lib/modules/%{xen_version}/extra/openvswitch/vport-*.ko
> -- 
> 2.1.3
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list