- fix #214214 - killall <path> misbehavior (prelink, etc)
- Resolves: rhbz#214214
This commit is contained in:
parent
71a15b8c15
commit
bd41506217
10
psmisc.spec
10
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 <path> 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 <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
|
||||
- update to upstream 22.3
|
||||
- backport ipv6 bugfix from upstream CVS
|
||||
|
Loading…
Reference in New Issue
Block a user