rpms/psmisc/devel psmisc-22.6-types.patch, NONE, 1.1 psmisc.spec, 1.47, 1.48 psmisc-22.3-fuser-ipv6.patch, 1.1, NONE psmisc-22.3-killall-ino.patch, 1.1, NONE psmisc-22.6-peekfd64.patch, 1.1, NONE psmisc-22.6-secarch.patch, 1.1, NONE

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Mon Apr 7 10:34:53 UTC 2008


Author: tsmetana

Update of /cvs/pkgs/rpms/psmisc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32476

Modified Files:
	psmisc.spec 
Added Files:
	psmisc-22.6-types.patch 
Removed Files:
	psmisc-22.3-fuser-ipv6.patch psmisc-22.3-killall-ino.patch 
	psmisc-22.6-peekfd64.patch psmisc-22.6-secarch.patch 
Log Message:
* Mon Apr 07 2008 Tomas Smetana <tsmetana at redhat.com> 22.6-5
- fix configure.ac to include all the required headers for peekfd
- remove kernel-headers again -- not needed in rawhide


psmisc-22.6-types.patch:

--- NEW FILE psmisc-22.6-types.patch ---
diff -up psmisc-22.6/configure.ac.types psmisc-22.6/configure.ac
--- psmisc-22.6/configure.ac.types	2008-04-07 12:21:50.000000000 +0200
+++ psmisc-22.6/configure.ac	2008-04-07 12:22:14.000000000 +0200
@@ -67,7 +67,8 @@ AC_CHECK_MEMBERS([struct user_regs_struc
 		struct user_regs_struct.rax,
 		struct user_regs_struct.rdi,
 		struct user_regs_struct.rsi,
-		struct user_regs_struct.rdx], [],[], [#include <sys/user.h>])
+		struct user_regs_struct.rdx], [],[], [#include <sys/types.h>
+			#include <sys/user.h>])
 AC_CHECK_MEMBERS([struct pt_regs.orig_gpr3,
 		struct pt_regs.gpr], [],[], [#include <linux/ptrace.h>])
 AM_CONDITIONAL(WANT_PEEKFD_I386,


Index: psmisc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/psmisc/devel/psmisc.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- psmisc.spec	7 Apr 2008 09:15:49 -0000	1.47
+++ psmisc.spec	7 Apr 2008 10:34:10 -0000	1.48
@@ -1,20 +1,19 @@
 Summary: Utilities for managing processes on your system
 Name: psmisc
 Version: 22.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD/GPLv2+
 Group: Applications/System
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 URL: http://psmisc.sourceforge.net
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0: psmisc-22.6-peekfd64.patch
+Patch0: psmisc-22.6-types.patch
 
 BuildRequires: libselinux-devel
 BuildRequires: gettext
 BuildRequires: ncurses-devel
 BuildRequires: autoconf automake
-BuildRequires: kernel-headers
 
 %description
 The psmisc package contains utilities for managing processes on your
@@ -26,7 +25,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch -p1 -b .types
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
@@ -67,6 +66,10 @@
 %endif
 
 %changelog
+* Mon Apr 07 2008 Tomas Smetana <tsmetana at redhat.com> 22.6-5
+- fix configure.ac to include all the required headers for peekfd
+- remove kernel-headers again -- not needed in rawhide
+
 * Mon Apr 07 2008 Tomas Smetana <tsmetana at redhat.com> 22.6-4
 - fix #440762 - add kernel-headers to build reuqirements
 


--- psmisc-22.3-fuser-ipv6.patch DELETED ---


--- psmisc-22.3-killall-ino.patch DELETED ---


--- psmisc-22.6-peekfd64.patch DELETED ---


--- psmisc-22.6-secarch.patch DELETED ---




More information about the fedora-extras-commits mailing list