diff --git a/SPECS/ovn2.11.spec b/SPECS/ovn2.11.spec index 00f60be..54de923 100644 --- a/SPECS/ovn2.11.spec +++ b/SPECS/ovn2.11.spec @@ -66,7 +66,7 @@ Summary: Open Virtual Network support Group: System Environment/Daemons URL: http://www.openvswitch.org/ Version: %{pkgver}.1 -Release: 54%{?commit0:.%{date}git%{shortcommit0}}%{?dist} +Release: 56%{?commit0:.%{date}git%{shortcommit0}}%{?dist} Provides: openvswitch%{pkgver}-ovn-common = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: openvswitch%{pkgver}-ovn-common < 2.11.0-1 @@ -306,6 +306,13 @@ Patch480: 0001-northd-Fix-IPAM-IPv4-start-address-calculation.patch # Bug 1857564 Patch490: 0001-Introduce-DHCPDECLINE-msg-support-to-OVN-DHCP-server.patch +# Bug 1890974 +Patch500: 0001-Split-SB-Port_Group-per-datapath.patch + +# Bug 1894048 +Patch510: 0001-pinctrl-Directly-update-MAC_Bindings-created-by-self.patch +Patch511: 0002-ovn-northd-Limit-self-originated-ARP-ND-broadcast-do.patch + # FIXME Sphinx is used to generate some manpages, unfortunately, on RHEL, it's # in the -optional repository and so we can't require it directly since RHV # doesn't have the -optional repository enabled and so TPS fails @@ -747,6 +754,13 @@ fi %{_unitdir}/ovn-controller-vtep.service %changelog +* Wed Nov 5 2020 Dumitru Ceara - 2.11.1-56 +- Backport "pinctrl: Directly update MAC_Bindings created by self originated GARPs." (#1894048) +- Backport "ovn-northd: Limit self originated ARP/ND broadcast domain. " (#1894048) + +* Tue Oct 27 2020 Dumitru Ceara - 2.11.1-55 +- Backport "Split SB Port_Group per datapath." (#1890974) + * Tue Sep 22 2020 Lorenzo Bianconi - 2.11.1-54 - Backport "Introduce DHCPDECLINE msg support to OVN DHCP server" (#1857564)