Author: glen                         Date: Mon Mar 31 20:04:23 2008 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- avoid leaks caused by recursion

---- Files affected:
SOURCES:
   rpm-macros-ac.patch (1.1.2.8 -> 1.1.2.9) 

---- Diffs:

================================================================
Index: SOURCES/rpm-macros-ac.patch
diff -u SOURCES/rpm-macros-ac.patch:1.1.2.8 SOURCES/rpm-macros-ac.patch:1.1.2.9
--- SOURCES/rpm-macros-ac.patch:1.1.2.8 Thu Mar 27 18:59:42 2008
+++ SOURCES/rpm-macros-ac.patch Mon Mar 31 22:04:17 2008
@@ -15,7 +15,7 @@
  #     Directory where temporary files can be created.
 -%_tmppath             %(echo "${TMPDIR:-/tmp}")
 -%tmpdir                       %{_tmppath}
-+%_tmppath             %tmpdir
++%_tmppath             %{expand:%%global tmpdir 
%{lua:print(os.getenv("TMPDIR") or "/tmp")}}%tmpdir
 +%tmpdir                       %{expand:%%global tmpdir 
%{lua:print(os.getenv("TMPDIR") or "/tmp")}}%tmpdir
  
  #     Path to top of build area.
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-macros-ac.patch?r1=1.1.2.8&r2=1.1.2.9&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to