Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f86b231fd1 |
1 changed files with 4 additions and 1 deletions
|
|
@ -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.83
|
Version: 4.83
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}.1
|
||||||
License: zlib
|
License: zlib
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
|
|
||||||
|
|
@ -53,6 +53,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 29 2010 jkeating - 4.83-2.1
|
||||||
|
- Rebuilt for gcc bug 634757
|
||||||
|
|
||||||
* Fri Feb 19 2010 Karel Zak <kzak@redhat.com> 4.83-2
|
* Fri Feb 19 2010 Karel Zak <kzak@redhat.com> 4.83-2
|
||||||
- minor changes in spec file (#226108 - Merge Review)
|
- minor changes in spec file (#226108 - Merge Review)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue