diff --git a/SPECS/cryptsetup.spec b/SPECS/cryptsetup.spec
index e7cafa2..45ff1b4 100644
--- a/SPECS/cryptsetup.spec
+++ b/SPECS/cryptsetup.spec
@@ -1,7 +1,7 @@
 Summary: Utility for setting up encrypted disks
 Name: cryptsetup
 Version: 2.4.3
-Release: 4%{?dist}.1
+Release: 5%{?dist}
 License: GPLv2+ and LGPLv2+
 URL: https://gitlab.com/cryptsetup/cryptsetup
 BuildRequires: openssl-devel, popt-devel, device-mapper-devel
@@ -121,9 +121,9 @@ rm -rf %{buildroot}%{_libdir}/*.la
 %ghost %attr(700, -, -) %dir /run/cryptsetup
 
 %changelog
-* Tue Aug 16 2022 Ondrej Kozina <okozina@redhat.com> - 2.4.3-4.1
+* Wed Aug 10 2022 Ondrej Kozina <okozina@redhat.com> - 2.4.3-5
 - patch: Delegate FIPS mode detection to crypto backend.
-- Resolves: #2118654
+- Resolves: #2080516
 
 * Thu Feb 24 2022 Ondrej Kozina <okozina@redhat.com> - 2.4.3-4
 - patch: Fix broken upstream test.