diff --git a/SPECS/rpm.spec b/SPECS/rpm.spec
index 633655d..6eedee8 100644
--- a/SPECS/rpm.spec
+++ b/SPECS/rpm.spec
@@ -42,7 +42,7 @@
 
 %global rpmver 4.14.3
 #global snapver rc2
-%global rel 21
+%global rel 21.1
 
 %global srcver %{version}%{?snapver:-%{snapver}}
 %global srcdir %{?snapver:testing}%{!?snapver:%{name}-%(echo %{version} | cut -d'.' -f1-2).x}
@@ -789,6 +789,9 @@ make check || cat tests/rpmtests.log
 %doc doc/librpm/html/*
 
 %changelog
+* Tue Feb 01 2022 Manu Bretelle <chantra@fb.com> - 4.14.3-21.1
+- Rebuild for Hyperscale
+
 * Mon Jan 10 2022 Michal Domonkos <mdomonko@redhat.com> - 4.14.3-21
 - Address covscan issues in binding sigs validation patch (#1958480)
 
@@ -798,12 +801,12 @@ make check || cat tests/rpmtests.log
 - Validate and require subkey binding sigs on PGP pubkeys (#1958480)
 - Fixes CVE-2021-3521
 
-* Wed Oct 06 2021 Michal Domonkos <mdomonko@redhat.com> - 4.14.3-19
-- Unbreak in-tree kmod strip by reverting brp-strip fix (#1967291)
-
 * Thu Nov 04 2021 Matthew Almond <malmond@fb.com> - 4.14.3-18.2
 - Include PR1779
 
+* Wed Oct 06 2021 Michal Domonkos <mdomonko@redhat.com> - 4.14.3-19
+- Unbreak in-tree kmod strip by reverting brp-strip fix (#1967291)
+
 * Thu Sep 16 2021 Matthew Almond <malmond@fb.com> - 4.14.3-18.1
 - Rebase c8s-sig-hyperscale-experimental branch onto c8s changes