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 <[email protected]> --Justin > On Apr 5, 2015, at 12:12 PM, Ben Pfaff <[email protected]> wrote: > > Fixes a build error due to unpackaged files. > > Signed-off-by: Ben Pfaff <[email protected]> > --- > 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 > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
