diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index d139058..a1e4a9d 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.21 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Applying JSON Patches in Python License: BSD @@ -60,6 +60,9 @@ ln -s ./jsonpatch-%{python3_version} %{buildroot}%{_bindir}/jsonpatch %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 1.21-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Dec 7 2021 Alan Pevec - 1.21-18 - Drop conflicting jsondiff binary rhbz#2029805