From 90b0ac91e028aafd6ef0aea8a860353489a860d8 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 20:28:53 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- http-parser.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/http-parser.spec b/http-parser.spec index 9d24ace..c8a1fef 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -1,6 +1,6 @@ Name: http-parser Version: 2.9.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: HTTP request/response parser for C License: MIT @@ -75,6 +75,10 @@ EOF %{_libdir}/libhttp_parser_strict.so %changelog +* Mon Aug 09 2021 Mohan Boddu - 2.9.4-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 2.9.4-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937