OBS User unknown 2009-07-17 15:06:50 +00:00 committed by Git OBS Bridge
parent 5cab30567e
commit 2e67e2a75b
2 changed files with 7 additions and 135 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 10 19:28:53 UTC 2009 - jansimon.moeller@opensuse.org
- Add ARM to nopeek
-------------------------------------------------------------------
Mon May 25 13:43:53 CEST 2009 - werner@suse.de

View File

@ -27,7 +27,7 @@ Group: System/Monitoring
PreReq: %fillup_prereq %insserv_prereq
AutoReqProv: on
Version: 22.7
Release: 2
Release: 3
Provides: ps:/usr/bin/killall
Summary: Utilities for managing processes on your system
Source: http://switch.dl.sourceforge.net/sourceforge/psmisc/psmisc-%{version}.tar.bz2
@ -40,7 +40,7 @@ Patch5: %name-22.6-fdleak.patch
Patch6: %name-22.6-tigetstr.patch
Patch7: %name-22.7-memleaks.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define nopeek s390 s390x ia64
%define nopeek s390 s390x ia64 %arm
%description
The psmisc package contains utilities for managing processes on your
@ -106,136 +106,3 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/pstree.1*
%changelog
* Mon May 25 2009 werner@suse.de
- Remove oldfuser from file list
* Mon May 11 2009 werner@suse.de
- Update to psmisc-22.7
* Updated Polish, Russian, Swedish and Indonesian PO files
* Changed fuser.1 so signal is SIGNAL to reduce confusion about wether
or not it is a parameter Debian #517413
* fuser.1 references pkill(1) Debian #517414
* Added Chinese (traditional) PO file
* Updated Russian PO file
* Clarified -m and -c for fuser Debian #467289
* Patch from Arnaud Giersch to fix udp ports in fuser Debian #502208
* pstree man page mentions -Z may not be available Debian #478327
* pstree handles UTF-8 lengths much better Debian #413503
* killall says no process found when process not found Debian #500097
* pstree makes a bigger buffer for -al flags Debian #352603
* Dynamically reallocate buffer for fuser patch from Don Armstrong
* Updated Indonesian PO file
* peekfd off by one problem in fds Debian #460530
* Patch from Marcus Watts for better comm handling in pstree
* Updated Hungarian po file
* Updated French and German po files
* Fuser -m detects more open sockets SF patch #1728412 Thnks marienz
* Updated Italian, Chinese simplified, Dutch, Swedish and Polish po files
* Removed old fuser
- Adapt our patches
* Fri Mar 27 2009 werner@suse.de
- nfs4fuser: do not match on shadow mounts
- resolve some memory leaks in fuser
* Thu Mar 12 2009 werner@suse.de
- nfs4fuser: be able to detect the root file system (bnc#464295)
* Wed Mar 11 2009 werner@suse.de
- nfs4fuser: make sure not to stumble on short named mount points
to avoid to terminate processes on wrong mount points
* Thu Oct 09 2008 werner@suse.de
- Make compiler happy: Don't compare pointer with zero (bnc#432986)
* Wed Oct 01 2008 werner@suse.de
- Avoid stat(2) for all network based file systems (bnc#409011)
* Tue Sep 23 2008 werner@suse.de
- Enhance NFS patch for fuser (bug #409011)
* Mon Sep 01 2008 werner@suse.de
- Do not leak on /proc/net/unix (bnc#417841)
- Read /proc/net/unix and /proc/mounts only once
* Fri Aug 22 2008 prusnak@suse.cz
- enabled SELinux support [Fate#303662]
* Thu Aug 07 2008 werner@suse.de
- Refine NFS patch
- Add option -w for killing only procs with write access
* Fri May 16 2008 werner@suse.de
- Add a warning about fusers option -m due NFS locks
- Strip @ symbol from file names read from /proc/net/unix
* Wed Dec 19 2007 werner@suse.de
- Enhance NFS patch for fuser (bug #346776)
* Fri Dec 14 2007 werner@suse.de
- Update to psmisc-22.6
* killall.1 mentions you can use -SIGxxx as well as just -XXX for
signal Debian #431082
* Added support for PPC architecture for peekfd
* Updated the Chinese simplified po file
* Added support for x86_64 architecture for peekfd
* Added Chinese simplified po file
* Updated Dutch, Vietnamese, Polish and Italian translations
* Patch for peekfd from Benno Schulenberg
* Fixed up NLS for fuser, patch from Benno Schulenberg
* killall asks for Signal (procname) if not SIGTERM
* Thu Oct 04 2007 bg@suse.de
- Disable peekfd on hppa
* Thu Apr 26 2007 werner@suse.de
- Args, peekfd is ix86 specific, disable on other architectures
* Thu Apr 26 2007 werner@suse.de
- Update to psmisc-22.5
* fuser tcp works on 64bit
* Added new tool peekfd
* killall uses /proc/<pid>/exe if inode comparision fails
* fuser correctly parses remote tcp ports
- Patched fuser to avoid to be locked on stalled NFS (bug #166912)
* Thu Mar 29 2007 rguenther@suse.de
- Add ncurses-devel BuildRequires
* Fri Sep 15 2006 werner@suse.de
- Update to psmisc version 22.3 which includes the previous fixes
* Wed Feb 08 2006 max@suse.de
- Fix exit code of fuser in silent mode [#148563].
* Fri Jan 27 2006 mmj@suse.de
- Fix finding AF_UNIX sockets [#142342]
- Fix minor nits with net_*
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 12 2006 mmj@suse.de
- Update to psmisc-22.1 including:
* Updated PO files
* fuser signals eg -INT work better
* removed space out of fuser man page for -signal
* fuser -s flag works
* fix grep lines in Makefile for i386 arches
* Fri Dec 16 2005 mmj@suse.de
- update to psmisc-21.9 including:
* Fixed install-exec-hook so only symlink pstree.x11 if file does
not exist already.
* buffer overflow in killall scanf removed
* Fixed segfault in pstree -a
* fuser can not use IPv6, for things like uClibc
* configure has --disable-ipv6 for above
* fuser finds unix sockets
* fixed print_matches to only print unmatched objects if -a is
specified and to output the header for -v
* fixed argument parsing to handle groups like -av again
* Fri Dec 09 2005 ro@suse.de
- disable selinux
* Tue Nov 08 2005 mmj@suse.de
- add patch to fix print_matches and commandline arguments parsing
* Sun Nov 06 2005 mmj@suse.de
- fuser returns 1 if no match found like before [#132180]
* Tue Nov 01 2005 mmj@suse.de
- Update to psmisc-21.7
* Mon Aug 08 2005 meissner@suse.de
- fixed buffer overflow in -k failure case with pids >= 10000
* Mon Aug 16 2004 garloff@suse.de
- Update to psmisc-21.5:
* bugs fixed: UTF-8 line truncation (SF#757164), ss_family
(SF#845292), docu (fuser, ...)
* POSIX compat: -m option, ignore -f, fuser output, case
insensitive options for -I.
* Cleanups: dev_t and ino_t usage, automake update
* pstree -A(SCII) flag
- Rediff patches.
* Tue Jul 20 2004 schwab@suse.de
- Use autoreconf.
* Sun Apr 04 2004 kukuk@suse.de
- Add split alias [Bug #38279]
* Sun Feb 15 2004 stepan@suse.de
- update to v21.4
* Sat Feb 14 2004 kukuk@suse.de
- Split from ps package