From 3430f9fa8655dc793641b5a85e81788ff1fbb7a0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 17:44:41 -0400 Subject: [PATCH] import python2-rpm-macros-3-38.module+el8.0.0+2961+596d0223 --- SPECS/python2-rpm-macros.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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