diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 44c4f81..2323ce4 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 8 06:27:14 UTC 2017 - tbechtold@suse.com + +- Fix Requires + ------------------------------------------------------------------- Fri Jul 28 14:43:04 UTC 2017 - darin@darins.net diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 03dd7ce..6e3301f 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module jsonpointer >= 1.9} %endif -Requires: %{python_module jsonpointer >= 1.9} +Requires: python-jsonpointer >= 1.9 Requires(post): update-alternatives Requires(preun): update-alternatives BuildRoot: %{_tmppath}/%{name}-%{version}-build