diff --git a/SPECS/python2-setuptools.spec b/SPECS/python2-setuptools.spec index 284b1e7..ae767e9 100644 --- a/SPECS/python2-setuptools.spec +++ b/SPECS/python2-setuptools.spec @@ -13,7 +13,7 @@ Name: python2-setuptools Version: 39.0.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -123,6 +123,10 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python2_version} --ignore= %changelog +* Wed Apr 03 2019 Tomas Orsava - 39.0.1-11 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Tue Aug 28 2018 Tomas Orsava - 39.0.1-10 - Separate the python2-setuptools subpackage into its own component - Related: rhbz#1615727