rpms/blcr-kmod/devel configure.patch00, NONE, 1.1 blcr-kmod.spec, 1.18, 1.19

Neal Becker nbecker at rpmfusion.org
Wed Oct 21 13:04:26 CEST 2009


Author: nbecker

Update of /cvs/free/rpms/blcr-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20941

Modified Files:
	blcr-kmod.spec 
Added Files:
	configure.patch00 
Log Message:
Patch to configure System.map does not contain _end



--- NEW FILE configure.patch00 ---
--- blcr-0.8.1/configure~	2009-10-21 06:58:22.000000000 -0400
+++ blcr-0.8.1/configure	2009-10-21 06:59:48.000000000 -0400
@@ -26898,7 +26898,7 @@
   # First try validating the user's (or cached) selection
   if test -n "$LINUX_SYSTEM_MAP" ; then
 
-  if test -n ""$LINUX_SYSTEM_MAP"" -a -r ""$LINUX_SYSTEM_MAP"" && grep ' [AB] _end' <""$LINUX_SYSTEM_MAP"" >/dev/null 2>/dev/null; then
+  if test -n ""$LINUX_SYSTEM_MAP"" -a -r ""$LINUX_SYSTEM_MAP"" ; then
     if grep -B1 '[AB] _end' <""$LINUX_SYSTEM_MAP"" | grep _stext >/dev/null 2>/dev/null; then
       # Reject "stripped" files (such as in FC2)
       # Recognized (poorly) by _stext and _end as last two entries.


Index: blcr-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/blcr-kmod/devel/blcr-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- blcr-kmod.spec	21 Oct 2009 07:23:51 -0000	1.18
+++ blcr-kmod.spec	21 Oct 2009 11:04:26 -0000	1.19
@@ -1,4 +1,4 @@
-# buildforkernels macro hint: when you build a new version or a new release
+c# buildforkernels macro hint: when you build a new version or a new release
 # that contains bugfixes or other improvements then you must disable the
 # "buildforkernels newest" macro for just that build; immediately after
 # queuing that build enable the macro again for subsequent builds; that way
@@ -7,7 +7,7 @@
 
 Name:           blcr-kmod
 Version:        0.8.1
-Release:        3%{?dist}.9
+Release:        3%{?dist}.10
 Summary:        Kernel module (kmod) for Berkeley Lab Checkpoint/Restart for Linux
 
 %define distname blcr-%{version}
@@ -18,6 +18,8 @@
 Source0:        http://ftg.lbl.gov/CheckpointRestart/downloads/%{distname}.tar.gz
 # Patch to build on 2.6.29.x
 Patch0:		put_fs_struct.patch01
+# Patch to configure because new System.map does not have _end
+Patch1:         configure.patch00
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #Generic i386 is NOT supported



More information about the rpmfusion-commits mailing list