Rebuild to regenerate auto-requires

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

View File

@ -2,7 +2,7 @@
Name: atinject Name: atinject
Version: 1.0.3 Version: 1.0.3
Release: 5%{?dist} Release: 6%{?dist}
Summary: Dependency injection specification for Java (JSR-330) Summary: Dependency injection specification for Java (JSR-330)
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/eclipse-ee4j/injection-api URL: https://github.com/eclipse-ee4j/injection-api
@ -45,6 +45,9 @@ beneficial to most nontrivial applications.
%license LICENSE.txt NOTICE.md %license LICENSE.txt NOTICE.md
%changelog %changelog
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.3-6
- Rebuild to regenerate auto-requires
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.3-5 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.3-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