!19 add net-snmp-help dependency for net-snmp

From: @haochenstar
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2020-11-10 11:46:05 +08:00 committed by Gitee
commit 5b78f6954b

View File

@ -3,7 +3,7 @@
Name: net-snmp
Version: 5.9
Release: 1
Release: 2
Epoch: 1
Summary: SNMP Daemon
License: BSD
@ -52,7 +52,7 @@ BuildRequires: python3-devel python3-setuptools chrpath mariadb-connector-c-de
BuildRequires: perl(TAP::Harness) lm_sensors-devel autoconf automake
BuildRequires: net-snmp net-snmp-libs
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
Requires: %{name}-libs = %{epoch}:%{version}-%{release} %{name}-help
Provides: %{name}-utils
Obsoletes: %{name}-utils
@ -324,6 +324,12 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
%{_mandir}/man1/fixproc*
%changelog
* Mon Nov 09 2020 xihaochen <xihaochen@huawei.com> - 5.9-2
- Type:requriement
- CVE:NA
- SUG:NA
- DESC:add net-snmp-help dependency for net-snmp
* Tue Sep 01 2020 zhouyihang <zhouyihang3@huawei.com> - 5.9-1
- Type:enhancement
- ID:NA