Updating link to change in openSUSE:Factory/psmisc revision 31.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=b3c9b8bb1daa007cf2d93da297e160f6
This commit is contained in:
parent
ff2e4eb7c4
commit
d3a72f2b6b
@ -1,15 +1,3 @@
|
|||||||
--- 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
|
||||||
+++ src/fuser.c 2010-07-13 15:01:58.000000000 +0000
|
+++ src/fuser.c 2010-07-13 15:01:58.000000000 +0000
|
||||||
@@ -1120,7 +1120,8 @@ int main(int argc, char *argv[])
|
@@ -1120,7 +1120,8 @@ int main(int argc, char *argv[])
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a496b4e684dc5cd5ed28ae296b071701d39845e0a799396dbc005f2736340b1d
|
|
||||||
size 298393
|
|
3
psmisc-22.13.tar.bz2
Normal file
3
psmisc-22.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45531c27bae46be5168a98edcbfc5f68c811176261631249880bc454e551c712
|
||||||
|
size 303260
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
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.12)
|
# spec file for package psmisc (Version 22.13)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,12 +25,11 @@ Url: http://switch.dl.sourceforge.net/sourceforge/psmisc/
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
PreReq: %fillup_prereq %insserv_prereq
|
PreReq: %fillup_prereq %insserv_prereq
|
||||||
AutoReqProv: on
|
Version: 22.13
|
||||||
Version: 22.12
|
|
||||||
Release: 1
|
Release: 1
|
||||||
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/%{name}-%{version}.tar.bz2
|
||||||
Patch0: %name-22.12.dif
|
Patch0: %name-22.12.dif
|
||||||
Patch1: %name-22.12-tigetstr.patch
|
Patch1: %name-22.12-tigetstr.patch
|
||||||
Patch2: %name-22.12-pstree_overflow.patch
|
Patch2: %name-22.12-pstree_overflow.patch
|
||||||
@ -50,12 +49,6 @@ command sends a specified signal (SIGTERM if nothing is specified) to
|
|||||||
processes identified by name. The fuser command identifies the PIDs of
|
processes identified by name. The fuser command identifies the PIDs of
|
||||||
processes that are using specified files or filesystems.
|
processes that are using specified files or filesystems.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Werner Almesberger
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p0 -b .tigetstr
|
%patch1 -p0 -b .tigetstr
|
||||||
|
Loading…
Reference in New Issue
Block a user