Rebuild to regenerate auto-requires

Resolves: rhbz#2164437
This commit is contained in:
Mikolaj Izdebski 2023-01-30 19:39:42 +01:00
parent 1f5af43f80
commit d5c61fcc47

View File

@ -2,7 +2,7 @@
Name: apache-commons-cli
Version: 1.4
Release: 16%{?dist}
Release: 17%{?dist}
Summary: Command Line Interface Library for Java
License: ASL 2.0
URL: http://commons.apache.org/cli/
@ -46,6 +46,9 @@ command line arguments and options.
%doc README.md RELEASE-NOTES.txt
%changelog
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17
- Rebuild to regenerate auto-requires
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-16
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688