[ovs-git] [openvswitch/ovs] 8c7c9d: rhel: Make openvswitch-kmod-fedora.spec build.

GitHub noreply at github.com
Fri Jan 29 21:25:50 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 8c7c9dd2a9a76c61e73c39226177d58ea9490d32
      https://github.com/openvswitch/ovs/commit/8c7c9dd2a9a76c61e73c39226177d58ea9490d32
  Author: Russell Bryant <russell at ovn.org>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M rhel/openvswitch-kmod-fedora.spec.in

  Log Message:
  -----------
  rhel: Make openvswitch-kmod-fedora.spec build.

I tried building this package on Fedora 23 and it failed for a couple of
different reasons.

This package tried to install modules without specifying the rpm build
root as an install prefix.  The result was just attempting to install
the modules on the system, which luckily failed since I wasn't running
rpmbuild as root.

The package also then tried to manually install the modules into the rpm
build root, which is unnecessary once modules_install is pointed to the
right place.

Finally, the package build failed with a completely unhelpful error
which turned out to be because it didn't know how to generate
a debuginfo pacakge.  I turned off the debug package for now.  At least
it builds now, which is an improvement.

Signed-off-by: Russell Bryant <russell at ovn.org>
Suggested-by: Flavio Leitner <fbl at redhat.com>
Acked-by: Flavio Leitner <fbl at redhat.com>
Acked-by: Gurucharan Shetty <guru at ovn.org>




More information about the git mailing list