Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/lsof-4.93.2-rh.tar.xz
|
||||
SOURCES/lsof-4.94.0-rh.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
fc65518ea135309e4426ab1f44eb97eefd95bc96 SOURCES/lsof-4.93.2-rh.tar.xz
|
||||
ab2f4a9f68617bda184118649661eff436f5a4ac SOURCES/lsof-4.94.0-rh.tar.xz
|
||||
|
@ -1,11 +1,10 @@
|
||||
Summary: A utility which lists open files on a Linux/UNIX system
|
||||
Name: lsof
|
||||
Version: 4.93.2
|
||||
Release: 1%{?dist}
|
||||
Version: 4.94.0
|
||||
Release: 3%{?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
|
||||
@ -25,6 +24,7 @@ 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,11 +52,35 @@ install -p -m 0644 lsof.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/lsof.1
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 17 2020 Jan Rybar <jrybar@redhat.com> - 4.93.2-1
|
||||
* 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
|
||||
|
||||
* 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
|
||||
- Rebase to lsof-4.93.2
|
||||
- Upstream moved to GitHub (original unreachable) and tarball structure changed
|
||||
- Upstream moved to GitHub and tarball structure changed
|
||||
- Manpage patch needed to reflect the tarball changes
|
||||
- Resolves: rhbz#1778228
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.91-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.91-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user