summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-12-23 14:21:32 -0600
committerClark Williams <williams@redhat.com>2009-12-23 14:21:32 -0600
commitd08342f46d8169b1447839adf2a9dbdecb9608d5 (patch)
tree40d2a83a8b772374e0875e642f388c017bdd7add
parentfb6f1560de7cd9acbb70d9b6edbfca3d97c49a63 (diff)
downloadmock-d08342f46d8169b1447839adf2a9dbdecb9608d5.tar.gz
mock-d08342f46d8169b1447839adf2a9dbdecb9608d5.tar.xz
mock-d08342f46d8169b1447839adf2a9dbdecb9608d5.zip
version bump to 1.0.2
Signed-off-by: Clark Williams <williams@redhat.com>
-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)