- fix debuginfo

This commit is contained in:
kzak 2005-05-10 10:22:41 +00:00
parent 19c887d1ca
commit 65565f4d47

View File

@ -1,7 +1,7 @@
Summary: A utility which lists open files on a Linux/UNIX system. Summary: A utility which lists open files on a Linux/UNIX system.
Name: lsof Name: lsof
Version: 4.74 Version: 4.74
Release: 6 Release: 7
License: Free License: Free
%define lsofrh lsof_%{version}-rh %define lsofrh lsof_%{version}-rh
Group: Development/Debuggers Group: Development/Debuggers
@ -31,7 +31,7 @@ make DEBUG="$RPM_OPT_FLAGS"
%install %install
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir} mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
install -s lsof ${RPM_BUILD_ROOT}%{_prefix}/sbin install -m 0755 lsof ${RPM_BUILD_ROOT}%{_prefix}/sbin
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
install lsof.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ install lsof.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
@ -41,10 +41,13 @@ rm -rf ${RPM_BUILD_ROOT}
%files %files
%defattr(644,root,root,755) %defattr(644,root,root,755)
%doc 00* %doc 00*
%attr(0755,root,root) %{_sbindir}/* %attr(0755,root,root) %{_sbindir}/lsof
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Tue May 10 2005 Karel Zak <kzak@redhat.com> 4.74-7
- fix debuginfo
* Wed Mar 23 2005 Karel Zak <kzak@redhat.com> 4.74-6 * Wed Mar 23 2005 Karel Zak <kzak@redhat.com> 4.74-6
- fix "lsof -b" hangs if a process is stuck in disk-wait/NFS (#131712) - fix "lsof -b" hangs if a process is stuck in disk-wait/NFS (#131712)