|
|
|
@ -1,10 +1,11 @@
|
|
|
|
|
Summary: A utility which lists open files on a Linux/UNIX system
|
|
|
|
|
Name: lsof
|
|
|
|
|
Version: 4.94.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 4.93.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
# Sendmail .. lib/snpf.c
|
|
|
|
|
# LGPLv2+ .. lib/regex.c, regex.h
|
|
|
|
|
License: zlib and Sendmail and LGPLv2+
|
|
|
|
|
Group: Development/Debuggers
|
|
|
|
|
URL: https://github.com/lsof-org/lsof
|
|
|
|
|
|
|
|
|
|
# lsof contains licensed code that we cannot ship. Therefore we use
|
|
|
|
@ -24,7 +25,6 @@ BuildRequires: gcc
|
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
|
BuildRequires: libtirpc-devel
|
|
|
|
|
BuildRequires: groff-base
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Lsof stands for LiSt Open Files, and it does just that: it lists information
|
|
|
|
@ -52,35 +52,14 @@ install -p -m 0644 lsof.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/lsof.1
|
|
|
|
|
%{_mandir}/man*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.94.0-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 4.93.2-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.94.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Thu Jan 28 2021 Jan Rybar <jrybar@redhat.com> - 4.94.0-1
|
|
|
|
|
- Rebase to 4.94.0
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.93.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.93.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.93.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.93.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 28 2019 Jan Rybar <jrybar@redhat.com> - 4.93.2-1
|
|
|
|
|
* Fri Apr 17 2020 Jan Rybar <jrybar@redhat.com> - 4.93.2-1
|
|
|
|
|
- Rebase to lsof-4.93.2
|
|
|
|
|
- Upstream moved to GitHub and tarball structure changed
|
|
|
|
|
- Upstream moved to GitHub (original unreachable) and tarball structure changed
|
|
|
|
|
- Manpage patch needed to reflect the tarball changes
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.91-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
- Resolves: rhbz#1778228
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.91-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|