From a5d9c4323e2b5ba54a2aa0ae143e5c00185a7491 Mon Sep 17 00:00:00 2001 From: XWwalker Date: Tue, 7 Jun 2022 09:51:42 +0800 Subject: [PATCH] delete useless so file --- net-snmp.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index f01d1db..c0cfc38 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -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 - 5.9-5 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:delete useless so file + * Wed Sep 15 2021 gaihuiying - 5.9-4 - Type:bugfix - CVE:NA -- Gitee