fixes failed: no acceptable C compiler found in PATH
This commit is contained in:
parent
7bae1456b4
commit
d663dbe0ef
7
jq.spec
7
jq.spec
@ -1,13 +1,13 @@
|
|||||||
Name: jq
|
Name: jq
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 17
|
Release: 18
|
||||||
Summary: A lightweight and flexible command-line JSON processor
|
Summary: A lightweight and flexible command-line JSON processor
|
||||||
License: MIT and ASL 2.0 and CC-BY and GPLv3
|
License: MIT and ASL 2.0 and CC-BY and GPLv3
|
||||||
URL: http://stedolan.github.io/jq/
|
URL: http://stedolan.github.io/jq/
|
||||||
Source0: https://github.com/stedolan/jq/releases/download/jq-%{version}/jq-%{version}.tar.gz
|
Source0: https://github.com/stedolan/jq/releases/download/jq-%{version}/jq-%{version}.tar.gz
|
||||||
Patch0: CVE-2015-8863.patch
|
Patch0: CVE-2015-8863.patch
|
||||||
Patch1: CVE-2016-4074.patch
|
Patch1: CVE-2016-4074.patch
|
||||||
BuildRequires: make flex bison valgrind
|
BuildRequires: make flex bison valgrind gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
jq is a lightweight and flexible command-line JSON processor.
|
jq is a lightweight and flexible command-line JSON processor.
|
||||||
@ -71,6 +71,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 03 2021 wulei <wulei80@huawei.com> - 1.5-18
|
||||||
|
- fixes failed: no acceptable C compiler found in $PATH
|
||||||
|
|
||||||
* Sat Mar 21 2020 yanglijin <yanglijin@huawei.com> -1.5-17
|
* Sat Mar 21 2020 yanglijin <yanglijin@huawei.com> -1.5-17
|
||||||
- close check
|
- close check
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user