From decb58e8988eb52986d0ca6c9faa19f78963f836 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Nov 21 2019 22:37:52 +0000 Subject: require the correct version of guava --- diff --git a/maven.spec b/maven.spec index 2392e9a..85e73c6 100644 --- a/maven.spec +++ b/maven.spec @@ -7,7 +7,7 @@ Name: maven Epoch: 1 Version: 3.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 # bundled slf4j is MIT @@ -98,7 +98,7 @@ Requires: atinject Requires: cdi-api Requires: geronimo-annotation Requires: google-guice -Requires: guava20 +Requires: guava Requires: hawtjni-runtime Requires: httpcomponents-client Requires: httpcomponents-core @@ -276,6 +276,9 @@ update-alternatives --install %{_bindir}/mvn mvn %{homedir}/bin/mvn %{?maven_alt %changelog +* Thu Nov 21 2019 Fabio Valentini - 1:3.6.1-3 +- Require the correct version of guava. + * Mon Nov 04 2019 Fabio Valentini - 1:3.6.1-2 - Fix postun scriptlet.