summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-03-11 14:54:51 -0800
committerJesse Keating <jkeating@redhat.com>2010-03-11 14:54:51 -0800
commitfb40c3459d88f9c283fca3575b06cad9430954d9 (patch)
tree62c9b708a4d7b37123e082f6e2eeef8b233a093a
parentc668028349fa1c3d6bf2ad9a309f95691e1900b1 (diff)
downloadmock-fb40c3459d88f9c283fca3575b06cad9430954d9.tar.gz
mock-fb40c3459d88f9c283fca3575b06cad9430954d9.tar.xz
mock-fb40c3459d88f9c283fca3575b06cad9430954d9.zip
Prep for releasemock-1.1.0
-rw-r--r--configure.ac6
-rw-r--r--mock.spec.in4
2 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6f3ee33..5df840d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[1.0.6])
+AC_INIT([mock],[1.1.0])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=1
-temp_RELEASE_MINOR=0
-temp_RELEASE_SUBLEVEL=6
+temp_RELEASE_MINOR=1
+temp_RELEASE_SUBLEVEL=0
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 8bd8cc2..5a521b8 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -101,6 +101,10 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Thu Mar 11 2010 Jesse Keating <jkeating@redhat.com> - 1.1.0-1
+- Make the createrepo command arguments optional
+- Make the createrepo call disabled by default
+
* Fri Feb 19 2010 Clark Williams <williams@redhat.com>- 1.0.6-1
- added code to check for SELinux being enabled or disabled
and avoid calling 'chcon' if disabled