diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index a77879a..d0140e0 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -21,7 +21,7 @@ Name: python-sqlalchemy Version: 1.3.22 # cope with pre-release versions containing tildes %global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Modular and flexible ORM library for python License: MIT @@ -165,6 +165,9 @@ PYTHONPATH=. %{__python3} -m pytest test \ # with python3 %changelog +* Fri Apr 16 2021 Mohan Boddu - 1.3.22-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Jan 27 2021 Fedora Release Engineering - 1.3.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild