summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2009-11-05 08:42:50 -0800
committerJesse Keating <jkeating@redhat.com>2009-11-05 08:42:50 -0800
commit83532dbb65d8bed3698adb33a0e4cc9e60f97537 (patch)
tree02557adf7c7e7f076b72582ee7aa8e32c96b58e5
parent3c28cbb6a654e444c39899ec89129189c4bb792a (diff)
downloadmock-83532dbb65d8bed3698adb33a0e4cc9e60f97537.tar.gz
mock-83532dbb65d8bed3698adb33a0e4cc9e60f97537.tar.xz
mock-83532dbb65d8bed3698adb33a0e4cc9e60f97537.zip
Version bumpmock-0.9.18
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in6
2 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cb0e901..c43dcb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[0.9.17])
+AC_INIT([mock],[0.9.18])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=9
-temp_RELEASE_SUBLEVEL=17
+temp_RELEASE_SUBLEVEL=18
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 6a4886f..faf4e89 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -97,6 +97,12 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Thu Nov 5 2009 Jesse Keating <jkeating@redhat.com>- 0.9.18-1
+- Update for Fedora 12 and 13 configs
+- Patch from dgilmore to clean up epel configs
+- Update configs for new koji static-repo locations
+- Don't automatically update the chroot in a --no-clean scenario
+
* Wed Jul 8 2009 Clark Williams <williams@redhat.com>- 0.9.17-1
- Patch from Jakub Jelinek <jakub@redhat.com> for mounting
/dev/pts correctly in the chroot (BZ# 510183)