From 2591005276b157ae620b6dccd904fa2a7d66d4ba Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 22 Jun 2021 18:45:14 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- python-pexpect.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index 2e38ca7..d69c75e 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Summary: Unicode-aware Pure Python Expect-like module Version: 4.8.0 -Release: 8%{?dist} +Release: 9%{?dist} License: ISC URL: https://github.com/pexpect/pexpect @@ -91,6 +91,10 @@ TRAVIS=true py.test-3 --verbose %{python3_sitelib}/%{modname}-*.egg-info %changelog +* Tue Jun 22 2021 Mohan Boddu - 4.8.0-9 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Fri Apr 16 2021 Mohan Boddu - 4.8.0-8 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937