Put back python2 subpackages

Related: rhbz#1634973
Version: 2.7.5-5
This commit is contained in:
Pavel Raiskup 2018-10-03 10:07:22 +02:00
parent 3285988afd
commit 104e3e4b66

View File

@ -1,10 +1,6 @@
%if 0%{?fedora}
%bcond_without python3
%if 0%{?fedora} > 29
%bcond_with python2
%else
%bcond_without python2
%endif
%bcond_without python2
%else
%if 0%{?rhel} > 7
%bcond_with python2
@ -278,6 +274,7 @@ cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir}
%changelog
* Wed Oct 03 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-5
- prepare --without=debugrpms option (rhbz#1635166)
- get the python2 packages back for a while (rhbz#1634973)
* Wed Oct 03 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.5-4
- drop python2* on f30+ (rhbz#1634973)