From 99abf8c1a082d185241b94d3137c5a52905aba2b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 22:37:01 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- ocaml-csv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-csv.spec b/ocaml-csv.spec index 96a2f81..884fda6 100644 --- a/ocaml-csv.spec +++ b/ocaml-csv.spec @@ -1,6 +1,6 @@ Name: ocaml-csv Version: 1.7 -Release: 27%{?dist} +Release: 28%{?dist} Summary: OCaml library for reading and writing CSV files License: LGPLv2+ @@ -79,6 +79,10 @@ install -m 0755 csvtool.native $DESTDIR%{_bindir}/csvtool %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.7-28 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 23 2021 Richard W.M. Jones - 1.7-27 - Bump and rebuild resolves: rhbz#1975303