From e95e76026f4b2192f3051aa55def25c16133698a Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Wed, 26 May 2021 09:44:06 +0800 Subject: [PATCH] add requires (cherry picked from commit 6fbea43382d95791afd62835763497ac7712c1b2) --- storm.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/storm.spec b/storm.spec index c6b9a14..6422a74 100644 --- a/storm.spec +++ b/storm.spec @@ -25,6 +25,7 @@ BuildRequires: systemd Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +Requires: java-1.8.0-openjdk %description Apache Storm is a free and open source distributed realtime computation system. @@ -87,8 +88,8 @@ done %dir %{_data_dir} %changelog -* Thu Mar 29 2021 huanghaitao 1.2.3 - 2 -- fixed runtime error +* Wed May 26 2021 wangchong 1.2.3 - 2 +- add requires * Thu Mar 18 2021 huanghaitao 1.2.3 - 1 - Package init