add help package to main package

This commit is contained in:
caodongxia 2020-11-10 11:31:15 +08:00
parent a0ac748d24
commit 5290dcceb0

View File

@ -1,6 +1,6 @@
Name: opensm
Version: 3.3.20
Release: 11
Release: 12
Summary: InfiniBand Subnet Manager and Administrator
License: GPLv2 or BSD
URL: https://www.openfabrics.org/
@ -13,6 +13,7 @@ Source4: opensm.rwtab
BuildRequires: byacc flex libibumad-devel
Requires: logrotate rdma
Requires: %{name}-help = %{version}-%{release}
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
@ -110,5 +111,8 @@ rm -rf /var/cache/opensm
%{_mandir}/man8/*8*
%changelog
* Fri Nov 06 2020 caodongxia <caodongxia@huawei.com> - 3.3.20-12
- Add install requires help package into main package
* Mon Nov 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.3.20-10
- Package init