List non-existent files.

(cherry picked from commit 721efba956b8fc7a0072905596ca8cf6b43e7c13)
This commit is contained in:
xuguangmin 2024-11-01 17:13:10 +08:00 committed by openeuler-sync-bot
parent b3062b5401
commit 6b4bedbcda

View File

@ -1,6 +1,6 @@
Name: libteam Name: libteam
Version: 1.31 Version: 1.31
Release: 3 Release: 4
Summary: User-space counterpart library for team network Summary: User-space counterpart library for team network
License: LGPLv2+ License: LGPLv2+
URL: http://www.libteam.org URL: http://www.libteam.org
@ -108,7 +108,6 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
%doc _tmpdoc1/examples %doc _tmpdoc1/examples
%doc doc/api %doc doc/api
%doc teamd/example_configs teamd/redhat/example_ifcfgs/ %doc teamd/example_configs teamd/redhat/example_ifcfgs/
%doc _tmpdoc2/examples
%{_mandir}/man1/bond2team.1* %{_mandir}/man1/bond2team.1*
%{_mandir}/man5/teamd.conf.5* %{_mandir}/man5/teamd.conf.5*
%{_mandir}/man8/teamd.8* %{_mandir}/man8/teamd.8*
@ -116,6 +115,9 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
%{_mandir}/man8/teamnl.8* %{_mandir}/man8/teamnl.8*
%changelog %changelog
* Fri Nov 01 2024 xuguangmin <xuguangmin@kylinos.cn> - 1.31-4
- List non-existent files.
* Thu Sep 21 2023 zhangruifang <zhangruifang1@h-partners.com> - 1.31-3 * Thu Sep 21 2023 zhangruifang <zhangruifang1@h-partners.com> - 1.31-3
- fix an issue about teamd is using 100% cpu usage (of 1 core) - fix an issue about teamd is using 100% cpu usage (of 1 core)