diff --git a/jq.spec b/jq.spec index 37e43d833f2c1854ae3a9455d33b0222734bdc4b..2fcf0bed348ecbcf2c225e38a1f329506a1496d7 100644 --- a/jq.spec +++ b/jq.spec @@ -1,6 +1,7 @@ +%define anolis_release .0.1 Name: jq Version: 1.6 -Release: 3%{?dist} +Release: 3%{anolis_release}%{?dist} Summary: Command-line JSON processor License: MIT and ASL 2.0 and CC-BY and GPLv3 @@ -15,7 +16,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -%ifnarch s390x +%ifnarch s390x loongarch64 BuildRequires: valgrind %endif @@ -94,6 +95,9 @@ make check %changelog +* Fri May 6 2022 Peng Zhou - 1.6-3.0.1 +- Spec:no requires valgrind for loongarch64 + * Mon Oct 4 2021 Tomas Halman - Fix big integers issue - Resolves: bug#2008717