[ovs-git] [openvswitch/ovs] 95c6aa: xenserver: Fix build spec for XenServer 6.5.

GitHub noreply at github.com
Tue Mar 10 22:35:50 UTC 2015


  Branch: refs/heads/branch-2.3
  Home:   https://github.com/openvswitch/ovs
  Commit: 95c6aa035e66f3c4c7f2cdf9323cfd99d30d5faa
      https://github.com/openvswitch/ovs/commit/95c6aa035e66f3c4c7f2cdf9323cfd99d30d5faa
  Author: Edwin Chiu <echiu at vmware.com>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

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

  Log Message:
  -----------
  xenserver: Fix build spec for XenServer 6.5.

The latest XenServer 6.5 uses a new way for kernel version naming.
Therein, the kernel flavor could not be found anymore.  Also, the
directory name in 'lib/modules/' becomes a shortened version of
kernel version. e.g.:

[root at localhost ~]# ls /lib/modules/
3.10.0+2

As a workaround, this commit modifies the spec file to make
%{kernel_flavor} optional and %{xen_version} definable by users.
In the long run, I'd like to spend time refining the spec file.

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