diff --git a/SPECS/python2-rpm-macros.spec b/SPECS/python2-rpm-macros.spec index ddaac21..c0cb6fc 100644 --- a/SPECS/python2-rpm-macros.spec +++ b/SPECS/python2-rpm-macros.spec @@ -1,6 +1,6 @@ Name: python2-rpm-macros Version: 3 -Release: 37%{?dist} +Release: 38%{?dist} Summary: RPM macros for building Python 2 packages License: MIT @@ -26,6 +26,10 @@ install -m 644 %{SOURCE2} \ %changelog +* Wed Apr 03 2019 Tomas Orsava - 3-38 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Fri Dec 14 2018 Miro HronĨok - 3-37 - Workaround leaking buildroot PATH in %py_byte_compile - Resolves: rhbz#1644455