forked from pool/openvswitch
Accepting request 156896 from home:edssvirt:branches:network
- New upstream version 1.9.0 http://openvswitch.org/releases/NEWS-1.9.0 OBS-URL: https://build.opensuse.org/request/show/156896 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=16
This commit is contained in:
parent
c275e1b90e
commit
0cf858bdaa
@ -1,11 +0,0 @@
|
||||
--- utilities/ovs-pki.in 2012/11/15 08:47:04 1.1
|
||||
+++ utilities/ovs-pki.in 2012/11/15 08:51:37
|
||||
@@ -219,7 +219,7 @@
|
||||
|
||||
mkdir -p certs crl newcerts
|
||||
mkdir -p -m 0700 private
|
||||
- mkdir -p -m 0733 incoming
|
||||
+ mkdir -p -m 0700 incoming
|
||||
touch index.txt
|
||||
test -e crlnumber || echo 01 > crlnumber
|
||||
test -e serial || echo 01 > serial
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a31fdae8400e9a1af89bd9031c83de15d4ba6dc2fb3ff92e5bf772577fa1c882
|
||||
size 2153423
|
3
openvswitch-1.9.0.tar.gz
Normal file
3
openvswitch-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:825730db82c7b46a142f057a43345590c299e66704ef7a88d9ed4ffd0c3d6b64
|
||||
size 2351740
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 22:17:11 UTC 2013 - e.istomin@edss.ee
|
||||
|
||||
- New upstream version 1.9.0
|
||||
http://openvswitch.org/releases/NEWS-1.9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 08:59:41 UTC 2012 - rhafer@suse.com
|
||||
|
||||
|
@ -29,13 +29,13 @@
|
||||
%bcond_with pyside
|
||||
|
||||
Name: openvswitch
|
||||
Version: 1.7.1
|
||||
Version: 1.9.0
|
||||
Release: 1
|
||||
License: Apache-2.0
|
||||
Summary: An open source, production quality, multilayer virtual switch
|
||||
Url: http://openswitch.org/
|
||||
Group: Productivity/Networking/System
|
||||
Source0: http://openvswitch.org/releases/openvswitch-1.7.1.tar.gz
|
||||
Source0: http://openvswitch.org/releases/openvswitch-1.9.0.tar.gz
|
||||
Source1: preamble
|
||||
|
||||
Source2: openvswitch-switch.init
|
||||
@ -45,8 +45,6 @@ Source4: openvswitch-switch.logrotate
|
||||
Source5: openvswitch-controller.init
|
||||
# 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
|
||||
# PATCH-FIX-UPSTREAM openvswitch-1.7.1-ovs-pki-permissions.patch [bnc#774332]
|
||||
Patch2: %name-1.7.1-ovs-pki-permissions.patch
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -207,7 +205,7 @@ Open vSwitch is a full-featured software-based Ethernet switch.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p0
|
||||
|
||||
|
||||
set -- *
|
||||
mkdir source
|
||||
@ -334,6 +332,7 @@ rmdir %{buildroot}%{_datadir}/%{name}/python
|
||||
%{_datadir}/openvswitch/scripts/ovs-bugtool-coverage-show
|
||||
%{_datadir}/openvswitch/scripts/ovs-bugtool-daemons-ver
|
||||
%{_datadir}/openvswitch/scripts/ovs-bugtool-vsctl-show
|
||||
%{_datadir}/openvswitch/scripts/ovs-bugtool-memory-show
|
||||
%{_datadir}/openvswitch/scripts/ovs-check-dead-ifs
|
||||
%{_mandir}/man1/ovs-benchmark.1.gz
|
||||
%{_mandir}/man1/ovsdb-client.1.gz
|
||||
@ -367,6 +366,8 @@ rmdir %{buildroot}%{_datadir}/%{name}/python
|
||||
%{_bindir}/ovs-vlan-test
|
||||
%{_bindir}/ovs-vsctl
|
||||
%{_bindir}/ovsdb-tool
|
||||
%{_bindir}/ovs-l3ping
|
||||
%{_bindir}/ovs-parse-backtrace
|
||||
%{_sbindir}/ovs-vswitchd
|
||||
%{_sbindir}/ovsdb-server
|
||||
%{_datadir}/openvswitch/scripts/ovs-ctl
|
||||
@ -381,6 +382,8 @@ rmdir %{buildroot}%{_datadir}/%{name}/python
|
||||
%{_mandir}/man1/ovs-tcpundump.1.gz
|
||||
%{_mandir}/man8/ovs-vlan-test.8.gz
|
||||
%{_mandir}/man8/ovs-vsctl.8.gz
|
||||
%{_mandir}/man8/ovs-l3ping.8.gz
|
||||
%{_mandir}/man8/ovs-parse-backtrace.8.gz
|
||||
%{_mandir}/man1/ovsdb-tool.1.gz
|
||||
%{_mandir}/man8/ovs-vswitchd.8.gz
|
||||
%{_mandir}/man1/ovsdb-server.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user