]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix python bindings
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 23 May 2007 14:46:09 +0000 (14:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-obsolete-rpmrc.patch -> 1.1

rpm-obsolete-rpmrc.patch [new file with mode: 0644]

diff --git a/rpm-obsolete-rpmrc.patch b/rpm-obsolete-rpmrc.patch
new file mode 100644 (file)
index 0000000..9d32271
--- /dev/null
@@ -0,0 +1,12 @@
+diff -u -b -B -w -p -r1.148 rpmmodule.c
+--- rpm/python/rpmmodule.c 21 May 2007 16:17:04 -0000      1.148
++++ rpm/python/rpmmodule.c 23 May 2007 14:00:41 -0000
+@@ -241,7 +241,7 @@ void init_rpm(void)
+     if (m == NULL)
+        return;
+
+-    rpmReadConfigFiles(rpmRcfiles, NULL);
++    rpmReadConfigFiles(NULL, NULL);
+
+     d = PyModule_GetDict(m);
+
This page took 0.042691 seconds and 4 git commands to generate.