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}
|
%{!?ONLY_CLIENT:%global ONLY_CLIENT 1}
|
||||||
%endif
|
%endif
|
||||||
%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
|
# Define ONLY_CLIENT to only make the ipa-client and ipa-python
|
||||||
# subpackages
|
# subpackages
|
||||||
@ -121,7 +127,7 @@
|
|||||||
|
|
||||||
Name: %{package_name}
|
Name: %{package_name}
|
||||||
Version: %{IPA_VERSION}
|
Version: %{IPA_VERSION}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: The Identity, Policy and Audit system
|
Summary: The Identity, Policy and Audit system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -1736,6 +1742,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 4 2018 Thomas Woerner <twoerner@redhat.com> - 4.7.0-4
|
||||||
- Enable python2 client packages for f30 for now again
|
- Enable python2 client packages for f30 for now again
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user