From 82adee866757c2f804b1c6bb76f5ecde538af7f6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 14 Aug 2019 08:05:31 -0700 Subject: [PATCH] Update to larger than 30 so rhel7.7 python2 will work in koji. Note: this package should be retired as soon as centos 7.7 is out. Note: this package should NOT be pushed as an update, only used as a override. --- python-rpm-macros.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 5274291..101a116 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -1,6 +1,6 @@ Name: python-rpm-macros Version: 3 -Release: 25%{?dist} +Release: 31%{?dist} Summary: The unversioned Python RPM macros License: MIT @@ -65,6 +65,11 @@ install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE5} \ %changelog +* Wed Aug 14 2019 Kevin Fenzi - 3-31 +- Update to larger than 30 so rhel7.7 python2 will work in koji. +- Note: this package should be retired as soon as centos 7.7 is out. +- Note: this package should NOT be pushed as an update, only used as a override. + * Tue Apr 30 2019 Miro HronĨok - 3-25 - Split python3-other-rpm-macros from python-rpm-macros to python-epel-rpm-macros