diff --git a/python-jsondiff.changes b/python-jsondiff.changes index e04c3f6..9d5b4bb 100644 --- a/python-jsondiff.changes +++ b/python-jsondiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 9 01:00:26 UTC 2018 - toddrme2178@gmail.com + +- Fix typo to allow building + ------------------------------------------------------------------- Tue May 8 18:43:02 UTC 2018 - tchvatal@suse.com diff --git a/python-jsondiff.spec b/python-jsondiff.spec index 13754f0..8460f0b 100644 --- a/python-jsondiff.spec +++ b/python-jsondiff.spec @@ -54,6 +54,6 @@ Package to show differences between JSON and JSON-like structures in Python %license LICENSE %doc README.rst %{python_sitelib}/* -%{py3_only} %{_bindir}/jsondiff +%python3_only %{_bindir}/jsondiff %changelog