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