From 5c2552c9638aac8ed0ed9a55cc6e8a618ffd2cdb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 6 Apr 2022 10:20:56 -0700 Subject: [PATCH] Rebuild to deal with update snafu. --- python-jmespath.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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