summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in12
2 files changed, 11 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index b73a160..6f3ee33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[1.0.5])
+AC_INIT([mock],[1.0.6])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=1
temp_RELEASE_MINOR=0
-temp_RELEASE_SUBLEVEL=5
+temp_RELEASE_SUBLEVEL=6
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index ded5526..8bd8cc2 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -101,10 +101,16 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* 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
+- add conditional Require of python-hashlib if building for
+ the EL5 distro
+
* 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
+- 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