forked from pool/openvswitch
spec file clean up, added the proper dependencies adding python functions and upstream version 1.1.0 (previous was 1.1.0 pre15), python-pyside is optional, re-enabled kmp packages OBS-URL: https://build.opensuse.org/request/show/70540 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=3
24 lines
1.2 KiB
Diff
24 lines
1.2 KiB
Diff
diff -uNr old-openvswitch-1.1.0//xenserver/automake.mk openvswitch-1.1.0/xenserver/automake.mk
|
|
--- old-openvswitch-1.1.0//xenserver/automake.mk 2011-05-17 13:36:17.041407719 +0200
|
|
+++ openvswitch-1.1.0/xenserver/automake.mk 2011-05-17 13:37:30.827407720 +0200
|
|
@@ -27,4 +27,5 @@
|
|
xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync \
|
|
xenserver/usr_share_openvswitch_scripts_sysconfig.template \
|
|
xenserver/usr_share_openvswitch_scripts_xen-bugtool-tc-class-show \
|
|
+ xenserver/etc_sysconfig_openvswitch \
|
|
xenserver/uuid.py
|
|
diff -uNr old-openvswitch-1.1.0//xenserver/etc_sysconfig_openvswitch openvswitch-1.1.0/xenserver/etc_sysconfig_openvswitch
|
|
--- old-openvswitch-1.1.0//xenserver/etc_sysconfig_openvswitch 1970-01-01 01:00:00.000000000 +0100
|
|
+++ openvswitch-1.1.0/xenserver/etc_sysconfig_openvswitch 2011-05-17 13:40:26.280407720 +0200
|
|
@@ -0,0 +1,10 @@
|
|
+### Configuration options for openvswitch
|
|
+
|
|
+# Copyright (C) 2009, 2010 Nicira Networks, Inc.
|
|
+#
|
|
+# Copying and distribution of this file, with or without modification,
|
|
+# are permitted in any medium without royalty provided the copyright
|
|
+# notice and this notice are preserved. This file is offered as-is,
|
|
+# without warranty of any kind.
|
|
+
|
|
+NETWORK_MODE=openvswitch
|