diff --git a/SPECS/syslinux.spec b/SPECS/syslinux.spec
index de1227d..a7e047e 100644
--- a/SPECS/syslinux.spec
+++ b/SPECS/syslinux.spec
@@ -7,7 +7,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
 Name: syslinux
 Version: 6.04
 %define tarball_version 6.04-pre1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
@@ -266,6 +266,10 @@ fi
 %endif
 
 %changelog
+* Fri Nov 13 2020 Javier Martinez Canillas <javierm@redhat.com> - 6.04-5
+- Bump release to ship the syslinux-tftpboot subpackage on aarch64
+  Resolves: rhbz#1870276
+
 * Tue Sep 24 2019 Yaakov Selkowitz <yselkowi@redhat.com> - 6.04-4
 - Make tftpboot subpackage completely noarch
   Resolves: rhbz#1745205