From cd9465ccd4823804a7e411dc80f4b8a184caeaf5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 23 Jun 2021 14:24:06 +0100 Subject: [PATCH] Bump and rebuild resolves: rhbz#1975307 --- ocaml-fileutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index 5ac39b1..31d95c7 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -1,6 +1,6 @@ Name: ocaml-fileutils Version: 0.5.2 -Release: 26%{?dist} +Release: 27%{?dist} Summary: OCaml library for common file and filename operations License: LGPLv2 with exceptions @@ -98,6 +98,10 @@ make test %changelog +* Wed Jun 23 2021 Richard W.M. Jones - 0.5.2-27 +- Bump and rebuild + resolves: rhbz#1975307 + * Fri Apr 16 2021 Mohan Boddu - 0.5.2-26 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937