From d8bf8978d88ffe3656ce5088219e402b973ac1bc Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 15 Apr 2021 22:34:40 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- apache-commons-io.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-io.spec b/apache-commons-io.spec index 390bebc..da12d3c 100644 --- a/apache-commons-io.spec +++ b/apache-commons-io.spec @@ -6,7 +6,7 @@ Name: apache-commons-io Epoch: 1 Version: 2.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utilities to assist with developing IO functionality License: ASL 2.0 @@ -82,6 +82,9 @@ rm src/test/java/org/apache/commons/io/output/XmlStreamWriterTest.java %changelog +* Thu Apr 15 2021 Mohan Boddu - 1:2.8.0-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Feb 3 2021 Mat Booth - 1:2.8.0-3 - Add patch to fix Files.size() failing when symlink target is non-existant