Add Requires jq-help into jq

This commit is contained in:
lei_ju 2020-11-06 16:34:44 +08:00
parent 3f937b70c9
commit 93499b3b22

View File

@ -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 <leiju4@huawei.com> -1.5-18
- Add Requires jq-help into jq
* Sat Mar 21 2020 yanglijin <yanglijin@huawei.com> -1.5-17
- close check