2013-03-08 15:12:33 +01:00
|
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-05-20 21:19:18 +02:00
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
2010-12-11 17:10:38 +01:00
|
|
|
|
# norootforbuild
|
2011-01-11 16:04:59 +01:00
|
|
|
|
|
|
|
|
|
%define build_kmp 1
|
2013-03-08 15:12:33 +01:00
|
|
|
|
# never build in kernel module, as openvswitch shipped one is more feature
|
|
|
|
|
# rich
|
2012-05-03 09:51:43 +02:00
|
|
|
|
%define build_in_kernel_kmp 0
|
2013-03-12 14:37:52 +01:00
|
|
|
|
## ipsec build tempoaaryr disabled (need to upgrade ipsec-tools)
|
|
|
|
|
%define build_ipsec 0
|
2012-05-03 09:51:43 +02:00
|
|
|
|
|
2011-05-20 21:19:18 +02:00
|
|
|
|
Name: openvswitch
|
2013-03-02 13:51:25 +01:00
|
|
|
|
Version: 1.9.0
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Release: 2
|
2012-07-31 21:31:44 +02:00
|
|
|
|
License: Apache-2.0
|
2011-05-20 21:19:18 +02:00
|
|
|
|
Summary: An open source, production quality, multilayer virtual switch
|
2012-02-25 13:59:37 +01:00
|
|
|
|
Url: http://openswitch.org/
|
2011-05-20 21:19:18 +02:00
|
|
|
|
Group: Productivity/Networking/System
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Source0: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
|
2012-02-25 13:59:37 +01:00
|
|
|
|
Source1: preamble
|
2012-03-14 11:03:21 +01:00
|
|
|
|
Source2: openvswitch-switch.init
|
|
|
|
|
Source3: openvswitch-switch.template
|
|
|
|
|
Source4: openvswitch-switch.logrotate
|
|
|
|
|
Source5: openvswitch-controller.init
|
2013-03-23 09:19:57 +01:00
|
|
|
|
Source6: openvswitch-controller.sysconfig
|
2013-03-08 15:12:33 +01:00
|
|
|
|
# brcompat is going to be deprecated soon
|
2012-07-31 21:31:44 +02:00
|
|
|
|
# PATCH-FEATURE-UPSTREAM openvswitch-1.7.0-stp-fwd-delay.patch -- Set STP bridge forward delay
|
|
|
|
|
Patch1: %name-1.7.0-stp-fwd-delay.patch
|
2012-02-25 13:59:37 +01:00
|
|
|
|
BuildRequires: autoconf automake libtool
|
2011-05-20 21:19:18 +02:00
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
|
BuildRequires: openssl libopenssl-devel
|
|
|
|
|
BuildRequires: valgrind-devel
|
|
|
|
|
BuildRequires: graphviz
|
|
|
|
|
BuildRequires: python-devel
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Requires: python
|
2011-05-20 21:19:18 +02:00
|
|
|
|
Requires: openssl
|
|
|
|
|
Requires: logrotate
|
2013-03-09 07:51:43 +01:00
|
|
|
|
Provides: openvswitch-common = %version
|
|
|
|
|
Obsoletes: openvswitch-common <= 1.9.0
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%py_requires
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-11 17:10:38 +01:00
|
|
|
|
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%description
|
|
|
|
|
Open vSwitch is a production quality, multilayer virtual switch licensed under
|
|
|
|
|
the open source Apache 2.0 license. It is designed to enable massive network automation
|
|
|
|
|
through programmatic extension, while still supporting standard management interfaces
|
|
|
|
|
and protocols (e.g. NetFlow, sFlow, RSPAN, ERSPAN, CLI, LACP, 802.1ag). In addition,
|
|
|
|
|
it is designed to support distribution across multiple physical servers similar to
|
|
|
|
|
VMware’s vNetwork distributed vswitch or Cisco’s Nexus 1000V.
|
2010-12-11 17:10:38 +01:00
|
|
|
|
|
2011-01-11 16:04:59 +01:00
|
|
|
|
%if 0%{?build_kmp}
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%package -n %{name}-kmp
|
2012-02-25 13:59:37 +01:00
|
|
|
|
Group: System/Kernel
|
|
|
|
|
License: GPLv2
|
|
|
|
|
Summary: Open vSwitch kernel modules
|
|
|
|
|
BuildRequires: %kernel_module_package_buildreqs
|
2012-05-03 09:51:43 +02:00
|
|
|
|
%if 0%{?build_in_kernel_kmp}
|
|
|
|
|
BuildRequires: kernel-source
|
|
|
|
|
%endif
|
2012-02-25 13:59:37 +01:00
|
|
|
|
%suse_kernel_module_package -p %_sourcedir/preamble ec2 xen xenpae vmi um
|
2010-12-11 17:10:38 +01:00
|
|
|
|
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%description -n %{name}-kmp
|
2010-12-11 17:10:38 +01:00
|
|
|
|
Kernel modules supporting the openvswitch datapath
|
2011-01-11 16:04:59 +01:00
|
|
|
|
%endif
|
2010-12-11 17:10:38 +01:00
|
|
|
|
|
2013-03-12 14:37:52 +01:00
|
|
|
|
|
|
|
|
|
%if 0%{?build_ipsec}
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%package ipsec
|
|
|
|
|
Summary: Open vSwitch GRE-over-IPsec support
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Group: Productivity/Networking/System
|
2012-03-14 11:03:21 +01:00
|
|
|
|
Requires: python
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Requires: python-argparse
|
2012-03-14 11:03:21 +01:00
|
|
|
|
Requires: ipsec-tools >= 0.8
|
|
|
|
|
Requires: racoon >= 0.8
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Requires: openvswitch = %{version}
|
2012-03-14 11:03:21 +01:00
|
|
|
|
Requires: openvswitch-switch = %{version}
|
|
|
|
|
Requires: python-openvswitch = %{version}
|
2013-03-08 15:12:33 +01:00
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%description ipsec
|
|
|
|
|
The ovs-monitor-ipsec script provides support for encrypting GRE
|
|
|
|
|
tunnels with IPsec.
|
|
|
|
|
|
|
|
|
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
2013-03-12 14:37:52 +01:00
|
|
|
|
%endif
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
|
|
|
|
%package switch
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Suggests: openvswitch-kmp
|
2012-03-14 11:03:21 +01:00
|
|
|
|
PreReq: %insserv_prereq %fillup_prereq
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Requires: openvswitch = %{version}
|
2012-03-14 11:03:21 +01:00
|
|
|
|
Requires: module-init-tools
|
|
|
|
|
Requires: procps
|
|
|
|
|
Requires: uuid-runtime
|
|
|
|
|
Requires: python
|
|
|
|
|
Summary: Open vSwitch switch implementations
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Group: Productivity/Networking/System
|
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%description switch
|
|
|
|
|
openvswitch-switch provides the userspace components and utilities for
|
|
|
|
|
he Open vSwitch kernel-based switch.
|
|
|
|
|
|
|
|
|
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
|
|
|
|
|
|
|
|
|
%package pki
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Requires: openvswitch = %{version}
|
2012-03-14 11:03:21 +01:00
|
|
|
|
Summary: Open vSwitch public key infrastructure dependency package
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Group: Productivity/Networking/System
|
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%description pki
|
|
|
|
|
openvswitch-pki provides PKI (public key infrastructure) support for
|
|
|
|
|
Open vSwitch switches and controllers, reducing the risk of
|
|
|
|
|
man-in-the-middle attacks on the Open vSwitch network infrastructure.
|
|
|
|
|
|
|
|
|
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
|
|
|
|
|
|
|
|
|
%package controller
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Requires: openvswitch = %{version}
|
2012-03-14 11:03:21 +01:00
|
|
|
|
Summary: Open vSwitch controller implementation
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Group: Productivity/Networking/System
|
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%description controller
|
|
|
|
|
The Open vSwitch controller enables OpenFlow switches that connect to it
|
|
|
|
|
to act as MAC-learning Ethernet switches.
|
|
|
|
|
|
|
|
|
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
|
|
|
|
|
|
|
|
|
%package brcompat
|
|
|
|
|
Requires: openvswitch-switch = %{version}
|
|
|
|
|
Recommends: bridge-utils
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Summary: Open vSwitch bridge compatibility support (deprecated)
|
|
|
|
|
Group: Productivity/Networking/System
|
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%description brcompat
|
|
|
|
|
openvswitch-brcompat provides a way for applications that use the
|
|
|
|
|
Linux bridge to gradually migrate to Open vSwitch. Programs that
|
|
|
|
|
ordinarily control the Linux bridge module, such as "brctl", instead
|
2013-03-08 15:12:33 +01:00
|
|
|
|
control the Open vSwitch kernel-based switch. Please note that this
|
|
|
|
|
feature is deprecated and will ve removed soon.
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
|
|
|
|
Once this package is installed, adding BRCOMPAT=yes in
|
|
|
|
|
/etc/default/openvswitch-switch enables bridge compatibility.
|
|
|
|
|
|
|
|
|
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
|
|
|
|
|
|
|
|
|
%package -n python-openvswitch
|
|
|
|
|
Requires: python
|
|
|
|
|
Summary: Python bindings for Open vSwitch
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Group: Productivity/Networking/System
|
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%description -n python-openvswitch
|
|
|
|
|
This package contains the full Python bindings for Open vSwitch database.
|
|
|
|
|
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%package -n python-openvswitch-test
|
|
|
|
|
Requires: python
|
|
|
|
|
Summary: Python bindings for Open vSwitch
|
|
|
|
|
Group: Productivity/Networking/System
|
|
|
|
|
|
|
|
|
|
%description -n python-openvswitch-test
|
|
|
|
|
This package contains the full Python bindings for Open vSwitch database.
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?sles_version}
|
|
|
|
|
%package ovsdbmonitor
|
|
|
|
|
BuildRequires: python-qt4-devel
|
|
|
|
|
BuildRequires: python-twisted
|
|
|
|
|
BuildRequires: python-zopeinterface
|
|
|
|
|
BuildRequires: python-pyside
|
|
|
|
|
Requires: python-pyside
|
|
|
|
|
Requires: python-qt4
|
|
|
|
|
Requires: python-twisted
|
|
|
|
|
Requires: python-zopeinterface
|
|
|
|
|
Requires: python-openvswitch
|
|
|
|
|
Requires: python-pyasn1
|
|
|
|
|
Summary: Open vSwitch graphical monitoring tool
|
|
|
|
|
Group: Productivity/Networking/System
|
|
|
|
|
|
|
|
|
|
%description ovsdbmonitor
|
2012-03-14 11:03:21 +01:00
|
|
|
|
This package is a GUI tool for monitoring and troubleshooting local
|
|
|
|
|
or remote Open vSwitch installations. It presents GUI tables that
|
|
|
|
|
graphically represent an Open vSwitch kernel flow table (similar to
|
|
|
|
|
"ovs-dpctl dump-flows") and Open vSwitch database contents (similar
|
|
|
|
|
to "ovs-vsctl list <table>").
|
|
|
|
|
|
|
|
|
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%endif
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
|
|
|
|
%package test
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Requires: python-twisted
|
2012-03-14 11:03:21 +01:00
|
|
|
|
Requires: python
|
|
|
|
|
Requires: python-argparse
|
2013-03-08 15:12:33 +01:00
|
|
|
|
Requires: python-openvswitch-test = %{version}
|
|
|
|
|
Summary: Open vSwitch test package
|
|
|
|
|
Group: Productivity/Networking/System
|
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%description test
|
|
|
|
|
This package contains utilities that are useful to diagnose
|
|
|
|
|
performance and connectivity issues in Open vSwitch setup.
|
|
|
|
|
|
|
|
|
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
|
|
|
|
|
2010-12-11 17:10:38 +01:00
|
|
|
|
%prep
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%setup -q
|
2011-01-11 16:04:59 +01:00
|
|
|
|
%patch1 -p1
|
2013-03-02 13:51:25 +01:00
|
|
|
|
|
2011-05-20 21:19:18 +02:00
|
|
|
|
set -- *
|
|
|
|
|
mkdir source
|
|
|
|
|
mv "$@" source/
|
2010-12-11 17:10:38 +01:00
|
|
|
|
mkdir obj
|
2011-05-20 21:19:18 +02:00
|
|
|
|
|
|
|
|
|
%build
|
2010-12-11 17:10:38 +01:00
|
|
|
|
pushd source
|
2013-03-08 15:12:33 +01:00
|
|
|
|
# don't call boot.sh, we don't have appropriate autoconf there
|
|
|
|
|
%if ! 0%{?sles_version}
|
2010-12-11 17:10:38 +01:00
|
|
|
|
bash -x boot.sh
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%endif
|
2010-12-11 17:10:38 +01:00
|
|
|
|
popd
|
2011-01-11 16:04:59 +01:00
|
|
|
|
%if 0%{?build_kmp}
|
2012-05-03 09:51:43 +02:00
|
|
|
|
%if 0%{?build_in_kernel_kmp}
|
|
|
|
|
for flavor in %flavors_to_build; do
|
|
|
|
|
mkdir -p $flavor
|
|
|
|
|
cp -a $RPM_SOURCE_DIR/Module.supported $flavor/
|
|
|
|
|
krel=$(make -s -C /usr/src/linux-obj/%_target_cpu/$flavor kernelrelease)
|
|
|
|
|
kernel_source_dir=$(readlink /lib/modules/$krel/source)
|
|
|
|
|
cp -a $kernel_source_dir/net/openvswitch/* $flavor/
|
|
|
|
|
make -C %{kernel_source $flavor} modules M=$PWD/$flavor
|
|
|
|
|
done
|
|
|
|
|
%else
|
2011-01-11 16:04:59 +01:00
|
|
|
|
export EXTRA_CFLAGS='-DVERSION=\"%version\"'
|
2011-05-20 21:19:18 +02:00
|
|
|
|
for flavor in %flavors_to_build; do
|
2010-12-11 17:10:38 +01:00
|
|
|
|
rm -rf obj/$flavor
|
|
|
|
|
cp -r source obj/$flavor
|
|
|
|
|
pushd obj/$flavor
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%configure \
|
|
|
|
|
--with-logdir=/var/log \
|
2011-08-08 21:19:28 +02:00
|
|
|
|
--with-linux=/usr/src/linux-obj/%_target_cpu/$flavor \
|
|
|
|
|
--with-linux-source=/usr/src/linux
|
|
|
|
|
cd datapath/linux
|
2010-12-11 17:10:38 +01:00
|
|
|
|
make
|
|
|
|
|
popd
|
|
|
|
|
done
|
2011-01-11 16:04:59 +01:00
|
|
|
|
%endif
|
2012-05-03 09:51:43 +02:00
|
|
|
|
%endif
|
2010-12-11 17:10:38 +01:00
|
|
|
|
ls source
|
|
|
|
|
pushd source
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%configure \
|
|
|
|
|
--with-logdir=/var/log
|
2010-12-11 17:10:38 +01:00
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%install
|
2011-01-11 16:04:59 +01:00
|
|
|
|
%if 0%{?build_kmp}
|
2011-05-20 21:19:18 +02:00
|
|
|
|
export INSTALL_MOD_PATH=%{buildroot}
|
2010-12-11 17:10:38 +01:00
|
|
|
|
export INSTALL_MOD_DIR=updates
|
2011-05-20 21:19:18 +02:00
|
|
|
|
for flavor in %flavors_to_build; do
|
2012-05-03 09:51:43 +02:00
|
|
|
|
%if 0%{?build_in_kernel_kmp}
|
|
|
|
|
make -C %{kernel_source $flavor} modules_install M=$PWD/$flavor
|
|
|
|
|
%else
|
2011-08-08 21:19:28 +02:00
|
|
|
|
pushd obj/$flavor/datapath/linux
|
2010-12-11 17:10:38 +01:00
|
|
|
|
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install M=$PWD
|
|
|
|
|
popd
|
2012-05-03 09:51:43 +02:00
|
|
|
|
%endif
|
2010-12-11 17:10:38 +01:00
|
|
|
|
done
|
2011-01-11 16:04:59 +01:00
|
|
|
|
%endif
|
2010-12-11 17:10:38 +01:00
|
|
|
|
pushd source
|
2011-05-20 21:19:18 +02:00
|
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
install -d -m 755 %{buildroot}/%_sysconfdir/init.d
|
|
|
|
|
install -d -m 755 %{buildroot}/var/adm/fillup-templates
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
|
|
|
|
install -m 644 %SOURCE3 \
|
|
|
|
|
%{buildroot}/var/adm/fillup-templates/sysconfig.%{name}-switch
|
2013-03-23 09:19:57 +01:00
|
|
|
|
install -m 644 %SOURCE6 \
|
|
|
|
|
%{buildroot}/var/adm/fillup-templates/sysconfig.%{name}-controller
|
2012-03-14 11:03:21 +01:00
|
|
|
|
install -m 755 %SOURCE2 \
|
|
|
|
|
%{buildroot}/%_sysconfdir/init.d/%{name}-switch
|
2013-03-08 15:12:33 +01:00
|
|
|
|
ln -s %_sysconfdir/init.d/%{name}-switch %{buildroot}%{_sbindir}/rc%{name}-switch
|
2012-03-14 11:03:21 +01:00
|
|
|
|
install -m 755 %SOURCE5 \
|
|
|
|
|
%{buildroot}/%_sysconfdir/init.d/%{name}-controller
|
2013-03-08 15:12:33 +01:00
|
|
|
|
ln -s %_sysconfdir/init.d/%{name}-controller %{buildroot}%{_sbindir}/rc%{name}-controller
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
|
|
|
|
|
2011-05-20 21:19:18 +02:00
|
|
|
|
install -d -m 755 %{buildroot}/%_sysconfdir/sysconfig
|
|
|
|
|
install -d -m 755 %{buildroot}/%_sysconfdir/logrotate.d
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
|
|
|
|
install -m 644 %SOURCE4 \
|
|
|
|
|
%{buildroot}/%_sysconfdir/logrotate.d/%{name}-switch
|
2011-05-20 21:19:18 +02:00
|
|
|
|
install -d -m 755 %{buildroot}/%_sysconfdir/profile.d
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
2011-05-20 21:19:18 +02:00
|
|
|
|
install -d -m 755 %{buildroot}/%{_datadir}/%{name}/scripts
|
2010-12-11 17:10:38 +01:00
|
|
|
|
install -m 644 vswitchd/vswitch.ovsschema \
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%{buildroot}/%{_datadir}/%{name}/vswitch.ovsschema
|
2013-03-12 14:37:52 +01:00
|
|
|
|
%if 0%{?build_ipsec}
|
2013-03-08 15:12:33 +01:00
|
|
|
|
install -m 755 debian/ovs-monitor-ipsec \
|
|
|
|
|
%{buildroot}/%{_datadir}/%{name}/ovs-monitor-ipsec
|
2013-03-12 14:37:52 +01:00
|
|
|
|
%endif
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
2010-12-11 17:10:38 +01:00
|
|
|
|
popd
|
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{__mkdir_p} %{buildroot}%{py_sitedir}
|
|
|
|
|
mv %{buildroot}%{_datadir}/%{name}/python/* %{buildroot}%{py_sitedir}
|
|
|
|
|
rmdir %{buildroot}%{_datadir}/%{name}/python
|
|
|
|
|
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%clean
|
|
|
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
2010-12-11 17:10:38 +01:00
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%post switch
|
|
|
|
|
%{fillup_and_insserv openvswitch-switch}
|
2011-01-11 16:04:59 +01:00
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%preun switch
|
|
|
|
|
%stop_on_removal openvswitch-switch
|
2011-01-11 16:04:59 +01:00
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%files brcompat
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%defattr(-,root,root)
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_sbindir}/ovs-brcompatd
|
|
|
|
|
%{_mandir}/man8/ovs-brcompatd.8.gz
|
|
|
|
|
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%files
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_datadir}/openvswitch
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%doc source/AUTHORS source/DESIGN source/INSTALL.* source/NOTICE
|
2012-02-25 13:59:37 +01:00
|
|
|
|
%doc source/REPORTING-BUGS source/PORTING
|
2011-05-20 21:19:18 +02:00
|
|
|
|
%doc source/SubmittingPatches source/CodingStyle source/README
|
|
|
|
|
%doc source/WHY-OVS source/COPYING source/README-gcov
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_bindir}/ovs-appctl
|
|
|
|
|
%{_bindir}/ovs-benchmark
|
|
|
|
|
%{_bindir}/ovs-ofctl
|
|
|
|
|
%{_bindir}/ovs-parse-leaks
|
|
|
|
|
%{_bindir}/ovsdb-client
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_bindir}/ovs-parse-backtrace
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_sbindir}/ovs-bugtool
|
|
|
|
|
%{_sbindir}/ovs-vlan-bug-workaround
|
|
|
|
|
%dir %{_datadir}/openvswitch/scripts
|
|
|
|
|
%{_datadir}/openvswitch/bugtool-plugins
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-cfm-show
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-lacp-show
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-tc-class-show
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-ovsdb-dump
|
2012-07-31 21:31:44 +02:00
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-bond-show
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-coverage-show
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-daemons-ver
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-vsctl-show
|
2013-03-02 13:51:25 +01:00
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-bugtool-memory-show
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_mandir}/man1/ovs-benchmark.1.gz
|
|
|
|
|
%{_mandir}/man1/ovsdb-client.1.gz
|
|
|
|
|
%{_mandir}/man8/ovs-appctl.8.gz
|
|
|
|
|
%{_mandir}/man8/ovs-bugtool.8.gz
|
|
|
|
|
%{_mandir}/man8/ovs-ofctl.8.gz
|
|
|
|
|
%{_mandir}/man8/ovs-parse-leaks.8.gz
|
|
|
|
|
%{_mandir}/man8/ovs-vlan-bug-workaround.8.gz
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_mandir}/man8/ovs-parse-backtrace.8.gz
|
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
|
|
|
|
%files pki
|
2012-04-05 18:51:01 +02:00
|
|
|
|
%defattr(-,root,root)
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_mandir}/man8/ovs-pki.8.gz
|
|
|
|
|
%{_bindir}/ovs-pki
|
2011-05-20 21:19:18 +02:00
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%files controller
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/ovs-controller
|
|
|
|
|
%{_sysconfdir}/init.d/openvswitch-controller
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_sbindir}/rc%{name}-controller
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_mandir}/man8/ovs-controller.8.gz
|
2013-03-23 09:19:57 +01:00
|
|
|
|
/var/adm/fillup-templates/sysconfig.openvswitch-controller
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
|
|
|
|
%files -n python-openvswitch
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{py_sitedir}/ovs
|
|
|
|
|
%{py_sitedir}/ovs/*
|
|
|
|
|
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%files -n python-openvswitch-test
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{py_sitedir}/ovstest
|
|
|
|
|
%{py_sitedir}/ovstest/*
|
|
|
|
|
|
2013-03-12 14:37:52 +01:00
|
|
|
|
%if 0%{?build_ipsec}
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%files ipsec
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_datadir}/openvswitch/ovs-monitor-ipsec
|
2013-03-12 14:37:52 +01:00
|
|
|
|
%endif
|
2013-03-08 15:12:33 +01:00
|
|
|
|
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%files switch
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/ovs-dpctl
|
|
|
|
|
%{_bindir}/ovs-tcpundump
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_bindir}/ovs-pcap
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_bindir}/ovs-vsctl
|
|
|
|
|
%{_bindir}/ovsdb-tool
|
|
|
|
|
%{_sbindir}/ovs-vswitchd
|
|
|
|
|
%{_sbindir}/ovsdb-server
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-check-dead-ifs
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-ctl
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-lib
|
|
|
|
|
%{_datadir}/openvswitch/scripts/ovs-save
|
|
|
|
|
%{_datadir}/openvswitch/vswitch.ovsschema
|
|
|
|
|
/var/adm/fillup-templates/sysconfig.openvswitch-switch
|
|
|
|
|
%{_sysconfdir}/init.d/openvswitch-switch
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_sbindir}/rc%{name}-switch
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/openvswitch-switch
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_mandir}/man8/ovs-dpctl.8.gz
|
|
|
|
|
%{_mandir}/man1/ovs-tcpundump.1.gz
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_mandir}/man1/ovs-pcap.1.gz
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_mandir}/man8/ovs-vsctl.8.gz
|
|
|
|
|
%{_mandir}/man1/ovsdb-tool.1.gz
|
|
|
|
|
%{_mandir}/man8/ovs-vswitchd.8.gz
|
|
|
|
|
%{_mandir}/man1/ovsdb-server.1.gz
|
|
|
|
|
%{_mandir}/man5/ovs-vswitchd.conf.db.5.gz
|
|
|
|
|
%{_mandir}/man8/ovs-ctl.8.gz
|
|
|
|
|
|
|
|
|
|
%files test
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/ovs-test
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_bindir}/ovs-l3ping
|
|
|
|
|
%{_bindir}/ovs-vlan-test
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_mandir}/man8/ovs-test.8.gz
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%{_mandir}/man8/ovs-l3ping.8.gz
|
|
|
|
|
%{_mandir}/man8/ovs-vlan-test.8.gz
|
2012-03-14 11:03:21 +01:00
|
|
|
|
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%if ! 0%{?sles_version}
|
|
|
|
|
%files ovsdbmonitor
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_bindir}/ovsdbmonitor
|
2012-07-31 21:31:44 +02:00
|
|
|
|
%dir %{_datadir}/ovsdbmonitor
|
|
|
|
|
%{_datadir}/applications/ovsdbmonitor.desktop
|
|
|
|
|
%{_datadir}/ovsdbmonitor/*
|
2012-03-14 11:03:21 +01:00
|
|
|
|
%{_mandir}/man1/ovsdbmonitor.1.gz
|
2013-03-08 15:12:33 +01:00
|
|
|
|
%endif
|
2011-05-20 21:19:18 +02:00
|
|
|
|
|
2010-12-11 17:10:38 +01:00
|
|
|
|
%changelog
|