diff --git a/SPECS/python-wheel.spec b/SPECS/python-wheel.spec index 0ca44b4..2da80ab 100644 --- a/SPECS/python-wheel.spec +++ b/SPECS/python-wheel.spec @@ -20,7 +20,7 @@ Name: python-%{pypi_name} Version: 0.30.0 -Release: 12%{?dist} +Release: 13%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -177,6 +177,10 @@ fi %endif %changelog +* Wed Apr 03 2019 Tomas Orsava - 1:0.30.0-13 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Thu Oct 04 2018 Lumír Balhar - 1:0.30.0-12 - Fix alternatives - post and postun sections only with python3 - Resolves: rhbz#1633534