diff --git a/python-jmespath.spec b/python-jmespath.spec index 184a636..83eb8bc 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.9.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: JSON Matching Expressions License: MIT @@ -53,6 +53,10 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.9.4-11 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 30 2021 Pavel Cahyna - 0.9.4-10 - Remove the python-nose dependency, replace by pytest