Rebuild with regenerated Requires on Java

Related: RHEL-62405
This commit is contained in:
Marián Konček 2024-11-19 22:59:15 +01:00
parent 8751a8b60e
commit 3968e30cfa

View File

@ -2,7 +2,7 @@
Name: byte-buddy Name: byte-buddy
Version: 1.10.20 Version: 1.10.20
Release: 5%{?dist} Release: 6%{?dist}
Summary: Runtime code generation for the Java virtual machine Summary: Runtime code generation for the Java virtual machine
License: ASL 2.0 License: ASL 2.0
URL: http://bytebuddy.net/ URL: http://bytebuddy.net/
@ -152,6 +152,9 @@ sed -i -e '/SuppressFBWarnings/d' $(grep -lr SuppressFBWarnings)
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 1.10.20-6
- Rebuild with regenerated Requires on Java
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.20-5 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.20-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688