diff --git a/tftp.spec b/tftp.spec index 83b4628..53adbe6 100644 --- a/tftp.spec +++ b/tftp.spec @@ -3,7 +3,7 @@ Summary: The client for the Trivial File Transfer Protocol (TFTP) Name: tftp Version: 5.2 -Release: 43%{?dist} +Release: 44%{?dist} License: BSD-4-Clause-UC URL: http://www.kernel.org/pub/software/network/tftp/ Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-%{version}.tar.bz2 @@ -110,6 +110,9 @@ install -p -m 644 %SOURCE2 ${RPM_BUILD_ROOT}%{_unitdir} %{_unitdir}/* %changelog +* Mon May 06 2024 Lukáš Zaoral - 5.2-44 +- gating enablement rebuild (RHEL-25853) + * Fri Apr 05 2024 Lukáš Zaoral - 5.2-43 - apply fixes to true positives reported by static analyzers from RHEL 9 (RHEL-25853)