summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-08-16 14:20:02 -0500
committerClark Williams <williams@redhat.com>2010-08-16 14:20:02 -0500
commitacd8cd34162844b57aee1df52f7861e4d62396ee (patch)
treed64794dd6f365962b6c08bcee831a180a69864a3
parent92d537040b916877bc60622c80862eeb7cafee43 (diff)
downloadmock-acd8cd34162844b57aee1df52f7861e4d62396ee.tar.gz
mock-acd8cd34162844b57aee1df52f7861e4d62396ee.tar.xz
mock-acd8cd34162844b57aee1df52f7861e4d62396ee.zip
version bump to 1.0.11
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 e0c09fe..0dd4ce7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[1.0.10])
+AC_INIT([mock],[1.0.11])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=1
temp_RELEASE_MINOR=0
-temp_RELEASE_SUBLEVEL=10
+temp_RELEASE_SUBLEVEL=11
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index 19d8b57..c9f129a 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -100,6 +100,16 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Sat Aug 14 2010 Clark Williams <williams@redhat.com> - 1.0.11-1
+- fix problem with mock.util.rmtree interaction with selinux plugin
+- change integer constants to symbolic from errno package
+- from Paul Howarth <paul@city-fan.org>:
+ - add i586 as a legal target arch
+ - Retain order of umountCmds
+ - Exclude bind-mounted cache dirs from root cache
+ - noarch is always a legal arch
+ - Update packages after unpacking root cache
+
* Tue Aug 3 2010 Clark Williams <williams@redhat.com> - 1.0.10-1
- append rather than insert umount of /proc/filesystems (BZ# 620825)
- set state correctly for SELinux (BZ# 620143)