summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--mock.spec.in6
2 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bc35d9e..8dc1251 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
####################################
# change version here. --> BOTH PLACES PLEASE!
-AC_INIT([mock],[1.0.1])
+AC_INIT([mock],[1.0.2])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=1
temp_RELEASE_MINOR=0
-temp_RELEASE_SUBLEVEL=1
+temp_RELEASE_SUBLEVEL=2
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/mock.spec.in b/mock.spec.in
index c822395..2e31dac 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -97,6 +97,12 @@ fi
%attr(02775, root, mock) %dir /var/cache/mock
%changelog
+* Wed Dec 23 2009 Clark Williams <williams@redhat.com>- 1.0.2-1
+- added IPv6 localhost entry for default /etc/hosts (BZ# 545435)
+- removed output of gethostname() in IPv4 localhost entry as this
+ caused koji problems and cause 'localhost' to be put into generated
+ rpms, rather than the output of hostname
+
* Wed Nov 25 2009 Clark Williams <williams@redhat.com>- 1.0.1-1
- Patch from Paul Howarth to fix intermittent problems generating
root cache tarball (BZ# 540997)