From 2a74af42f6594bcd67134a313ce5faa05f6fe6b6 Mon Sep 17 00:00:00 2001 From: Jan Rybar Date: Tue, 17 Sep 2024 19:06:00 +0200 Subject: [PATCH] add -devel subpackage into CRB Resolves: RHEL-38617 --- libev.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libev.spec b/libev.spec index d3853fd..be90121 100644 --- a/libev.spec +++ b/libev.spec @@ -3,7 +3,7 @@ Name: libev Version: 4.33 -Release: 5%{?dist} +Release: 6%{?dist} Summary: High-performance event loop/event model with lots of features License: BSD or GPLv2+ @@ -92,6 +92,10 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir} %{source_dir} %changelog +* Tue Sep 17 2024 Mohan Boddu - 4.33-6 +- add -devel subpackage into CRB +- Resolves: RHEL-38617 + * Mon Aug 09 2021 Mohan Boddu - 4.33-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688