From b0a48606736f8ca296de857f674332a5ed0584d0 Mon Sep 17 00:00:00 2001 From: Flavio Leitner Date: Mon, 28 Oct 2013 20:49:41 -0200 Subject: [PATCH] updated to 2.0.0 (#1023184) --- .gitignore | 1 + openvswitch.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ae24ece..fe535b7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /openvswitch-1.9.0.tar.gz /openvswitch-1.10.0.tar.gz /openvswitch-1.11.0.tar.gz +/openvswitch-2.0.0.tar.gz diff --git a/openvswitch.spec b/openvswitch.spec index 1df7e4b..ffe46b9 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -18,8 +18,8 @@ %endif Name: openvswitch -Version: 1.11.0 -Release: 8%{?dist} +Version: 2.0.0 +Release: 1%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -207,8 +207,8 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/ovsdbmonitor %{_bindir}/ovs-appctl %{_bindir}/ovs-benchmark %{_bindir}/ovs-dpctl +%{_bindir}/ovs-dpctl-top %{_bindir}/ovs-ofctl -%{_bindir}/ovs-parse-leaks %{_bindir}/ovs-pcap %{_bindir}/ovs-pki %{_bindir}/ovs-tcpundump @@ -231,8 +231,8 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/ovsdbmonitor %{_mandir}/man8/ovs-bugtool.8* %{_mandir}/man8/ovs-ctl.8* %{_mandir}/man8/ovs-dpctl.8* +%{_mandir}/man8/ovs-dpctl-top.8* %{_mandir}/man8/ovs-ofctl.8* -%{_mandir}/man8/ovs-parse-leaks.8* %{_mandir}/man8/ovs-pki.8* %{_mandir}/man8/ovs-vsctl.8* %{_mandir}/man8/ovs-vswitchd.8* @@ -273,6 +273,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/ovsdbmonitor %changelog +* Mon Oct 28 2013 Flavio Leitner - 2.0.0-1 +- updated to 2.0.0 (#1023184) + * Mon Oct 28 2013 Flavio Leitner - 1.11.0-8 - applied upstream commit 7b75828bf5654c494a53fa57be90713c625085e2 rhel: Option to create tunnel through ifcfg scripts. diff --git a/sources b/sources index b33075d..c752ea3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81231a77dcd38181dbc1cb701e4fc9d0 openvswitch-1.11.0.tar.gz +7d7a58350e634e515e0fe43c64d64f44 openvswitch-2.0.0.tar.gz