summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-12-11 14:18:50 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-12-11 14:18:50 +0200
commit4fbc35614992a1e4a62a926aff1f72d8af10729d (patch)
treea3acd3a0b4dc11158e959394bef13f5053d5258d
parent6d1cb6a9da1bf92bac9b630a12df7b9aaafaa2cc (diff)
downloadrpm-4fbc35614992a1e4a62a926aff1f72d8af10729d.tar.gz
rpm-4fbc35614992a1e4a62a926aff1f72d8af10729d.tar.bz2
rpm-4fbc35614992a1e4a62a926aff1f72d8af10729d.zip
Register the new SCRIPT_ERROR callback value to python
-rw-r--r--python/rpmmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c
index b6b509ecf..3bfd97465 100644
--- a/python/rpmmodule.c
+++ b/python/rpmmodule.c
@@ -445,6 +445,7 @@ void init_rpm(void)
REGISTER_ENUM(RPMCALLBACK_REPACKAGE_STOP);
REGISTER_ENUM(RPMCALLBACK_UNPACK_ERROR);
REGISTER_ENUM(RPMCALLBACK_CPIO_ERROR);
+ REGISTER_ENUM(RPMCALLBACK_SCRIPT_ERROR);
REGISTER_ENUM(RPMPROB_BADARCH);
REGISTER_ENUM(RPMPROB_BADOS);