import CS junit5-5.7.1-8.el9

This commit is contained in:
eabdullin 2025-03-11 07:31:42 +00:00
parent dfad95bc81
commit c5c91f9d63

View File

@ -7,11 +7,12 @@
Name: junit5
Version: 5.7.1
Release: 5%{?dist}
Release: 8%{?dist}
Summary: Java regression testing framework
License: EPL-2.0
URL: https://junit.org/junit5/
BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Source0: https://github.com/junit-team/junit5/archive/r%{version}/junit5-%{version}.tar.gz
@ -134,6 +135,15 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api
%doc documentation/src/docs/*
%changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 5.7.1-8
- Add noarch to ExclusiveArch
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 5.7.1-7
- Disable building on i686
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 5.7.1-6
- Rebuild with regenerated Requires on Java
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.7.1-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688