From d663dbe0ef41c46b673e19a1bf5e6cda58c8f7b8 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 3 Jun 2021 10:12:44 +0800 Subject: [PATCH] fixes failed: no acceptable C compiler found in PATH --- jq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jq.spec b/jq.spec index 141d0cb..c9d57a6 100644 --- a/jq.spec +++ b/jq.spec @@ -1,13 +1,13 @@ 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/ Source0: https://github.com/stedolan/jq/releases/download/jq-%{version}/jq-%{version}.tar.gz Patch0: CVE-2015-8863.patch Patch1: CVE-2016-4074.patch -BuildRequires: make flex bison valgrind +BuildRequires: make flex bison valgrind gcc %description jq is a lightweight and flexible command-line JSON processor. @@ -71,6 +71,9 @@ make check %changelog +* Thu Jun 03 2021 wulei - 1.5-18 +- fixes failed: no acceptable C compiler found in $PATH + * Sat Mar 21 2020 yanglijin -1.5-17 - close check