Rebuild to regenerate auto-requires

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

View File

@ -2,7 +2,7 @@
Name: apache-commons-codec Name: apache-commons-codec
Version: 1.15 Version: 1.15
Release: 6%{?dist} Release: 7%{?dist}
Summary: Implementations of common encoders and decoders Summary: Implementations of common encoders and decoders
License: ASL 2.0 License: ASL 2.0
URL: https://commons.apache.org/codec/ URL: https://commons.apache.org/codec/
@ -51,6 +51,9 @@ export MAVEN_OPTS="-Xmx1024m"
%doc RELEASE-NOTES* %doc RELEASE-NOTES*
%changelog %changelog
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.15-7
- Rebuild to regenerate auto-requires
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.15-6 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.15-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688