|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
%if 0%{?fedora} >= 31
|
|
|
|
|
%if 0%{?fedora} >= 32
|
|
|
|
|
%bcond_with python2
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without python2
|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-multilib
|
|
|
|
|
Version: 1.2
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: A module for determining if a package is multilib or not
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://pagure.io/releng/python-multilib
|
|
|
|
@ -99,6 +99,9 @@ Requires: %{name}-conf = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Mar 27 2019 Lubomír Sedlář <lsedlar@redhat.com> - 1.2-9
|
|
|
|
|
- Enable python2- subpackage again (rhbz#1692588)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 11 2019 Lubomír Sedlář <lsedlar@redhat.com> - 1.2-8
|
|
|
|
|
- Disable python2 package on F >= 31
|
|
|
|
|
|
|
|
|
|