summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-27 11:52:55 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-27 11:52:55 +0200
commit5fa08529cb805bb36a8b9a1d7300cade13d05e4b (patch)
tree624b3b52b0409019664ec96e526aa3a76d7201bd /python
parentfbf0cb4441816b70a6a8e5ecef37d54b152b9db0 (diff)
downloadrpm-5fa08529cb805bb36a8b9a1d7300cade13d05e4b.tar.gz
rpm-5fa08529cb805bb36a8b9a1d7300cade13d05e4b.tar.bz2
rpm-5fa08529cb805bb36a8b9a1d7300cade13d05e4b.zip
Move rpmfiBuildFNames() to rpmfi now that it's possible
Diffstat (limited to 'python')
-rw-r--r--python/header-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/header-py.c b/python/header-py.c
index 165743eea..cfd5e1772 100644
--- a/python/header-py.c
+++ b/python/header-py.c
@@ -7,7 +7,7 @@
#include <rpmlib.h>
#include <rpmstring.h>
-#include "lib/legacy.h"
+#include "lib/legacy.h" /* XXX expand/compressFilelist(), providePackageNVR() */
#include <rpmts.h> /* XXX rpmtsCreate/rpmtsFree */