summaryrefslogtreecommitdiffstats
path: root/mock.spec.in
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2008-01-31 19:06:26 -0600
committerMichael E Brown <mebrown@michaels-house.net>2008-01-31 19:06:26 -0600
commit6b89c8c0feb17d17d671b8937eb64baaf9507022 (patch)
tree14ace25510f1d5e48aa532f032ed2a316579c85b /mock.spec.in
parent1819aa2974e8752e8e82b606d3ea57b9a2afd268 (diff)
downloadmock-6b89c8c0feb17d17d671b8937eb64baaf9507022.tar.gz
mock-6b89c8c0feb17d17d671b8937eb64baaf9507022.tar.xz
mock-6b89c8c0feb17d17d671b8937eb64baaf9507022.zip
add changelog.
Diffstat (limited to 'mock.spec.in')
-rw-r--r--mock.spec.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/mock.spec.in b/mock.spec.in
index f2f1450..3f5ffbf 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -82,6 +82,16 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Thu Jan 31 2008 Michael Brown <mebrown@michaels-house.net> - 0.9.7-1
+- redo mock.util.do() to use python subprocess module, which should be
+ much more maintainable than our old homegrown code.
+- Fix exclude= lines once again. Yum fnmatch parser doesnt understand [!x]
+ notation
+- add --unpriv and --cwd options to run chroot commands without elevated privs
+ and in a specific working directory (under the root).
+- mount all filesystems when running chroot commands
+- remove redundant ccache init since we now source /etc/profile.d/ccache.sh
+
* Wed Jan 16 2008 Clark Williams <williams@redhat.com> - 0.9.6-1
- renamed configs and put compat symlinks in place
- misc cleanups (whitespace fixes, info messages, etc.)