Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
765fd1a41e
!38 [sync] PR-37: Fix list non-existent files.
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-11-04 09:49:48 +00:00
xuguangmin
f0f4877d92 List non-existent files.
(cherry picked from commit 5341f044cc032bdf239326f5529111727c60cc44)
2024-11-01 17:08:56 +08:00
openeuler-ci-bot
0944fa3bac
!34 [sync] PR-33: cleanup spec
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-09-06 01:33:39 +00:00
Funda Wang
91c54a772a cleanup spec
(cherry picked from commit 32233db6c10516abe1a96de11ad30c68a4f5068c)
2024-09-05 18:09:20 +08:00
openeuler-ci-bot
427db0e5a9
!27 update version to 1.32
From: @fly_fzc 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-12-20 04:11:03 +00:00
fly_fzc
9261b58b8f update version to 1.32 2023-12-15 16:18:42 +08:00
openeuler-ci-bot
fb314a4394
!18 fix an issue about teamd is using 100% cpu usage(of 1 core)
From: @zhangruifang2020 
Reviewed-by: @ziyangc 
Signed-off-by: @ziyangc
2023-09-21 02:01:14 +00:00
zhangruifang2020
7a60e458e6 fix an issue about teamd is using 100% cpu usage(of 1 core) 2023-09-21 09:17:54 +08:00
openeuler-ci-bot
1dc72d3950
!15 libteam: add missing space in changelog
From: @chenmaodong 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-12-28 02:52:32 +00:00
chenmaodong
d5099cb756 libteam: add missing space in changelog
Signed-off-by: chenmaodong <chenmaodong@xfusion.com>
2022-12-27 17:41:51 +08:00
3 changed files with 23 additions and 15 deletions

Binary file not shown.

BIN
libteam-1.32.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libteam
Version: 1.31
Release: 2
Version: 1.32
Release: 3
Summary: User-space counterpart library for team network
License: LGPLv2+
URL: http://www.libteam.org
Source: http://www.libteam.org/files/libteam-%{version}.tar.gz
License: LGPL-2.0-or-later
URL: https://www.libteam.org
Source: https://www.libteam.org/files/libteam-%{version}.tar.gz
Patch0: libteam-fix-error-options-in-doc.patch
@ -38,6 +38,7 @@ is use with the legacy network service.
%package help
Summary: Document of %{name}
BuildArch: noarch
Requires: %{name} = %{version}-%{release}
Provides: %{name}-doc = %{version}-%{release}
Obsoletes: %{name}-doc < %{version}-%{release}
@ -49,9 +50,9 @@ This package contains the document of %{name}
%autosetup -n %{name}-%{version} -p1
%build
%configure
make %{?_smp_mflags}
make html
%configure --disable-static
%make_build
%make_build html
%install
mkdir -p _tmpdoc1/examples
@ -59,6 +60,7 @@ rm examples/python/*.py
cp -p examples/*.c _tmpdoc1/examples
%make_install
%delete_la
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d
install -p teamd/dbus/teamd.conf $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d/
@ -73,9 +75,6 @@ done
install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/teamd.conf
@ -91,8 +90,6 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
%{_includedir}/team.h
%{_libdir}/libteam.so
%{_libdir}/pkgconfig/libteam.pc
%{_libdir}/*.a
%{_libdir}/*.la
%{_includedir}/teamdctl.h
%{_libdir}/libteamdctl.so
%{_libdir}/pkgconfig/libteamdctl.pc
@ -107,7 +104,6 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
%doc _tmpdoc1/examples
%doc doc/api
%doc teamd/example_configs teamd/redhat/example_ifcfgs/
%doc _tmpdoc2/examples
%{_mandir}/man1/bond2team.1*
%{_mandir}/man5/teamd.conf.5*
%{_mandir}/man8/teamd.8*
@ -115,6 +111,18 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
%{_mandir}/man8/teamnl.8*
%changelog
* Fri Nov 01 2024 xuguangmin <xuguangmin@kylinos.cn> - 1.32-3
- List non-existent files.
* Tue Sep 03 2024 Funda Wang <fundawang@yeah.net> - 1.32-2
- cleanup spec
* Fri Dec 15 2023 fuanan <fuanan3@h-partners.com> - 1.32-1
- update version to 1.32
* 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)
* Thu Sep 8 2022 yixiangzhike <yixiangzhike007@163.com> - 1.31-2
- fix error options in doc
@ -124,7 +132,7 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
* Thu Oct 29 2020 wangchen <wangchen137@huawei.com> - 1.30-2
- Remove python2
*Thu Jul 16 2020 Hugel <gengqihu1@huawei.com> - 1.30-1
* Thu Jul 16 2020 Hugel <gengqihu1@huawei.com> - 1.30-1
- Type:enhancement
- ID:NA
- SUG:NA