diff --git a/freeipa.spec b/freeipa.spec
index d3ffaae..df0912b 100644
--- a/freeipa.spec
+++ b/freeipa.spec
@@ -37,9 +37,6 @@
 %if 0%{?fedora} >= 29
     # F29 only supports Python 3 as default Python
     %global with_default_python 3
-    %if 0%{?fedora} >= 30
-        %global with_python2 0
-    %endif
 %endif
 
 %{!?with_default_python:%global with_default_python 3}
@@ -124,7 +121,7 @@
 
 Name:           %{package_name}
 Version:        %{IPA_VERSION}
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -1739,6 +1736,9 @@ fi
 
 
 %changelog
+* Tue Sep  4 2018 Thomas Woerner <twoerner@redhat.com> - 4.7.0-4
+- Enable python2 client packages for f30 for now again
+
 * Tue Sep  4 2018 Thomas Woerner <twoerner@redhat.com> - 4.7.0-3
 - Force generation of aclocal.m4 and configuration scripts
 - Fix only client build for Fedora>=28 and RHEL>7