diff --git a/mockito.spec b/mockito.spec index 47693b9..e37f0ff 100644 --- a/mockito.spec +++ b/mockito.spec @@ -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 - 2.23.9-2 +- Re-add compatibility alias for 'mockito-all' + * Tue Dec 04 2018 Mat Booth - 2.23.9-1 - Update to latest upstream version - Switch to maven build system using a custom pom to avoid a dep on gradle