Re-add compatibility alias for 'mockito-all'

This commit is contained in:
Mat Booth 2018-12-05 15:56:09 +00:00
parent 87e822ed76
commit 90b2c14472

View File

@ -1,6 +1,6 @@
Name: mockito
Version: 2.23.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tasty mocking framework for unit tests in Java
License: MIT
URL: https://site.mockito.org/
@ -57,6 +57,9 @@ Private-Package: org.mockito.*
-removeheaders: Bnd-LastModified,Include-Resource,Private-Package
EOF
# Compatibility alias
%mvn_alias org.%{name}:%{name}-core org.%{name}:%{name}-all
%build
%mvn_build
@ -71,6 +74,9 @@ EOF
%license LICENSE
%changelog
* Wed Dec 05 2018 Mat Booth <mat.booth@redhat.com> - 2.23.9-2
- Re-add compatibility alias for 'mockito-all'
* Tue Dec 04 2018 Mat Booth <mat.booth@redhat.com> - 2.23.9-1
- Update to latest upstream version
- Switch to maven build system using a custom pom to avoid a dep on gradle