Change-Id: I9ef599921e380634045ee51bff18362cf2242949
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1493
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Vinay Kulkarni <kulkarniv@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: Open vSwitch daemon/database/utilities |
| 2 | 2 |
Name: openvswitch |
| 3 |
-Version: 2.4.1 |
|
| 3 |
+Version: 2.5.0 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: ASL 2.0 and LGPLv2+ |
| 6 | 6 |
URL: http://www.openvswitch.org/ |
| ... | ... |
@@ -9,10 +9,11 @@ Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
|
| 11 | 11 |
Source0: http://openvswitch.org/releases/%{name}-%{version}.tar.gz
|
| 12 |
-%define sha1 openvswitch=d950bd7eaf3a3ee71df1bf28a8f2791c343406c9 |
|
| 12 |
+%define sha1 openvswitch=9de4b3ce8c60ad65466add0c88c17209ca946992 |
|
| 13 | 13 |
|
| 14 | 14 |
BuildRequires: gcc >= 4.0.0 |
| 15 | 15 |
BuildRequires: libcap-ng |
| 16 |
+BuildRequires: libcap-ng-devel |
|
| 16 | 17 |
BuildRequires: make |
| 17 | 18 |
BuildRequires: openssl |
| 18 | 19 |
BuildRequires: openssl-devel |
| ... | ... |
@@ -102,6 +103,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 102 | 102 |
%defattr(-,root,root) |
| 103 | 103 |
%{_bindir}/ovs-*
|
| 104 | 104 |
%{_bindir}/ovsdb-*
|
| 105 |
+%{_bindir}/ovn-*
|
|
| 105 | 106 |
%{_bindir}/vtep-ctl
|
| 106 | 107 |
%{_sbindir}/ovs-*
|
| 107 | 108 |
%{_sbindir}/ovsdb-server
|
| ... | ... |
@@ -111,6 +113,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 111 | 111 |
/usr/share/openvswitch/bugtool-plugins/* |
| 112 | 112 |
/usr/share/openvswitch/python/* |
| 113 | 113 |
/usr/share/openvswitch/scripts/ovs-* |
| 114 |
+/usr/share/openvswitch/scripts/ovn-ctl |
|
| 114 | 115 |
|
| 115 | 116 |
%files devel |
| 116 | 117 |
%{_includedir}/openflow/*.h
|
| ... | ... |
@@ -122,11 +125,16 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 122 | 122 |
/usr/share/man/man1/ovs-*.1.gz |
| 123 | 123 |
/usr/share/man/man1/ovsdb-*.1.gz |
| 124 | 124 |
/usr/share/man/man5/ovs-vswitchd.conf.db.5.gz |
| 125 |
+/usr/share/man/man5/ovn-*.5.gz |
|
| 125 | 126 |
/usr/share/man/man5/vtep.5.gz |
| 127 |
+/usr/share/man/man7/ovn-architecture.7.gz |
|
| 126 | 128 |
/usr/share/man/man8/ovs-*.8.gz |
| 129 |
+/usr/share/man/man8/ovn-*.8.gz |
|
| 127 | 130 |
/usr/share/man/man8/vtep-ctl.8.gz |
| 128 | 131 |
|
| 129 | 132 |
%changelog |
| 133 |
+* Sat Sep 24 2016 Vinay Kulkarni <kulkarniv@vmware.com> 2.5.0-1 |
|
| 134 |
+- Update to openvswitch 2.5.0 |
|
| 130 | 135 |
* Fri Sep 09 2016 Vinay Kulkarni <kulkarniv@vmware.com> 2.4.1-1 |
| 131 | 136 |
- Update to openvswitch 2.4.1 |
| 132 | 137 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.4.0-3 |