- 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:
Dirk Mueller 2014-09-23 08:40:24 +00:00 committed by Git OBS Bridge
parent edc370eb6c
commit 174601bd70
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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):