import python2-rpm-macros-3-38.module+el8.0.0+2961+596d0223

This commit is contained in:
CentOS Sources 2019-05-07 17:44:41 -04:00 committed by Andrew Lukoshko
parent d688c0ae2f
commit 3430f9fa86
1 changed files with 5 additions and 1 deletions

View File

@ -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 <torsava@redhat.com> - 3-38
- Bumping due to problems with modular RPM upgrade path (#1695587)
- Related: rhbz#1693974
* Fri Dec 14 2018 Miro Hrončok <mhroncok@redhat.com> - 3-37
- Workaround leaking buildroot PATH in %py_byte_compile
- Resolves: rhbz#1644455