diff --git a/SPECS/python2-pip.spec b/SPECS/python2-pip.spec index 8e93377..e843c9e 100644 --- a/SPECS/python2-pip.spec +++ b/SPECS/python2-pip.spec @@ -18,7 +18,7 @@ Name: python2-%{srcname} # When updating, update the bundled libraries versions bellow! Version: 9.0.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A tool for installing and managing Python 2 packages Group: Development/Libraries @@ -260,6 +260,10 @@ py.test-%{python2_version} -m 'not network' %endif # with doc %changelog +* Wed Apr 03 2019 Tomas Orsava - 9.0.3-13 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Mon Dec 10 2018 Tomas Orsava - 9.0.3-12 - Do not show the "new version of pip" warning outside of venv - Resolves: rhbz#1656171