Rebuild with regenerated Requires on Java

Related: RHEL-62405
This commit is contained in:
Marián Konček 2024-11-18 11:56:47 +01:00
parent a5f69d6ac4
commit a292d94f62

View File

@ -2,7 +2,7 @@
Name: apache-commons-logging
Version: 1.2
Release: 29%{?dist}
Release: 30%{?dist}
Summary: Apache Commons Logging
License: ASL 2.0
URL: http://commons.apache.org/logging
@ -82,6 +82,9 @@ rm -rf src/test/java/org/apache/commons/logging/log4j/log4j12
%doc PROPOSAL.html RELEASE-NOTES.txt
%changelog
* Mon Nov 18 2024 Marián Konček <mkoncek@redhat.com> - 1.2-30
- Rebuild with regenerated Requires on Java
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2-29
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688