yajl-2.1.0-25.el9

- Add missing BuildRequires
- Related: RHEL-60277

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-02-13 13:35:25 +01:00
parent 1c01d260f8
commit 18f14aa99d

View File

@ -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 <jnovy@redhat.com> - 2.1.0-25
- Add missing BuildRequires
- Related: RHEL-60277
* Tue Feb 11 2025 Jindrich Novy <jnovy@redhat.com> - 2.1.0-24
- spec file fixes
- Related: RHEL-60277