delete unneeded build requires

This commit is contained in:
openeuler-basic 2020-01-15 16:06:34 +08:00
parent 13e540ace5
commit 9d3409e9f0

View File

@ -1,12 +1,12 @@
Name: jq Name: jq
Version: 1.5 Version: 1.5
Release: 14 Release: 15
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
BuildRequires: flex bison oniguruma-devel valgrind BuildRequires: flex bison valgrind
%description %description
jq is a lightweight and flexible command-line JSON processor. jq is a lightweight and flexible command-line JSON processor.
@ -68,5 +68,8 @@ make check
%changelog %changelog
* Tue Dec 31 2019 zhujunhao <zhujunhao5@huawei.com> 1.5-14 * Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.5-15
- Delete unndeeded build requires
* Tue Dec 31 2019 zhujunhao <zhujunhao5@huawei.com> - 1.5-14
- Package init - Package init