diff --git a/psmisc.spec b/psmisc.spec index 77c9de2..cfc884f 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -1,12 +1,12 @@ Summary: Utilities for managing processes on your system Name: psmisc Version: 22.3 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD/GPL Group: Applications/System Source: ftp://ftp.sf.net/pub/sourceforge/psmisc/psmisc-%{version}.tar.gz URL: http://psmisc.sourceforge.net -Buildroot: %{_tmppath}/%{name}-%{version}-root +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libselinux-devel BuildRequires: gettext @@ -14,6 +14,8 @@ BuildRequires: ncurses-devel # backport from upstream CVS Patch0: psmisc-22.3-fuser-ipv6.patch +# 214214: killall misbehavior (prelink, etc) +Patch1: psmisc-22.3-killall-ino.patch %description The psmisc package contains utilities for managing processes on your @@ -26,6 +28,7 @@ of processes that are using specified files or filesystems. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" @@ -58,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/pstree.1* %changelog +* Thu Mar 1 2007 Karel Zak 22.3-2 +- fix #214214 - killall misbehavior (prelink, etc) + * Thu Mar 1 2007 Karel Zak 22.3-1 - update to upstream 22.3 - backport ipv6 bugfix from upstream CVS