diff --git a/.gitignore b/.gitignore index ae59ad4..d73297d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /openvswitch-2.3.1-git4750c96.tar.gz /openvswitch-2.3.2.tar.gz /openvswitch-2.4.0.tar.gz +/openvswitch-2.5.0.tar.gz diff --git a/openvswitch.spec b/openvswitch.spec index 6cc4598..d2e02e1 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -13,8 +13,8 @@ %global _hardened_build 1 Name: openvswitch -Version: 2.4.0 -Release: 2%{?snapshot}%{?dist} +Version: 2.5.0 +Release: 1%{?snapshot}%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -30,7 +30,7 @@ ExcludeArch: ppc BuildRequires: autoconf automake libtool BuildRequires: systemd-units openssl openssl-devel -BuildRequires: python python-twisted-core python-zope-interface PyQt4 +BuildRequires: python python-twisted-core python-zope-interface PyQt4 python-six BuildRequires: desktop-file-utils BuildRequires: groff graphviz # make check dependencies @@ -56,7 +56,7 @@ traffic. Summary: Open vSwitch python bindings License: ASL 2.0 BuildArch: noarch -Requires: python +Requires: python python-six %description -n python-openvswitch Python bindings for the Open vSwitch database @@ -136,6 +136,9 @@ install -d -m 0755 $RPM_BUILD_ROOT/%{_sharedstatedir}/openvswitch touch $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch/conf.db touch $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch/system-id.conf +# OVN disabled for now by upstream request +find $RPM_BUILD_ROOT -name "ovn-*" | xargs rm -f + %check %if %{with check} if make check TESTSUITEFLAGS='%{_smp_mflags}' || @@ -277,6 +280,9 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_datadir}/openvswitch/scripts/ovs-save %changelog +* Wed Mar 02 2016 Panu Matilainen - 2.5.0-1 +- Update to 2.5.0 (#1312617) + * Thu Feb 04 2016 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 22b9bd7..02954fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ff52595855c1f9e4dd3e84295599f5f openvswitch-2.4.0.tar.gz +d86045933aa8f582f1d74ab77f998e44 openvswitch-2.5.0.tar.gz