[ovs-git] [openvswitch/ovs] ba119c: rhel7: Fix rpm install failure.

GitHub noreply at github.com
Thu Oct 9 16:20:24 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: ba119c1371f2579dc412855a46b533e442210f4d
      https://github.com/openvswitch/ovs/commit/ba119c1371f2579dc412855a46b533e442210f4d
  Author: Alex Wang <alexw at nicira.com>
  Date:   2014-10-09 (Thu, 09 Oct 2014)

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

  Log Message:
  -----------
  rhel7: Fix rpm install failure.

When trying to install the kernel module rpm built for RHEL7,
the install failed with following conflicts:

  # rpm -i kmod-openvswitch-2.3.1-1.el7.x86_64.rpm
    file /lib/modules/3.10.0-123.8.1.el7.x86_64/modules.devname
    from install of kmod-openvswitch-2.3.1-1.el7.x86_64 conflicts
    with file from package kernel-3.10.0-123.8.1.el7.x86_64

    file /lib/modules/3.10.0-123.8.1.el7.x86_64/modules.softdep
    from install of kmod-openvswitch-2.3.1-1.el7.x86_64 conflicts
    with file from package kernel-3.10.0-123.8.1.el7.x86_64

Similar issue has already been reported and solved here:

    https://bugzilla.redhat.com/show_bug.cgi?id=1003267

This commit applies the solution in the link to ovs.

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Gurucharan Shetty <gshetty at nicira.com>




More information about the git mailing list