On Thu, Sep 20, 2018 at 12:19:29PM -0700, Martin Xu wrote:
> This patch fixes the path for ovs-kmod-manage.sh script in the
> openvswitch-kmod RPM in fedora spec file. Currently the path prefix is
> hard coded to /usr/share. Use %{_datadir} instead.
>
> Fixes 22c33c303932 (rhel: support kmod build
Thanks for the review!
Martin
On Fri, Sep 21, 2018 at 5:24 AM Flavio Leitner wrote:
> On Thu, Sep 20, 2018 at 12:19:29PM -0700, Martin Xu wrote:
> > This patch fixes the path for ovs-kmod-manage.sh script in the
> > openvswitch-kmod RPM in fedora spec file. Currently the path prefix is
> > hard
This patch fixes the path for ovs-kmod-manage.sh script in the
openvswitch-kmod RPM in fedora spec file. Currently the path prefix is
hard coded to /usr/share. Use %{_datadir} instead.
Fixes 22c33c303932 (rhel: support kmod build against mulitple kernel
versions, fedora)
Signed-off-by: Martin Xu