Avoid using recommends when not supported
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
This commit is contained in:
parent
afaf8d3bf4
commit
ba7ec40020
@ -107,7 +107,9 @@ Requires: java-headless >= 1:1.8.0
|
||||
Requires: javapackages-tools
|
||||
Requires: procps
|
||||
Requires: %{name}-lib = %{epoch}:%{version}-%{release}
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
Recommends: tomcat-native >= %{native_version}
|
||||
%endif
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
|
Loading…
Reference in New Issue
Block a user