- Enable python2 client packages for f30 for now again

This commit is contained in:
Thomas Woerner 2018-09-04 15:56:20 +02:00
parent f076221002
commit 2a327151b7

View File

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