Compare commits
10 Commits
4a9b65e10c
...
b3af8a1b2a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3af8a1b2a | ||
|
|
95497fb75a | ||
|
|
6c77377a0f | ||
|
|
eb4caa25e1 | ||
|
|
1a6f5a0333 | ||
|
|
485d8c54c8 | ||
|
|
146a3ecd20 | ||
|
|
2ebaa18687 | ||
|
|
e6e117a707 | ||
|
|
16142cf2d6 |
Binary file not shown.
BIN
lsof-4.99.3.tar.gz
Normal file
BIN
lsof-4.99.3.tar.gz
Normal file
Binary file not shown.
26
lsof.spec
26
lsof.spec
@ -1,12 +1,12 @@
|
|||||||
Name: lsof
|
Name: lsof
|
||||||
Version: 4.96.4
|
Version: 4.99.3
|
||||||
Release: 2
|
Release: 2
|
||||||
Summary: A tool for list open files
|
Summary: A tool for list open files
|
||||||
License: zlib and Sendmail and LGPLv2+
|
License: Zlib and Sendmail and LGPL-2.0-or-later
|
||||||
URL: https://people.freebsd.org/~abe/
|
URL: https://people.freebsd.org/~abe/
|
||||||
Source0: https://github.com/lsof-org/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/lsof-org/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc libtirpc-devel libselinux-devel
|
BuildRequires: gcc libtirpc-devel libselinux-devel groff-base
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lsof is a free, open-source, Unix administrative tool for displays information
|
Lsof is a free, open-source, Unix administrative tool for displays information
|
||||||
@ -24,7 +24,7 @@ The %{name}-help package contains doc files for %{name}.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./Configure -n linux
|
LSOF_CC=%{__cc} ./Configure -n linux
|
||||||
%make_build DEBUG="%{build_cflags} -I/usr/include/tirpc" CFGL="%{build_ldflags} -L./lib -llsof -lselinux -ltirpc"
|
%make_build DEBUG="%{build_cflags} -I/usr/include/tirpc" CFGL="%{build_ldflags} -L./lib -llsof -lselinux -ltirpc"
|
||||||
soelim -r Lsof.8 > lsof.1
|
soelim -r Lsof.8 > lsof.1
|
||||||
|
|
||||||
@ -50,6 +50,24 @@ popd
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 22 2024 luofng <luofeng13@huawei.com> -4.99.3-2
|
||||||
|
- Type: enhencement
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:support for building with clang
|
||||||
|
|
||||||
|
* Tue Jan 23 2024 zhoupengcheng <zhoupengcheng11@huawei.com> -4.99.3-1
|
||||||
|
- update version to 4.99.3
|
||||||
|
|
||||||
|
* Tue Aug 1 2023 renhongxun <renhongxun@h-partners.com> - 4.97.0-3
|
||||||
|
- add BuildRequires groff-base to fix building error
|
||||||
|
|
||||||
|
* Thu Mar 23 2023 yixiangzhike <yixiangzhike007@163.cn> - 4.97.0-2
|
||||||
|
- backport patches from upstream
|
||||||
|
|
||||||
|
* Wed Feb 1 2023 wangjunqi <wangjunqi@kylinos.cn> - 4.97.0-1
|
||||||
|
- update version to 4.97.0
|
||||||
|
|
||||||
* Wed Nov 16 2022 dongyuzhen <dongyuzhen@h-partners.com> - 4.96.4-2
|
* Wed Nov 16 2022 dongyuzhen <dongyuzhen@h-partners.com> - 4.96.4-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user