From: Panu Matilainen Date: Tue, 11 Dec 2007 12:18:50 +0000 (+0200) Subject: Register the new SCRIPT_ERROR callback value to python X-Git-Tag: rpm-4.6.0-rc1~1293 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fbc35614992a1e4a62a926aff1f72d8af10729d;p=platform%2Fupstream%2Frpm.git Register the new SCRIPT_ERROR callback value to python --- diff --git a/python/rpmmodule.c b/python/rpmmodule.c index b6b509e..3bfd974 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);