summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-02-18 12:50:19 -0600
committerClark Williams <williams@redhat.com>2010-02-18 12:50:19 -0600
commit8619e0e6c7f9637c6ef3348a6e5e5b23ed1a416b (patch)
tree9f6ce6d37b0b06d36196600b1c17486b8fbd5d80
parent060c59e4e511200169d78ba00d8e615c884fa21b (diff)
downloadmock-8619e0e6c7f9637c6ef3348a6e5e5b23ed1a416b.tar.gz
mock-8619e0e6c7f9637c6ef3348a6e5e5b23ed1a416b.tar.xz
mock-8619e0e6c7f9637c6ef3348a6e5e5b23ed1a416b.zip
version bump to 1.0.5mock-1.0.5
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 819e4d4..b73a160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[1.0.4])
+AC_INIT([mock],[1.0.5])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=1
temp_RELEASE_MINOR=0
-temp_RELEASE_SUBLEVEL=4
+temp_RELEASE_SUBLEVEL=5
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 277cbc8..ec7b62c 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -98,6 +98,11 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Wed Feb 17 2010 Clark Williams <williams@redhat.com>- 1.0.5-1
+ - from Jesse Keating <jkeating@redhat.com>:
+ - fixed 'useradd' option conflict with EPEL (-N vs -n)
+ - added Fedora 13 configs
+
* Wed Feb 10 2010 Clark Williams <williams@redhat.com>- 1.0.4-1
- added patch from Seth Vidal <skvidal@fedoraproject.org> to
automatically run createrepo on generated rpms