diff --git a/lsof.spec b/lsof.spec index c26d102..f8af6cc 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,7 +1,7 @@ Summary: A utility which lists open files on a Linux/UNIX system Name: lsof Version: 4.98.0 -Release: 6%{?dist} +Release: 7%{?dist} License: lsof URL: https://github.com/lsof-org/lsof @@ -53,6 +53,10 @@ install -p -m 0644 lsof.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/lsof.1 %{_mandir}/man*/* %changelog +* Tue Jan 28 2025 Jan Rybar - 4.98.0-7 +- forgot to bump release number +- Resolves: RHEL-43531 + * Mon Jan 27 2025 Jan Rybar - 4.98.0-7 - fix OSH findings - Resolves: RHEL-43531