summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-03-17 15:49:09 +0000
committerjbj <devnull@localhost>2002-03-17 15:49:09 +0000
commitc1d98e55b215aa262a01b7df8ef3083fe53a99e1 (patch)
treeed929958cf82c90ac2dd58c231fd71b2bf559073 /python
parenta7266b73948b535e38fe0ba29e05912209a45ff9 (diff)
downloadlibrpm-tizen-c1d98e55b215aa262a01b7df8ef3083fe53a99e1.tar.gz
librpm-tizen-c1d98e55b215aa262a01b7df8ef3083fe53a99e1.tar.bz2
librpm-tizen-c1d98e55b215aa262a01b7df8ef3083fe53a99e1.zip
- *really* dump signature header immutable region.
CVS patchset: 5362 CVS date: 2002/03/17 15:49:09
Diffstat (limited to 'python')
-rw-r--r--python/rpmmodule.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c
index 16e68c4bd..57241d314 100644
--- a/python/rpmmodule.c
+++ b/python/rpmmodule.c
@@ -1591,8 +1591,9 @@ static PyObject * rpmtransRun(rpmtransObject * s, PyObject * args) {
cbInfo.pythonError = 0;
(void) rpmtsSetNotifyCallback(s->ts, tsCallback, (void *) &cbInfo);
+ (void) rpmtsSetFlags(s->ts, flags);
- rc = rpmRunTransactions(s->ts, NULL, &probs, flags, ignoreSet);
+ rc = rpmRunTransactions(s->ts, NULL, &probs, ignoreSet);
if (cbInfo.pythonError) {
if (rc > 0)