remove build dependency on openssl-devel

Dependency on openssl-devel was removed in upstream version s20200821.

Please see 214ed83afc

Resolves: RHEL-103645
This commit is contained in:
Jan Macku 2025-07-28 08:19:49 +02:00
parent c6c896207e
commit 8c7039051d

View File

@ -3,7 +3,7 @@
Summary: Network monitoring tools including ping
Name: iputils
Version: 20240905
Release: 3%{?dist}
Release: 4%{?dist}
# some parts are under the original BSD (ping.c)
# some are under GPLv2+ (tracepath.c)
License: BSD-4-Clause-UC AND GPL-2.0-or-later
@ -27,7 +27,6 @@ BuildRequires: meson
BuildRequires: gettext
BuildRequires: glibc-kernheaders >= 2.4-8.19
BuildRequires: libidn2-devel
BuildRequires: openssl-devel
BuildRequires: libcap-devel
BuildRequires: libxslt docbook5-style-xsl
BuildRequires: systemd
@ -89,6 +88,9 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
%attr(644,root,root) %{_mandir}/man8/ifenslave.8*
%changelog
* Mon Jul 28 2025 Jan Macku <jamacku@redhat.com> - 20240905-4
- remove build dependency on openssl-devel removed in s20200821 (RHEL-103645)
* Tue Jun 03 2025 Jan Macku <jamacku@redhat.com> - 20240905-3
- Fix CVE-2025-47268 iputils: Signed Integer Overflow in Timestamp Multiplication in iputils ping (RHEL-94582)