From 18f14aa99d31a5f9716f3e3264a38af59bd1b14b Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 13 Feb 2025 13:35:25 +0100 Subject: [PATCH] yajl-2.1.0-25.el9 - Add missing BuildRequires - Related: RHEL-60277 Signed-off-by: Jindrich Novy --- yajl.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/yajl.spec b/yajl.spec index be3bea7..ca03756 100644 --- a/yajl.spec +++ b/yajl.spec @@ -3,7 +3,7 @@ Name: yajl Version: 2.1.0 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Yet Another JSON Library (YAJL) License: ISC @@ -28,7 +28,8 @@ Patch6: https://github.com/openEuler-BaseService/yajl/commit/3d65cb0c6db4d433e5e Patch7: https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698.patch Patch8: yajl-2.1.0-CVE-2022-24795.patch -BuildRequires: gcc +BuildRequires: git-core +BuildRequires: gcc BuildRequires: cmake %package devel @@ -94,6 +95,10 @@ cd test %changelog +* Thu Feb 13 2025 Jindrich Novy - 2.1.0-25 +- Add missing BuildRequires +- Related: RHEL-60277 + * Tue Feb 11 2025 Jindrich Novy - 2.1.0-24 - spec file fixes - Related: RHEL-60277