]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-obsolete-rpmrc.patch
- rediff to insert lines in sane place
[packages/rpm.git] / rpm-obsolete-rpmrc.patch
CommitLineData
3f566fea
PZ
1diff -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.021216 seconds and 4 git commands to generate.