From 81a19e5ec02a9adb003a45f2138ddf259ff2b8ce Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 07:39:13 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/jq.git#032aebbf5569026732efbdccdc59063635af1d9d --- jq.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jq.spec b/jq.spec index da569a1..3eaa7e2 100644 --- a/jq.spec +++ b/jq.spec @@ -1,6 +1,6 @@ Name: jq Version: 1.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Command-line JSON processor License: MIT and ASL 2.0 and CC-BY and GPLv3 @@ -15,6 +15,7 @@ BuildRequires: oniguruma-devel %ifarch %{valgrind_arches} BuildRequires: valgrind %endif +BuildRequires: make %description @@ -89,6 +90,9 @@ make check %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Dec 05 2020 Richard W.M. Jones - 1.6-6 - Use correct valgrind_arches macro to check for valgrind.