Update to 2.5.0

Resolves: #1312617
f38
Panu Matilainen 9 years ago
parent 53ed0b6ab5
commit 79c524e7e0

1
.gitignore vendored

@ -16,3 +16,4 @@
/openvswitch-2.3.1-git4750c96.tar.gz /openvswitch-2.3.1-git4750c96.tar.gz
/openvswitch-2.3.2.tar.gz /openvswitch-2.3.2.tar.gz
/openvswitch-2.4.0.tar.gz /openvswitch-2.4.0.tar.gz
/openvswitch-2.5.0.tar.gz

@ -13,8 +13,8 @@
%global _hardened_build 1 %global _hardened_build 1
Name: openvswitch Name: openvswitch
Version: 2.4.0 Version: 2.5.0
Release: 2%{?snapshot}%{?dist} Release: 1%{?snapshot}%{?dist}
Summary: Open vSwitch daemon/database/utilities Summary: Open vSwitch daemon/database/utilities
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # 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: autoconf automake libtool
BuildRequires: systemd-units openssl openssl-devel 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: desktop-file-utils
BuildRequires: groff graphviz BuildRequires: groff graphviz
# make check dependencies # make check dependencies
@ -56,7 +56,7 @@ traffic.
Summary: Open vSwitch python bindings Summary: Open vSwitch python bindings
License: ASL 2.0 License: ASL 2.0
BuildArch: noarch BuildArch: noarch
Requires: python Requires: python python-six
%description -n python-openvswitch %description -n python-openvswitch
Python bindings for the Open vSwitch database 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/conf.db
touch $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch/system-id.conf 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 %check
%if %{with check} %if %{with check}
if make check TESTSUITEFLAGS='%{_smp_mflags}' || if make check TESTSUITEFLAGS='%{_smp_mflags}' ||
@ -277,6 +280,9 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{_datadir}/openvswitch/scripts/ovs-save %exclude %{_datadir}/openvswitch/scripts/ovs-save
%changelog %changelog
* Wed Mar 02 2016 Panu Matilainen <pmatilai@redhat.com> - 2.5.0-1
- Update to 2.5.0 (#1312617)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
4ff52595855c1f9e4dd3e84295599f5f openvswitch-2.4.0.tar.gz d86045933aa8f582f1d74ab77f998e44 openvswitch-2.5.0.tar.gz

Loading…
Cancel
Save