summaryrefslogtreecommitdiffstats
path: root/mock.spec.in
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-03-31 16:37:28 -0400
committerJesse Keating <jkeating@redhat.com>2008-03-31 16:37:28 -0400
commit4d4ed483e8e88037f87de9aba68572a7af9c2b60 (patch)
tree163f0287dd474521238d4230212ff0350bf64f20 /mock.spec.in
parent567a45fbc4b8f5f4fa3d37e23ac66c8a478389ec (diff)
downloadmock-4d4ed483e8e88037f87de9aba68572a7af9c2b60.tar.gz
mock-4d4ed483e8e88037f87de9aba68572a7af9c2b60.tar.xz
mock-4d4ed483e8e88037f87de9aba68572a7af9c2b60.zip
Update the spec changelog with interesting changes
Diffstat (limited to 'mock.spec.in')
-rw-r--r--mock.spec.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/mock.spec.in b/mock.spec.in
index 57a1f15..8d5a1d0 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -87,6 +87,12 @@ fi
%attr(02775, root, mock) %dir /var/lib/mock
%changelog
+* Mon Mar 31 2008 Jesse Keating <jkeating@redhat.com> - 0.9.8-1
+- modify rootcache logic to rebuild cache if config files have newer timestamp
+- For Fedora 8 and higher, use priority failover method
+- Point to the correct static-repo for rawhide stuff.
+- Move "devel" to "rawhide" to match current Fedora naming schemes.
+
* 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.