summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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