rpms/readahead/devel readahead-1.4.2-maxpath.patch, NONE, 1.1 readahead.spec, 1.42, 1.43

Karel Zak (kzak) fedora-extras-commits at redhat.com
Mon Mar 3 14:10:06 UTC 2008


Author: kzak

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

Modified Files:
	readahead.spec 
Added Files:
	readahead-1.4.2-maxpath.patch 
Log Message:
* Mon Mar  3 2008 Karel Zak <kzak at redhat.com> 1:1.4.2-5
- fix #434277 - readahead failed massrebuild attempt for GCC 4.3


readahead-1.4.2-maxpath.patch:

--- NEW FILE readahead-1.4.2-maxpath.patch ---
diff -up readahead-1.4.2/src/readahead-collector.c.maxpath readahead-1.4.2/src/readahead-collector.c
--- readahead-1.4.2/src/readahead-collector.c.maxpath	2008-03-03 15:02:17.000000000 +0100
+++ readahead-1.4.2/src/readahead-collector.c	2008-03-03 15:02:06.000000000 +0100
@@ -34,6 +34,7 @@
 #include <libaudit.h>
 #include <auparse.h>
 #include <ctype.h>
+#include <sys/param.h>
 
 /*
  * Defauls


Index: readahead.spec
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/devel/readahead.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- readahead.spec	19 Feb 2008 10:37:01 -0000	1.42
+++ readahead.spec	3 Mar 2008 14:09:31 -0000	1.43
@@ -1,7 +1,7 @@
 Summary:        Read a preset list of files into memory
 Name:           readahead
 Version:        1.4.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+
@@ -19,6 +19,7 @@
 
 Patch1: readahead-1.4.2-cleanup-ld.patch
 Patch2: readahead-1.4.2-null-name.patch
+Patch3: readahead-1.4.2-maxpath.patch
 
 %description
 readahead reads the contents of a list of files into memory,
@@ -32,6 +33,7 @@
 
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure --sbindir=/sbin
@@ -72,6 +74,9 @@
 /sbin/readahead-collector
 
 %changelog
+* Mon Mar  3 2008 Karel Zak <kzak at redhat.com> 1:1.4.2-5
+- fix #434277 - readahead failed massrebuild attempt for GCC 4.3
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1:1.4.2-4
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list