diff --git a/SPECS/ovn2.11.spec b/SPECS/ovn2.11.spec
index 94a7628..00f60be 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: 53%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
+Release: 54%{?commit0:.%{date}git%{shortcommit0}}%{?dist}
 Provides: openvswitch%{pkgver}-ovn-common = %{?epoch:%{epoch}:}%{version}-%{release}
 Obsoletes: openvswitch%{pkgver}-ovn-common < 2.11.0-1
 
@@ -303,6 +303,9 @@ Patch470: 0001-DNS-Make-DNS-lookups-case-insensitive.patch
 # Bug 1825701
 Patch480: 0001-northd-Fix-IPAM-IPv4-start-address-calculation.patch
 
+# Bug 1857564
+Patch490: 0001-Introduce-DHCPDECLINE-msg-support-to-OVN-DHCP-server.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
@@ -744,6 +747,9 @@ fi
 %{_unitdir}/ovn-controller-vtep.service
 
 %changelog
+* Tue Sep 22 2020 Lorenzo Bianconi <lorenzo.bianconi@redhat.com> - 2.11.1-54
+- Backport "Introduce DHCPDECLINE msg support to OVN DHCP server" (#1857564)
+
 * Fri Jul 10 2020 Lorenzo Bianconi <lorenzo.bianconi@redhat.com> - 2.11.1-53
 - Backport "northd: Fix IPAM IPv4 start address calculation" (#1825701)