]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-obsolete-rpmrc.patch
- fixed libtool-deps patch, release 5
[packages/rpm.git] / rpm-obsolete-rpmrc.patch
1 diff -u -b -B -w -p -r1.148 rpmmodule.c
2 --- rpm/python/rpmmodule.c 21 May 2007 16:17:04 -0000      1.148
3 +++ rpm/python/rpmmodule.c 23 May 2007 14:00:41 -0000
4 @@ -241,7 +241,7 @@ void init_rpm(void)
5      if (m == NULL)
6         return;
7
8 -    rpmReadConfigFiles(rpmRcfiles, NULL);
9 +    rpmReadConfigFiles(NULL, NULL);
10
11      d = PyModule_GetDict(m);
12
This page took 0.059283 seconds and 3 git commands to generate.