From 4d292bd378f137bfd05eb313d23d8668e2c0269d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 04:24:56 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- python-httpretty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index d41a575..0c0cb8a 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -15,7 +15,7 @@ Name: python-httpretty Version: 1.0.5 # If github_date is defined, assume a post-release snapshot -Release: 3%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 4%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: HTTP request mock tool for Python License: MIT @@ -125,6 +125,9 @@ LANG=C.UTF-8 %py2_install %changelog +* Fri Apr 16 2021 Mohan Boddu - 1.0.5-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Mon Apr 12 2021 Miroslav Rezanina 1.0.5-3 - Removing tests - Resolves: rhbz#1918839