|
|
@ -3,7 +3,7 @@
|
|
|
|
Summary: Network monitoring tools including ping
|
|
|
|
Summary: Network monitoring tools including ping
|
|
|
|
Name: iputils
|
|
|
|
Name: iputils
|
|
|
|
Version: 20210202
|
|
|
|
Version: 20210202
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Release: 9%{?dist}.inferit
|
|
|
|
# some parts are under the original BSD (ping.c)
|
|
|
|
# some parts are under the original BSD (ping.c)
|
|
|
|
# some are under GPLv2+ (tracepath.c)
|
|
|
|
# some are under GPLv2+ (tracepath.c)
|
|
|
|
License: BSD and GPLv2+
|
|
|
|
License: BSD and GPLv2+
|
|
|
@ -25,6 +25,8 @@ Patch001: 001-ping-remove-unsupported-IPv6-warning-on-disabled-IPv6.patch
|
|
|
|
Patch100: 100-iputils-ifenslave.patch
|
|
|
|
Patch100: 100-iputils-ifenslave.patch
|
|
|
|
Patch101: 101-iputils-ifenslave-CWE-170.patch
|
|
|
|
Patch101: 101-iputils-ifenslave-CWE-170.patch
|
|
|
|
Patch102: 102-iputils-ifenslave-CWE-170-2.patch
|
|
|
|
Patch102: 102-iputils-ifenslave-CWE-170-2.patch
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
|
|
|
Patch1000: 0001-Added-Russian-translation.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
@ -130,6 +132,10 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
|
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
|
|
|
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 25 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 20210202-9.inferit
|
|
|
|
|
|
|
|
- Added Russian translation
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.4-beta
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 03 2023 Jan Macku <jamacku@redhat.com> - 20210202-9
|
|
|
|
* Wed May 03 2023 Jan Macku <jamacku@redhat.com> - 20210202-9
|
|
|
|
- ping: Remove 'unsupported IPv6' warning on disabled IPv6 (rhbz#2152511)
|
|
|
|
- ping: Remove 'unsupported IPv6' warning on disabled IPv6 (rhbz#2152511)
|
|
|
|
|
|
|
|
|
|
|
|