diff --git a/SPECS/ipxe.spec b/SPECS/ipxe.spec
index 781d721..366167d 100644
--- a/SPECS/ipxe.spec
+++ b/SPECS/ipxe.spec
@@ -38,7 +38,7 @@
 
 Name:    ipxe
 Version: %{date}
-Release: 9.git%{hash}%{?dist}
+Release: 11.git%{hash}%{?dist}
 Summary: A network boot loader
 
 Group:   System Environment/Base
@@ -294,6 +294,12 @@ cp -a src/bin-arm64-efi/ipxe.efi %{buildroot}/%{_datadir}/%{name}/arm64-efi/ipxe
 %endif
 
 %changelog
+* Thu Sep 29 2022 Jarod Wilson <jarod@redhat.com> - 20181214-11.git133f4c47
+- Revert LACP flood issue fix due to regressions is causes elsewhere
+
+* Wed Jul 27 2022 Jarod Wilson <jarod@redhat.com> - 20181214-10.git133f4c47
+- Fix LACP flood issue in ipxe-bootimgs (bz 2098761)
+
 * Tue Mar 01 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 20181214-9.git133f4c47
 - Add ARM 64 EFI artifacts (bz 2059350)