summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-08-14 09:07:57 -0500
committerClark Williams <williams@redhat.com>2010-08-14 09:07:57 -0500
commitd151d75fe013910e5b6cbc2afd1576ece09c096e (patch)
tree2ce98c5ae5e19f5debc84a617c692e3885bcba94
parenteb62cb6ef11823e3f193b16d41bdcee312132a4a (diff)
downloadmock-d151d75fe013910e5b6cbc2afd1576ece09c096e.tar.gz
mock-d151d75fe013910e5b6cbc2afd1576ece09c096e.tar.xz
mock-d151d75fe013910e5b6cbc2afd1576ece09c096e.zip
version bump to 1.1.4
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in10
2 files changed, 12 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 433e35b..c79ecc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[1.1.3])
+AC_INIT([mock],[1.1.4])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=1
temp_RELEASE_MINOR=1
-temp_RELEASE_SUBLEVEL=3
+temp_RELEASE_SUBLEVEL=4
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 44e5fce..9397f7b 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -102,6 +102,16 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Mon Aug 09 2010 Clark Williams <williams@redhat.com> - 1.1.4-1
+- pass selinux status to mock.util.rmtree() (BZ# 614440)
+- change integer constants to symbolic errno constants in util.py
+- from Paul Howarth <paul@city-fan.org>
+ - update packages after unpacking root cache (BZ# 557526)
+ - noarch is always a legal arch (BZ# 622170)
+ - exclude bind-mounted cache dirs from root cache
+ - retain order of umount commands (BZ# 620825)
+ - add i586 as legal build target (BZ# 622544)
+
* Tue Aug 03 2010 Clark Williams <williams@redhat.com> - 1.1.3-1
- fix umount ordering problem with selinux plugin (BZ# 620825)
- setup SELinux state properly (BZ# 620143)