diff --git a/SPECS/rt-setup.spec b/SPECS/rt-setup.spec
index 05e2707..6015d70 100644
--- a/SPECS/rt-setup.spec
+++ b/SPECS/rt-setup.spec
@@ -1,6 +1,6 @@
 Name: rt-setup
 Version: 2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL+
 Summary: Setup RHEL-RT environment details
 Group: System Environment/Base
@@ -95,6 +95,10 @@ rm -rf %{buildroot}
 %attr(0644, root, root) %{_unitdir}/rt-entsk.service
 
 %changelog
+* Wed Jan 19 2022 John Kacur <jkacur@redhat.com> - 2.1-3
+- Rebuild for rhel-8.6, no functional change
+Resolves: rhbz#2042221
+
 * Mon Apr 01 2019 Clark Williams <williams@redhat.com> 2.1-2
 - added gating.yaml to turn on OSCI gating
 Resolves: rhbz#1682427