summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--buildsys-build.spec2
-rw-r--r--mock.py2
-rw-r--r--mock.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/buildsys-build.spec b/buildsys-build.spec
index f5ed87f..28efb5c 100644
--- a/buildsys-build.spec
+++ b/buildsys-build.spec
@@ -3,7 +3,7 @@
#
Summary: The base set of packages for a mock chroot
Name: buildsys-build
-Version: 0.7.4
+Version: 0.7.6
Release: 1%{?dist}
License: GPL
Group: Development/Build Tools
diff --git a/mock.py b/mock.py
index 3a8569d..e7e1226 100644
--- a/mock.py
+++ b/mock.py
@@ -37,7 +37,7 @@ from exceptions import Exception
from optparse import OptionParser
-__VERSION__ = '0.7.4'
+__VERSION__ = '0.7.6'
def error(msg):
print >> sys.stderr, msg
diff --git a/mock.spec b/mock.spec
index cabc157..f3282c0 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,6 +1,6 @@
Summary: Builds packages inside chroots
Name: mock
-Version: 0.7.5
+Version: 0.7.6
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -68,6 +68,9 @@ fi
%{_libdir}/libselinux-mock.so
%changelog
+* Mon Aug 27 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.6-1
+- ensure /etc/hosts is created in chroot properly
+
* Mon Aug 13 2007 Clark Williams <williams@redhat.com> - 0.7.5-2
- build fix from Roland McGrath to fix compile of selinux lib