- fix #214214 - killall <path> misbehavior (prelink, etc)

- Resolves: rhbz#214214
This commit is contained in:
kzak 2007-04-02 11:41:12 +00:00
parent 71a15b8c15
commit bd41506217

View File

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