diff --git a/storm.spec b/storm.spec index 78dcff8c9e939e690e0b823de8a5b5df875a7741..0b971a41e96b379bdbac84aa11f34f245596c9a2 100644 --- a/storm.spec +++ b/storm.spec @@ -5,7 +5,7 @@ %define _data_dir %{_sharedstatedir}/storm Name: storm Version: 1.2.3 -Release: 1 +Release: 2 Summary: Apache Storm realtime computation system License: Apache-2.0 Url: http://storm.apache.org @@ -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. @@ -93,5 +94,8 @@ done %attr(0700,storm,storm) %dir %{_data_dir} %changelog +* Wed May 26 2021 wangchong 1.2.3 - 2 +- add requires + * Thu Mar 18 2021 huanghaitao 1.2.3 - 1 - Package init