- python: supid typo broke ts.check().
authorjbj <devnull@localhost>
Tue, 20 Aug 2002 13:39:31 +0000 (13:39 +0000)
committerjbj <devnull@localhost>
Tue, 20 Aug 2002 13:39:31 +0000 (13:39 +0000)
CVS patchset: 5648
CVS date: 2002/08/20 13:39:31

CHANGES
python/rpmts-py.c
rpm.spec.in

diff --git a/CHANGES b/CHANGES
index 02182b7..022aa13 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        - squeaky clean memory leak checking.
        - always malloc rpmfi structure, refcounts are correct in rpmtsRun().
        - skip redundant /sbin/ldconfig scripts on upgrade (if possible).
+       - python: supid typo broke ts.check().
 
 4.0.3 -> 4.0.4:
        - solaris: translate i86pc to i386 (#57182).
index 1f5c731..31fc736 100644 (file)
@@ -371,8 +371,6 @@ fprintf(stderr, "*** rpmts_Check(%p) ts %p cb %p\n", s, s->ts, cbInfo.cb);
     cbInfo.pythonError = 0;
     cbInfo._save = PyEval_SaveThread();
 
-    if (cbInfo.cb)
-
     xx = rpmtsCheck(s->ts);
     ps = rpmtsProblems(s->ts);
 
index bcd5188..ee1a2c9 100644 (file)
@@ -17,7 +17,7 @@ Name: rpm
 %define version @VERSION@
 Version: %{version}
 %{expand: %%define rpm_version %{version}}
-Release: 0.82
+Release: 0.83
 Group: System Environment/Base
 Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
 Copyright: GPL
@@ -519,6 +519,9 @@ fi
 %{__prefix}/include/popt.h
 
 %changelog
+* Tue Aug 20 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.83
+- python: supid typo broke ts.check().
+
 * Mon Aug 19 2002 Jeff Johnson <jbj@redhat.com> 4.1-0.82
 - add --with-efence to configure, check install/upgrade with efence.
 - beecrypt: short hex string conversion overflows target buffer.