This commit is contained in:
parent
51d10dcb6c
commit
af4e602f5e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 23:40:19 CEST 2007 - bg@suse.de
|
||||
|
||||
- Disable peekfd on hppa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 26 17:02:11 CEST 2007 - werner@suse.de
|
||||
|
||||
|
13
psmisc.spec
13
psmisc.spec
@ -12,13 +12,13 @@
|
||||
|
||||
Name: psmisc
|
||||
BuildRequires: gcc-c++ glibc-devel ncurses-devel
|
||||
URL: http://switch.dl.sourceforge.net/sourceforge/psmisc/
|
||||
License: GNU General Public License (GPL)
|
||||
Url: http://switch.dl.sourceforge.net/sourceforge/psmisc/
|
||||
License: GPL v2 or later
|
||||
Group: System/Monitoring
|
||||
PreReq: %fillup_prereq %insserv_prereq
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Version: 22.5
|
||||
Release: 2
|
||||
Release: 31
|
||||
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
|
||||
@ -26,7 +26,7 @@ Patch0: %name-%version.dif
|
||||
Patch1: %name-%version-pstree.patch
|
||||
Patch2: %name-%version-nfs4fuser.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define nopeek s390 s390x ppc ppc64 x86_64 ia64
|
||||
%define nopeek s390 s390x ppc ppc64 x86_64 ia64 hppa
|
||||
|
||||
%description
|
||||
The psmisc package contains utilities for managing processes on your
|
||||
@ -86,8 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/peekfd.1*
|
||||
%endif
|
||||
%{_mandir}/man1/pstree.1*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user