diff --git a/jq.spec b/jq.spec index 141d0cba837e2dcb659b0ab23c3396d241777653..99cb2f9abe34d4653b243ca2bddafdb70730c589 100644 --- a/jq.spec +++ b/jq.spec @@ -1,6 +1,6 @@ Name: jq Version: 1.5 -Release: 17 +Release: 18 Summary: A lightweight and flexible command-line JSON processor License: MIT and ASL 2.0 and CC-BY and GPLv3 URL: http://stedolan.github.io/jq/ @@ -8,6 +8,7 @@ Source0: https://github.com/stedolan/jq/releases/download/jq-%{version}/j Patch0: CVE-2015-8863.patch Patch1: CVE-2016-4074.patch BuildRequires: make flex bison valgrind +Requires: %{name}-help = %{version}-%{release} %description jq is a lightweight and flexible command-line JSON processor. @@ -71,6 +72,9 @@ make check %changelog +* Fri Nov 06 2020 leiju -1.5-18 +- Add Requires jq-help into jq + * Sat Mar 21 2020 yanglijin -1.5-17 - close check