diff --git a/python-jmespath.spec b/python-jmespath.spec index 676216c..00c9611 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Matching Expressions License: MIT @@ -58,6 +58,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Wed Apr 06 2022 Kevin Fenzi - 1.0.0-2 +- Rebuild to deal with update snafu. + * Tue Mar 22 2022 Kevin Fenzi - 1.0.0-1 - Update to 1.0.0. Fixes rhbz#2064951