From bb4028744c16834704086c5b7afdf2b3469295c2 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Wed, 8 Apr 2026 09:49:39 +0200 Subject: [PATCH] Add libeconf-devel to a public repo Resolves: RHEL-126957 Signed-off-by: Iker Pedrosa --- libeconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libeconf.spec b/libeconf.spec index 5323f7a..e8f3674 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -5,7 +5,7 @@ Name: libeconf Version: 0.4.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Enhanced config file parser library License: MIT @@ -85,6 +85,9 @@ configuration files from applications that use %{name}. %changelog +* Wed Apr 8 2026 Iker Pedrosa - 0.4.1-6 +- Add libeconf-devel to a public repo. Resolves: RHEL-126957 + * Tue Dec 9 2025 Iker Pedrosa - 0.4.1-5 - Avoid double-free memory corruption. Resolves: RHEL-130877