Resolves: rhbz#2060445

Signed-off-by: Xin Long <lxin@redhat.com>
This commit is contained in:
Xin Long 2022-06-13 10:38:40 -04:00 committed by Xin Long
parent f705e8645d
commit bfca2586bc

View File

@ -1,6 +1,6 @@
Name: libteam
Version: 1.31
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Library for controlling team network device
License: LGPLv2+
URL: http://www.libteam.org
@ -145,6 +145,9 @@ install -p -m 755 utils/team2bond $RPM_BUILD_ROOT%{_bindir}/team2bond
%{_sysconfdir}/sysconfig/network-scripts/ifdown-TeamPort
%changelog
* Mon Jun 13 2022 Long Xin <lxin@redhat.com> - 1.31-14
- Rebuilt with a new version to pass the fixed gating test (rhbz#2060445)
* Mon May 16 2022 Hangbin Liu <haliu@redhat.com> - 1.31-13
- utils/team2bond: do not add updelay/downdelay if already exist (rhbz#2060445)