diff --git a/maven.spec b/maven.spec index 22fb440..7e3828e 100644 --- a/maven.spec +++ b/maven.spec @@ -7,7 +7,7 @@ Name: maven Epoch: 1 Version: 3.5.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 # bundled slf4j is MIT @@ -75,8 +75,8 @@ BuildRequires: mvn(ch.qos.logback:logback-classic) Requires: %{name}-lib = %{epoch}:%{version}-%{release} -Requires(post): %{_sbindir}/update-alternatives -Requires(postun): %{_sbindir}/update-alternatives +Requires(post): chkconfig +Requires(postun): chkconfig # Theoretically Maven might be usable with just JRE, but typical Maven # workflow requires full JDK, so we recommend it here. @@ -275,10 +275,13 @@ update-alternatives --install %{_bindir}/mvn mvn %{homedir}/bin/mvn %{?maven_alt %changelog +* Mon Oct 22 2018 Mikolaj Izdebski - 1:3.5.4-7 +- Revert unwanted dependency change + * Mon Oct 22 2018 Peter Robinson 1:3.5.4-6 - Specify alternatives as dep, not chkconfig -* Mon Jul 30 2018 Severin Gehwolf - 1:3.5.4-5 +* Mon Jul 30 2018 Severin Gehwolf - 1:3.5.4-2 - Require javapackages-tools for maven-lib. * Thu Jul 26 2018 Michael Simacek - 1:3.5.4-4