SOURCES (rpm-4_5): rpm-poptexecpath.patch (NEW) - fix popt exec searchpath ...

glen glen at pld-linux.org
Sun Nov 9 17:28:57 CET 2008


Author: glen                         Date: Sun Nov  9 16:28:57 2008 GMT
Module: SOURCES                       Tag: rpm-4_5
---- Log message:
- fix popt exec searchpath to be /usr/lib/rpm not /usr/lib/rpm/4.5

---- Files affected:
SOURCES:
   rpm-poptexecpath.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rpm-poptexecpath.patch
diff -u /dev/null SOURCES/rpm-poptexecpath.patch:1.1.2.1
--- /dev/null	Sun Nov  9 17:28:57 2008
+++ SOURCES/rpm-poptexecpath.patch	Sun Nov  9 17:28:51 2008
@@ -0,0 +1,11 @@
+--- rpm-4.5/lib/poptALL.c~	2008-11-07 03:12:23.000000000 +0200
++++ rpm-4.5/lib/poptALL.c	2008-11-09 18:20:22.263541109 +0200
+@@ -547,7 +547,7 @@
+ /*@=nullpass =temptrans@*/
+     (void) poptReadConfigFile(optCon, RPMPOPTFILE);
+     (void) poptReadDefaultConfig(optCon, 1);
+-    poptSetExecPath(optCon, USRLIBRPM "/" VERSION, 1);
++    poptSetExecPath(optCon, USRLIBRPM, 1);
+ 
+     /* Process all options, whine if unknown. */
+     while ((rc = poptGetNextOpt(optCon)) > 0) {
================================================================


More information about the pld-cvs-commit mailing list