diff --git a/packaging/rpm/fts-rest.spec b/packaging/rpm/fts-rest.spec
index 651c2d76e35568fc91dac8922f3d7b869cd2977e..ecce45475516fb3cca0c2341e84f89464ec7834e 100644
--- a/packaging/rpm/fts-rest.spec
+++ b/packaging/rpm/fts-rest.spec
@@ -150,12 +150,6 @@ if [ "$1" -eq "2" ]; then # Upgrade
     chown fts3.fts3 /var/log/fts3rest/fts3rest.log || true
 fi
 
-%if %{?rhel}%{!?rhel:0} >= 7
-%post firewalld
-%firewalld_reload
-%endif
-
-
 %postun
 if [ "$1" -eq "0" ] ; then
     /sbin/service httpd condrestart >/dev/null 2>&1 || :