Related: rhbz#1983237
Related: rhbz#1983166
Related: rhbz#1983215
Related: rhbz#1983229
This commit is contained in:
Marian Koncek 2021-08-06 15:38:17 +02:00
parent 5153083e0d
commit c967487f45

View File

@ -2,7 +2,7 @@
Name: apache-commons-compress
Version: 1.21
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Java API for working with compressed files and archivers
License: ASL 2.0
URL: https://commons.apache.org/proper/commons-compress/
@ -90,6 +90,9 @@ rm src/test/java/org/apache/commons/compress/archivers/tar/TarMemoryFileSystemTe
%doc LICENSE.txt NOTICE.txt
%changelog
* Fri Aug 06 2021 Marian Koncek <mkoncek@redhat.com> - 1.21-2
- Add missing BuildRequires
* Fri Aug 06 2021 Marian Koncek <mkoncek@redhat.com> - 1.21-1
- Update to upstream version 1.21