Accepting request 48511 from Base:System
checked in (request 48511) OBS-URL: https://build.opensuse.org/request/show/48511 OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=25
This commit is contained in:
parent
69ceb93b56
commit
ff2e4eb7c4
@ -1,3 +1,15 @@
|
||||
--- configure.ac
|
||||
+++ configure.ac 2010-07-13 13:54:30.000000000 +0000
|
||||
@@ -66,7 +66,8 @@ AC_CHECK_MEMBERS([struct user_regs_struc
|
||||
struct user_regs_struct.rdi,
|
||||
struct user_regs_struct.rsi,
|
||||
struct user_regs_struct.rdx], [],[],
|
||||
- [#include <sys/user.h>])
|
||||
+ [#include <sys/types.h>
|
||||
+ #include <sys/user.h>])
|
||||
AC_CHECK_MEMBERS([struct pt_regs.orig_gpr3,
|
||||
struct pt_regs.gpr], [],[], [#include <linux/ptrace.h>])
|
||||
AC_CHECK_MEMBERS([struct pt_regs.uregs],[],[], [#include <asm/ptrace.h>])
|
||||
--- src/fuser.c
|
||||
+++ src/fuser.c 2010-07-13 15:01:58.000000000 +0000
|
||||
@@ -1120,7 +1120,8 @@ int main(int argc, char *argv[])
|
||||
|
3
psmisc-22.12.tar.bz2
Normal file
3
psmisc-22.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a496b4e684dc5cd5ed28ae296b071701d39845e0a799396dbc005f2736340b1d
|
||||
size 298393
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45531c27bae46be5168a98edcbfc5f68c811176261631249880bc454e551c712
|
||||
size 303260
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 19 10:36:02 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 22.13:
|
||||
+ configure patch for x86_64 properly applied sf#3029302.
|
||||
+ patch configure so pt_regs isn't used on SuperH. deb#588986
|
||||
+ Fixed configure.ac so only mipsel not mips compiles peekfd
|
||||
- Remove part of psmisc-22.12.dif that is upstream.
|
||||
- Remove AutoReqProv: it's default now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 13 18:47:35 CEST 2010 - werner@suse.de
|
||||
|
||||
|
13
psmisc.spec
13
psmisc.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package psmisc (Version 22.13)
|
||||
# spec file for package psmisc (Version 22.12)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -25,11 +25,12 @@ Url: http://switch.dl.sourceforge.net/sourceforge/psmisc/
|
||||
License: GPLv2+
|
||||
Group: System/Monitoring
|
||||
PreReq: %fillup_prereq %insserv_prereq
|
||||
Version: 22.13
|
||||
AutoReqProv: on
|
||||
Version: 22.12
|
||||
Release: 1
|
||||
Provides: ps:/usr/bin/killall
|
||||
Summary: Utilities for managing processes on your system
|
||||
Source: http://switch.dl.sourceforge.net/sourceforge/psmisc/%{name}-%{version}.tar.bz2
|
||||
Source: http://switch.dl.sourceforge.net/sourceforge/psmisc/psmisc-%{version}.tar.bz2
|
||||
Patch0: %name-22.12.dif
|
||||
Patch1: %name-22.12-tigetstr.patch
|
||||
Patch2: %name-22.12-pstree_overflow.patch
|
||||
@ -49,6 +50,12 @@ command sends a specified signal (SIGTERM if nothing is specified) to
|
||||
processes identified by name. The fuser command identifies the PIDs of
|
||||
processes that are using specified files or filesystems.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Werner Almesberger
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0 -b .tigetstr
|
||||
|
Loading…
Reference in New Issue
Block a user