fix fscanf() usage in killall
This commit is contained in:
parent
dc901bd5db
commit
cfb613cffc
@ -1 +1 @@
|
|||||||
psmisc-21.7.tar.gz
|
psmisc-21.8.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
Summary: Utilities for managing processes on your system.
|
Summary: Utilities for managing processes on your system.
|
||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 21.7
|
Version: 21.8
|
||||||
Release: 1.cvs20051005
|
Release: 1
|
||||||
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
|
||||||
@ -18,6 +18,7 @@ BuildRequires: libselinux-devel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Patch0: psmisc-21.7-fuser-pid.patch
|
Patch0: psmisc-21.7-fuser-pid.patch
|
||||||
|
Patch1: psmisc-21.7-killall-scanf.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The psmisc package contains utilities for managing processes on your
|
The psmisc package contains utilities for managing processes on your
|
||||||
@ -30,6 +31,7 @@ of processes that are using specified files or filesystems.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .pid
|
%patch0 -p1 -b .pid
|
||||||
|
%patch1 -p1 -b .scanf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
||||||
@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 30 2005 Karel Zak <kzak@redhat.com> 21.8-1
|
||||||
|
- fix #174585 - killall crashes on long variable name
|
||||||
|
|
||||||
* Wed Oct 5 2005 Karel Zak <kzak@redhat.com> 21.7-1.cvs20051005
|
* Wed Oct 5 2005 Karel Zak <kzak@redhat.com> 21.7-1.cvs20051005
|
||||||
- sync with upstream CVS
|
- sync with upstream CVS
|
||||||
- use old version of fuser
|
- use old version of fuser
|
||||||
|
Loading…
Reference in New Issue
Block a user