Committing for Christian Heimes:
- Remove Python 2 support from Fedora 30 - https://fedoraproject.org/wiki/Changes/FreeIPA_Python_2_Removal
This commit is contained in:
parent
2a327151b7
commit
eb63032682
12
freeipa.spec
12
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 <cheimes@redhat.com> - 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 <twoerner@redhat.com> - 4.7.0-4
|
||||
- Enable python2 client packages for f30 for now again
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user