Browse Source

openvswitch upstream version update

Signed-off-by: virtbuilder_pel7x64builder0 <virtbuilder@powerel.org>
master
virtbuilder_pel7x64builder0 6 years ago
parent
commit
7a74e08a87
  1. 16
      SPECS/openvswitch.spec

16
SPECS/openvswitch.spec

@ -33,7 +33,7 @@
%define dpdksver %(echo %{dpdkver} | cut -d. -f-2) %define dpdksver %(echo %{dpdkver} | cut -d. -f-2)


Name: openvswitch Name: openvswitch
Version: 2.9.0 Version: 2.10.1
Release: 1%{?commit0:.%{date}git%{shortcommit0}}%{?dist} Release: 1%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Open vSwitch daemon/database/utilities Summary: Open vSwitch daemon/database/utilities


@ -64,7 +64,7 @@ Source506: x86_64-native-linuxapp-gcc-config


# OVS (including OVN) backports (0 - 300) # OVS (including OVN) backports (0 - 300)


Patch10: 0001-ofproto-dpif-Delete-system-tunnel-interface-when-rem.patch #Patch10: 0001-ofproto-dpif-Delete-system-tunnel-interface-when-rem.patch


# DPDK backports (400-500) # DPDK backports (400-500)
Patch400: 0001-vhost_user_protect_active_rings_from_async_ring_changes.patch Patch400: 0001-vhost_user_protect_active_rings_from_async_ring_changes.patch
@ -109,7 +109,7 @@ BuildRequires: gcc
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildRequires: autoconf automake libtool BuildRequires: autoconf automake libtool
BuildRequires: systemd-units openssl openssl-devel BuildRequires: systemd-units openssl openssl-devel
BuildRequires: python2-devel python2-six BuildRequires: python-devel python-six
BuildRequires: python3-devel python3-six BuildRequires: python3-devel python3-six
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: groff graphviz BuildRequires: groff graphviz
@ -542,11 +542,9 @@ fi


%files -n python2-openvswitch %files -n python2-openvswitch
%{python2_sitelib}/ovs %{python2_sitelib}/ovs
%doc COPYING


%files -n python3-openvswitch %files -n python3-openvswitch
%{python3_sitelib}/ovs %{python3_sitelib}/ovs
%doc COPYING


%files test %files test
%{_bindir}/ovs-test %{_bindir}/ovs-test
@ -615,11 +613,11 @@ fi
%{_mandir}/man1/ovsdb-client.1* %{_mandir}/man1/ovsdb-client.1*
%{_mandir}/man1/ovsdb-server.1* %{_mandir}/man1/ovsdb-server.1*
%{_mandir}/man1/ovsdb-tool.1* %{_mandir}/man1/ovsdb-tool.1*
%{_mandir}/man5/ovsdb.5* #%{_mandir}/man5/ovsdb.5*
%{_mandir}/man5/ovs-vswitchd.conf.db.5* %{_mandir}/man5/ovs-vswitchd.conf.db.5*
%{_mandir}/man5/vtep.5* %{_mandir}/man5/vtep.5*
%{_mandir}/man7/ovsdb-server.7* #%{_mandir}/man7/ovsdb-server.7*
%{_mandir}/man7/ovsdb.7* #%{_mandir}/man7/ovsdb.7*
%{_mandir}/man7/ovs-fields.7* %{_mandir}/man7/ovs-fields.7*
%{_mandir}/man8/vtep-ctl.8* %{_mandir}/man8/vtep-ctl.8*
%{_mandir}/man8/ovs-appctl.8* %{_mandir}/man8/ovs-appctl.8*
@ -634,7 +632,7 @@ fi
%{_mandir}/man8/ovs-parse-backtrace.8* %{_mandir}/man8/ovs-parse-backtrace.8*
%{_mandir}/man8/ovs-testcontroller.8* %{_mandir}/man8/ovs-testcontroller.8*
%{_udevrulesdir}/91-vfio.rules %{_udevrulesdir}/91-vfio.rules
%doc COPYING NOTICE README.rst NEWS rhel/README.RHEL.rst %doc NOTICE README.rst NEWS rhel/README.RHEL.rst
/var/lib/openvswitch /var/lib/openvswitch
%attr(755,-,-) /var/log/openvswitch %attr(755,-,-) /var/log/openvswitch
%ghost %attr(755,root,root) %{_rundir}/openvswitch %ghost %attr(755,root,root) %{_rundir}/openvswitch

Loading…
Cancel
Save