add requires
This commit is contained in:
parent
4468ddd14e
commit
6fbea43382
@ -5,7 +5,7 @@
|
|||||||
%define _data_dir %{_sharedstatedir}/storm
|
%define _data_dir %{_sharedstatedir}/storm
|
||||||
Name: storm
|
Name: storm
|
||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Apache Storm realtime computation system
|
Summary: Apache Storm realtime computation system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Url: http://storm.apache.org
|
Url: http://storm.apache.org
|
||||||
@ -25,6 +25,7 @@ BuildRequires: systemd
|
|||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
|
Requires: java-1.8.0-openjdk
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Apache Storm is a free and open source distributed realtime computation system.
|
Apache Storm is a free and open source distributed realtime computation system.
|
||||||
@ -93,5 +94,8 @@ done
|
|||||||
%attr(0700,storm,storm) %dir %{_data_dir}
|
%attr(0700,storm,storm) %dir %{_data_dir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 26 2021 wangchong <wangchong56@huawei.com> 1.2.3 - 2
|
||||||
|
- add requires
|
||||||
|
|
||||||
* Thu Mar 18 2021 huanghaitao <huanghaitao8@huawei.com> 1.2.3 - 1
|
* Thu Mar 18 2021 huanghaitao <huanghaitao8@huawei.com> 1.2.3 - 1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user