Rebase to 2.11.1

Ignore sortedcontainer python2.7 dependency

Resolves: #1701921
f38
Timothy Redaelli 6 years ago
parent 428d3e66c4
commit 43604a9c6b

2
.gitignore vendored

@ -35,3 +35,5 @@
/openvswitch-2.10.0.tar.gz
/openvswitch-2.10.1.tar.gz
/openvswitch-2.11.0.tar.gz
/openvswitch.spec
/openvswitch-2.11.1.tar.gz

@ -45,6 +45,8 @@
%global with_python3 1
%if 0%{?fedora}
%global with_python2 1
# Bug #1701921
%global __requires_exclude ^python2\\.7dist\\(sortedcontainers\\)$
%else
%global with_python2 0
%endif
@ -64,8 +66,8 @@ Epoch: 1
Name: openvswitch
Summary: Open vSwitch daemon/database/utilities
URL: http://www.openvswitch.org/
Version: 2.11.0
Release: 3%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
Version: 2.11.1
Release: 1%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL
@ -567,6 +569,10 @@ chown -R openvswitch:openvswitch /etc/openvswitch
%endif
%changelog
* Wed May 08 2019 Timothy Redaelli <tredaelli@redhat.com> - 2.11.1-1
- Rebase to 2.11.1
- Ignore sortedcontainer python2.7 dependency (#1701921)
* Tue Apr 09 2019 Numan Siddique <numan.sididque@gmail.com> - 2.11.0-3
- Remove openvswitch-ovn* subpackages.

@ -1 +1 @@
SHA512 (openvswitch-2.11.0.tar.gz) = e02fabe505132b3c1b3fc846b0f58d1b91b307dc51b636f3e1e0cfa74ce02b18fe183dc822172fcac567463bb8fe031160463a6d165484d33861da341bfe2628
SHA512 (openvswitch-2.11.1.tar.gz) = de016a1acfbae34d2062f4ac23b9b0782016fef4c0575b2714435380439f19613881173fb2c876afe86317a5c0327908704e540322d80f9f7da9f59bea7b1789

Loading…
Cancel
Save