Rebuilt for Drop i686 JDKs
https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
This commit is contained in:
parent
161f976da0
commit
4ef6e068ca
@ -3,13 +3,14 @@
|
||||
Name: classloader-leak-test-framework
|
||||
%global nwname classloader-leak-prevention-parent
|
||||
Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Detection and verification of Java ClassLoader leaks
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/mjiderhamn/classloader-leak-prevention/tree/master/%{name}
|
||||
Source0: https://github.com/mjiderhamn/classloader-leak-prevention/archive/%{nwname}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
@ -60,6 +61,9 @@ cat pom.xml | grep -B 3 -A 3 -e 1.6 -e 8
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 2.7.0-2
|
||||
- Rebuilt for Drop i686 JDKs
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.7.0-1
|
||||
- bumped to newest versio
|
||||
- moved source/target to 8
|
||||
|
Loading…
Reference in New Issue
Block a user