Rebuild to deal with update snafu.

This commit is contained in:
Kevin Fenzi 2022-04-06 10:20:56 -07:00
parent bc24a30b6d
commit 5c2552c963

View File

@ -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 <kevin@scrye.com> - 1.0.0-2
- Rebuild to deal with update snafu.
* Tue Mar 22 2022 Kevin Fenzi <kevin@scrye.com> - 1.0.0-1
- Update to 1.0.0. Fixes rhbz#2064951