merge review

This commit is contained in:
Daniel Novotny 2009-05-11 08:36:27 +00:00
parent afd7e1de87
commit 9e5edb7698

View File

@ -1,15 +1,18 @@
Summary: Utilities for managing processes on your system
Name: psmisc
Version: 22.6
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv2+
Group: Applications/System
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
URL: http://psmisc.sourceforge.net
URL: http://sourceforge.net/projects/psmisc
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#fix configure.ac to include all the required headers for peekfd
Patch0: psmisc-22.6-types.patch
#fix #441871
Patch1: psmisc-22.6-pstree-overflow.patch
#fix #497303
Patch2: psmisc-22.6-fuser-remove-mountlist.patch
BuildRequires: libselinux-devel
@ -56,7 +59,7 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/peekfd.1*
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root)
%defattr(-,root,root,-)
/sbin/fuser
%{_bindir}/killall
%{_bindir}/pstree
@ -70,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 22.6-11
- merge review (#226322): a few .spec changes
* Thu Apr 23 2009 Daniel Novotny <dnovotny@redhat.com> - 22.6-10
- fix #497303 - fuser -m <dev> doesn't work after lazy unmount