summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-12-03 12:07:47 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-12-03 12:07:47 -0600
commite6ac40e7f5532aa25947b98bdab6c9c4a1a004e3 (patch)
tree96459101dacabf2f5b91902ac128a1a3eef3c3b2
parent6e25fa04f9aa4a0c00117a3e5ba433149b3fd8cc (diff)
downloadmock-e6ac40e7f5532aa25947b98bdab6c9c4a1a004e3.tar.gz
mock-e6ac40e7f5532aa25947b98bdab6c9c4a1a004e3.tar.xz
mock-e6ac40e7f5532aa25947b98bdab6c9c4a1a004e3.zip
update changelogs.
-rw-r--r--ChangeLog19
-rw-r--r--mock.spec.in4
2 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a317918..4a14072 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,23 @@
2007-12-01 Michael Brown <mebrown@michaels-house.net>
+ * configure.ac
+ remove unnecessary configure items to speed configure
+ * daemontest.c
+ fix compile warnings
+ * doc/releasetests.sh
+ more comprehensive release tests
+ * decorator.py
+ remove our decorator.py in favor of std python-decoratortools
+ * various
+ pylint/pychecker recommendations
+ make decorator syntax compatible with python 2.3 (for RHEL4 porting...)
+ fix 'mock install'
+ * mock.py
+ popagate chroot/shell command exit codes to caller
+ init groups list if we are called by sudo so we have access to
+ all directories caller does
+
+
+2007-12-01 Michael Brown <mebrown@michaels-house.net>
* backend.py
fixed build of multiple srpms on one cmdline
diff --git a/mock.spec.in b/mock.spec.in
index a0bde12..96301e6 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -64,8 +64,10 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
-* Sat Dec 01 2007 Michael Brown <mebrown@michaels-house.net> - 0.8.12-1
+* Mon Dec 03 2007 Michael Brown <mebrown@michaels-house.net> - 0.8.12-1
- fix builds of multiple srpms
+- fix 'mock install'
+- use python-decoratortools for better python 2.3 back compat
* Thu Nov 29 2007 Clark Williams <williams@redhat.com> - 0.8.11-1
- fixes from mebrown: