Build py2 subpackage only on EPEL <= 8

The conditional for Fedora is no longer needed.
epel9 imports/e9/python-multilib-1.2-11.el9
Lubomír Sedlář 2 years ago
parent 0a3d68f500
commit 12e39a238a

@ -1,12 +1,12 @@
%if 0%{?fedora} >= 31
%bcond_with python2
%else
%if 0%{?rhel} && 0%{?rhel} < 9
%bcond_without python2
%else
%bcond_with python2
%endif
Name: python-multilib
Version: 1.2
Release: 10%{?dist}
Release: 11%{?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
* Tue Sep 27 2022 Lubomír Sedlář <lsedlar@redhat.com> - 1.2-11
- Disable python2 package for EPEL 9
* Tue Jun 11 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2-10
- Disable python2 package again (rhbz#1687417)

Loading…
Cancel
Save