From 93499b3b22e5f5e9b2779d17ad28b165229a7f0f Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Fri, 6 Nov 2020 16:34:44 +0800 Subject: [PATCH] Add Requires jq-help into jq --- jq.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jq.spec b/jq.spec index 141d0cb..99cb2f9 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 -- Gitee