From d08342f46d8169b1447839adf2a9dbdecb9608d5 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Wed, 23 Dec 2009 14:21:32 -0600 Subject: version bump to 1.0.2 Signed-off-by: Clark Williams --- configure.ac | 4 ++-- mock.spec.in | 6 ++++++ 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 - 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 - 1.0.1-1 - Patch from Paul Howarth to fix intermittent problems generating root cache tarball (BZ# 540997) -- cgit