- minor changes in spec file (#226108 - Merge Review)
This commit is contained in:
parent
d8adf26086
commit
f428764912
13
lsof.spec
13
lsof.spec
@ -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: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: zlib
|
License: zlib
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
|
||||||
# 184338 - allow lsof access nptl threads
|
# 184338 - allow lsof access nptl threads
|
||||||
Patch1: lsof_4.81-threads.patch
|
Patch0: lsof_4.81-threads.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lsof stands for LiSt Open Files, and it does just that: it lists
|
Lsof stands for LiSt Open Files, and it does just that: it lists
|
||||||
@ -29,7 +29,7 @@ UNIX system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{lsofrh}
|
%setup -q -n %{lsofrh}
|
||||||
%patch1 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux
|
LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux
|
||||||
@ -47,12 +47,15 @@ install -p lsof.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,-)
|
||||||
%doc 00*
|
%doc 00*
|
||||||
%attr(0755,root,root) %{_sbindir}/lsof
|
%{_sbindir}/lsof
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 19 2010 Karel Zak <kzak@redhat.com> 4.83-2
|
||||||
|
- minor changes in spec file (#226108 - Merge Review)
|
||||||
|
|
||||||
* Thu Feb 11 2010 Karel Zak <kzak@redhat.com> 4.83-1
|
* Thu Feb 11 2010 Karel Zak <kzak@redhat.com> 4.83-1
|
||||||
- upgrade to 4.83 (see the 00DIST file for list of changes)
|
- upgrade to 4.83 (see the 00DIST file for list of changes)
|
||||||
- remove lsof_4.83A-selinux-typo.patch (fixed upstream)
|
- remove lsof_4.83A-selinux-typo.patch (fixed upstream)
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
# script merges all to the one normal tarball and rename all to lsof_X.XX-rh.
|
# script merges all to the one normal tarball and rename all to lsof_X.XX-rh.
|
||||||
#
|
#
|
||||||
# Usage: ./upstream2downstream <usptream-tarball>
|
# Usage: ./upstream2downstream <usptream-tarball>
|
||||||
|
#
|
||||||
|
# This code is in the public domain; do with it what you wish.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
|
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user