From 9e5edb7698841699e5d54603932a71c7851ae039 Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Mon, 11 May 2009 08:36:27 +0000 Subject: [PATCH] merge review --- psmisc.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/psmisc.spec b/psmisc.spec index f136a9a..dd02093 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -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 22.6-11 +- merge review (#226322): a few .spec changes + * Thu Apr 23 2009 Daniel Novotny - 22.6-10 - fix #497303 - fuser -m doesn't work after lazy unmount