summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-22 13:46:37 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-22 13:46:37 -0500
commite552061bfa6dbf8106dec39c5156579217f9fee9 (patch)
tree53f8ce40f30314e93793c2de3bc84ccea7d73f5c
parent346323a34ddd3709db7dc94788a5d2c6311b899e (diff)
downloadmock-0.7.7.tar.gz
mock-0.7.7.tar.xz
mock-0.7.7.zip
version bump. changelog updatemock-0.7.7
-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 28efb5c..10a9289 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.6
+Version: 0.7.7
Release: 1%{?dist}
License: GPL
Group: Development/Build Tools
diff --git a/mock.py b/mock.py
index 5e5bc17..648825f 100644
--- a/mock.py
+++ b/mock.py
@@ -37,7 +37,7 @@ from exceptions import Exception
from optparse import OptionParser
-__VERSION__ = '0.7.6'
+__VERSION__ = '0.7.7'
def error(msg):
print >> sys.stderr, msg
diff --git a/mock.spec b/mock.spec
index f3282c0..715177d 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,6 +1,6 @@
Summary: Builds packages inside chroots
Name: mock
-Version: 0.7.6
+Version: 0.7.7
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -68,6 +68,9 @@ fi
%{_libdir}/libselinux-mock.so
%changelog
+* Mon Oct 22 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.7-1
+- fix for BZ#250985. /dev/ is destroyed on next mock run if build fails.
+
* Mon Aug 27 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.6-1
- ensure /etc/hosts is created in chroot properly