diff --git a/freeipa.spec b/freeipa.spec index df0912b..6d68cc3 100644 --- a/freeipa.spec +++ b/freeipa.spec @@ -5,6 +5,12 @@ %{!?ONLY_CLIENT:%global ONLY_CLIENT 1} %endif %endif +# Python 2 is no longer supported +# https://fedoraproject.org/wiki/Changes/FreeIPA_Python_2_Removal +%if 0%{?fedora} >= 30 + %global with_python2 0 +%endif + # Define ONLY_CLIENT to only make the ipa-client and ipa-python # subpackages @@ -121,7 +127,7 @@ Name: %{package_name} Version: %{IPA_VERSION} -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Identity, Policy and Audit system Group: System Environment/Base @@ -1736,6 +1742,10 @@ fi %changelog +* Tue Sep 25 2018 Christian Heimes - 4.7.0-5 +- Remove Python 2 support from Fedora 30 +- https://fedoraproject.org/wiki/Changes/FreeIPA_Python_2_Removal + * Tue Sep 4 2018 Thomas Woerner - 4.7.0-4 - Enable python2 client packages for f30 for now again