diff --git a/SPECS/file.spec b/SPECS/file.spec
index aa8ef0d..c732f22 100644
--- a/SPECS/file.spec
+++ b/SPECS/file.spec
@@ -15,7 +15,7 @@
 Summary: A utility for determining file types
 Name: file
 Version: 5.33
-Release: 18%{?dist}.0.1
+Release: 20%{?dist}
 License: BSD
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -255,6 +255,9 @@ cd %{py3dir}
 %endif
 
 %changelog
+* Tue May 04 2021 Vincent Mihalkovic <vmihalko@redhat.com> - 5.33-20
+- rebuild (#1954434)
+
 * Wed Apr 14 2021 Vincent Mihalkovic <vmihalko@redhat.com> - 5.33-18
 - fix heap-based buffer overflow in cdf_read_property_info() (CVE-2019-18218)