Bootstrap build

This commit is contained in:
Mikolaj Izdebski 2021-05-17 15:49:27 +02:00
parent 19fa6f177e
commit 3df7439c51

View File

@ -1,9 +1,9 @@
%bcond_with bootstrap
%bcond_without bootstrap
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
URL: https://commons.apache.org/io
@ -73,6 +73,9 @@ sed -i '/DefaultLocale/d' src/test/java/org/apache/commons/io/input/XmlStreamRea
%doc RELEASE-NOTES.txt
%changelog
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.8.0-4
- Bootstrap build
* Wed Feb 3 2021 Mat Booth <mat.booth@redhat.com> - 1:2.8.0-3
- Add patch to fix Files.size() failing when symlink target is non-existant