From a3b4852bb76f2906fc8870c8da7f581b37222145 Mon Sep 17 00:00:00 2001
From: Mohan Boddu <mboddu@redhat.com>
Date: Fri, 16 Apr 2021 04:59:00 +0000
Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related:
 rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
---
 python3.9.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/python3.9.spec b/python3.9.spec
index 2fb76a0..f3ef007 100644
--- a/python3.9.spec
+++ b/python3.9.spec
@@ -17,7 +17,7 @@ URL: https://www.python.org/
 #global prerel ...
 %global upstream_version %{general_version}%{?prerel}
 Version: %{general_version}%{?prerel:~%{prerel}}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Python
 
 
@@ -1756,6 +1756,9 @@ CheckPython optimized
 # ======================================================
 
 %changelog
+* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
+- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
+
 * Wed Apr 07 2021 Petr Viktorin <pviktori@redhat.com> - 3.9.2-2
 - On RHEL 9+, build without the legacy nis module
   Resolves: RHBZ#1942376