Remove Python 2 subpackage from Fedora 30+
This commit is contained in:
parent
0f294d1e21
commit
63f232593a
@ -19,7 +19,7 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%if !(0%{?fedora} && %{with python3})
|
||||
%if !(0%{?fedora} < 30 && %{with python3})
|
||||
%bcond_with python2_rhsm
|
||||
%else
|
||||
%bcond_without python2_rhsm
|
||||
@ -132,7 +132,7 @@
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.24.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
@ -1101,6 +1101,9 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1.24.2-2
|
||||
- 1650203: Remove Python 2 subpackage from Fedora 30+ (mhroncok@redhat.com)
|
||||
|
||||
* Mon Nov 05 2018 Christopher Snyder <csnyder@redhat.com> 1.24.2-1
|
||||
- 1645205: Do not update ent certs inside containers (csnyder@redhat.com)
|
||||
- 1633304: Disable zypper product-id plugin. (awood@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user