Revert unwanted dependency change

This reverts commit b0e012bd7c.
This commit is contained in:
Mikolaj Izdebski 2018-10-22 19:04:46 +00:00
parent b0e012bd7c
commit 5317cb37c6

View File

@ -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 <mizdebsk@redhat.com> - 1:3.5.4-7
- Revert unwanted dependency change
* Mon Oct 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.5.4-6
- Specify alternatives as dep, not chkconfig
* Mon Jul 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:3.5.4-5
* Mon Jul 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:3.5.4-2
- Require javapackages-tools for maven-lib.
* Thu Jul 26 2018 Michael Simacek <msimacek@redhat.com> - 1:3.5.4-4