forked from pool/openvswitch
- disable shipped kmp module build for newer distros
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=66
This commit is contained in:
parent
edc370eb6c
commit
174601bd70
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 08:40:15 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- disable shipped kmp module build for newer distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 07:11:35 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
@ -18,9 +18,15 @@
|
||||
|
||||
# needssslcertforbuild
|
||||
|
||||
%if %suse_version > 1315
|
||||
# The shipped one does not build against newer kernel versions
|
||||
%bcond_with kmp
|
||||
%bcond_without kernel_kmp
|
||||
%else
|
||||
%bcond_without kmp
|
||||
# Don't build in-kernel module, the shipped one is more feature rich:
|
||||
%bcond_with kernel_kmp
|
||||
%endif
|
||||
|
||||
# IpSec build disabled temporarily (need to upgrade ipsec-tools):
|
||||
%bcond_with ipsec
|
||||
# Disable GUI building by default (heavy Qt4 dependencies):
|
||||
|
Loading…
Reference in New Issue
Block a user