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
|
Thu Apr 26 17:02:11 CEST 2007 - werner@suse.de
|
||||||
|
|
||||||
|
13
psmisc.spec
13
psmisc.spec
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
Name: psmisc
|
Name: psmisc
|
||||||
BuildRequires: gcc-c++ glibc-devel ncurses-devel
|
BuildRequires: gcc-c++ glibc-devel ncurses-devel
|
||||||
URL: http://switch.dl.sourceforge.net/sourceforge/psmisc/
|
Url: http://switch.dl.sourceforge.net/sourceforge/psmisc/
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
PreReq: %fillup_prereq %insserv_prereq
|
PreReq: %fillup_prereq %insserv_prereq
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 22.5
|
Version: 22.5
|
||||||
Release: 2
|
Release: 31
|
||||||
Provides: ps:/usr/bin/killall
|
Provides: ps:/usr/bin/killall
|
||||||
Summary: Utilities for managing processes on your system
|
Summary: Utilities for managing processes on your system
|
||||||
Source: http://switch.dl.sourceforge.net/sourceforge/psmisc/psmisc-%{version}.tar.bz2
|
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
|
Patch1: %name-%version-pstree.patch
|
||||||
Patch2: %name-%version-nfs4fuser.patch
|
Patch2: %name-%version-nfs4fuser.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
%description
|
||||||
The psmisc package contains utilities for managing processes on your
|
The psmisc package contains utilities for managing processes on your
|
||||||
@ -86,8 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/peekfd.1*
|
%{_mandir}/man1/peekfd.1*
|
||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/pstree.1*
|
%{_mandir}/man1/pstree.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 04 2007 - bg@suse.de
|
||||||
|
- Disable peekfd on hppa
|
||||||
* Thu Apr 26 2007 - werner@suse.de
|
* Thu Apr 26 2007 - werner@suse.de
|
||||||
- Args, peekfd is ix86 specific, disable on other architectures
|
- Args, peekfd is ix86 specific, disable on other architectures
|
||||||
* Thu Apr 26 2007 - werner@suse.de
|
* Thu Apr 26 2007 - werner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user