From 2ce4f7505724fc847c4b239e87e24fa542f729db Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 22:37:54 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- ocaml-fileutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index 31d95c7..3cabdc7 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -1,6 +1,6 @@ Name: ocaml-fileutils Version: 0.5.2 -Release: 27%{?dist} +Release: 28%{?dist} Summary: OCaml library for common file and filename operations License: LGPLv2 with exceptions @@ -98,6 +98,10 @@ make test %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.5.2-28 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 23 2021 Richard W.M. Jones - 0.5.2-27 - Bump and rebuild resolves: rhbz#1975307