[ovs-git] [openvswitch/ovs] e7e546: xenserver: Use kernel uname version for XenServer ...

GitHub noreply at github.com
Sat May 2 17:55:49 UTC 2015


  Branch: refs/heads/branch-2.3
  Home:   https://github.com/openvswitch/ovs
  Commit: e7e5467e00bab0683896d0eb71732238098111c5
      https://github.com/openvswitch/ovs/commit/e7e5467e00bab0683896d0eb71732238098111c5
  Author: Edwin Chiu <echiu at vmware.com>
  Date:   2015-05-02 (Sat, 02 May 2015)

  Changed paths:
    M INSTALL.XenServer
    M xenserver/openvswitch-xen.spec.in

  Log Message:
  -----------
  xenserver: Use kernel uname version for XenServer 6.5

In XenServer 6.5, multiple kernel packages with different
rpm versions can have the same uname.  So, it is not
necessary for openvswitch kernel module to require the
exact rpm version.  Instead, the kernel module package
should check the uname version.

This commit will add a new variable %{kernel_uname} to
specify whether to use kernel uname version or kernel
rpm version as requirement.

When %{kernel_name} is used, openvswitch-module will have
"Requires: kernel-uname-r = <uname version>" set instead of
"Requires: kernel = <version>".

Reported-by: Gosen Chien <astgosen at ccu.edu.tw>
Signed-off-by: Edwin Chiu <echiu at vmware.com>
Signed-off-by: Alex Wang <alexw at nicira.com>




More information about the git mailing list