delete useless so file

(cherry picked from commit a5d9c4323e2b5ba54a2aa0ae143e5c00185a7491)
This commit is contained in:
XWwalker 2022-06-07 09:51:42 +08:00 committed by openeuler-sync-bot
parent 849d52b03f
commit 50d96cd218

View File

@ -3,7 +3,7 @@
Name: net-snmp
Version: 5.9
Release: 4
Release: 5
Epoch: 1
Summary: SNMP Daemon
License: BSD
@ -57,7 +57,6 @@ BuildRequires: systemd gcc openssl-devel bzip2-devel elfutils-devel libselinux
BuildRequires: elfutils-libelf-devel rpm-devel perl-devel perl(ExtUtils::Embed) procps pcre-devel
BuildRequires: python3-devel python3-setuptools chrpath mariadb-connector-c-devel net-tools
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} %{name}-help
@ -218,8 +217,6 @@ install -m 644 %SOURCE7 %{buildroot}/%{_tmpfilesdir}/net-snmp.conf
mkdir -p %{buildroot}/%{_unitdir}
install -m 644 %SOURCE8 %SOURCE9 %{buildroot}/%{_unitdir}/
cp -a %{_libdir}/libnetsnmp*.so* %{buildroot}%{_libdir}
%check
%if %{netsnmp_check}
cp -f libtool.orig libtool
@ -332,6 +329,12 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
%{_mandir}/man1/fixproc*
%changelog
* Tue Jun 07 2022 xingwei <xingwei14@h-partners.com> - 5.9-5
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:delete useless so file
* Wed Sep 15 2021 gaihuiying <gaihuiying1@huawei.com> - 5.9-4
- Type:bugfix
- CVE:NA