summaryrefslogtreecommitdiff
path: root/python/rpmts-py.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-09-21 15:23:02 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-09-21 15:23:02 +0300
commit2c2538d7260baf0eae36d5ee07ddbfffc20044d9 (patch)
treed69b77c30349d2424e5cc09d310c67a6b57845b5 /python/rpmts-py.c
parent0a16dadffc398617de3f4d0b6d45e4f017e19b9f (diff)
downloadlibrpm-tizen-2c2538d7260baf0eae36d5ee07ddbfffc20044d9.tar.gz
librpm-tizen-2c2538d7260baf0eae36d5ee07ddbfffc20044d9.tar.bz2
librpm-tizen-2c2538d7260baf0eae36d5ee07ddbfffc20044d9.zip
Rename Spec -> rpmSpec for namespacing
Diffstat (limited to 'python/rpmts-py.c')
-rw-r--r--python/rpmts-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c
index 946d84a3f..5161c5a00 100644
--- a/python/rpmts-py.c
+++ b/python/rpmts-py.c
@@ -1205,7 +1205,7 @@ static specObject *
spec_Parse(rpmtsObject * s, PyObject * args, PyObject * kwds)
{
const char * specfile;
- Spec spec;
+ rpmSpec spec;
char * buildRoot = NULL;
int recursing = 0;
char * passPhrase = "";