Change-Id: Iccc90ee51cfee13f796877c95ffc05a92b7b51d0
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1709
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: Open vSwitch daemon/database/utilities |
| 2 | 2 |
Name: openvswitch |
| 3 |
-Version: 2.5.0 |
|
| 3 |
+Version: 2.6.1 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: ASL 2.0 and LGPLv2+ |
| 6 | 6 |
URL: http://www.openvswitch.org/ |
| ... | ... |
@@ -9,7 +9,7 @@ Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
|
| 11 | 11 |
Source0: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
|
| 12 |
-%define sha1 openvswitch=9de4b3ce8c60ad65466add0c88c17209ca946992 |
|
| 12 |
+%define sha1 openvswitch=2865fe03b3906b5aea984102c4b65772b5dd7450 |
|
| 13 | 13 |
|
| 14 | 14 |
BuildRequires: gcc >= 4.0.0 |
| 15 | 15 |
BuildRequires: libcap-ng |
| ... | ... |
@@ -20,6 +20,8 @@ BuildRequires: openssl-devel |
| 20 | 20 |
BuildRequires: python2 >= 2.7.0 |
| 21 | 21 |
BuildRequires: python2-devel |
| 22 | 22 |
BuildRequires: python2-libs |
| 23 |
+BuildRequires: python-pip |
|
| 24 |
+BuildRequires: python-six |
|
| 23 | 25 |
BuildRequires: python-xml |
| 24 | 26 |
BuildRequires: python-setuptools |
| 25 | 27 |
|
| ... | ... |
@@ -113,9 +115,10 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 113 | 113 |
/usr/share/openvswitch/bugtool-plugins/* |
| 114 | 114 |
/usr/share/openvswitch/python/* |
| 115 | 115 |
/usr/share/openvswitch/scripts/ovs-* |
| 116 |
-/usr/share/openvswitch/scripts/ovn-ctl |
|
| 116 |
+/usr/share/openvswitch/scripts/ovn-* |
|
| 117 | 117 |
|
| 118 | 118 |
%files devel |
| 119 |
+%{_includedir}/ovn/*.h
|
|
| 119 | 120 |
%{_includedir}/openflow/*.h
|
| 120 | 121 |
%{_includedir}/openvswitch/*.h
|
| 121 | 122 |
%{_libdir}/*.a
|
| ... | ... |
@@ -133,6 +136,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 133 | 133 |
/usr/share/man/man8/vtep-ctl.8.gz |
| 134 | 134 |
|
| 135 | 135 |
%changelog |
| 136 |
+* Wed Nov 16 2016 Vinay Kulkarni <kulkarniv@vmware.com> 2.6.1-1 |
|
| 137 |
+- Update to openvswitch 2.6.1 |
|
| 136 | 138 |
* Sat Sep 24 2016 Vinay Kulkarni <kulkarniv@vmware.com> 2.5.0-1 |
| 137 | 139 |
- Update to openvswitch 2.5.0 |
| 138 | 140 |
* Fri Sep 09 2016 Vinay Kulkarni <kulkarniv@vmware.com> 2.4.1-1 |