summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-07-18 13:06:40 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-07-18 13:06:40 -0500
commit87b7c34304b921a7d113f2166b2d0e2e639d76bf (patch)
treee2ca999fe0169af3290b8f75cd1d8c14371b66db
parentec16aff9cf75d38793cc5cbe0dc338d7bfb2cb24 (diff)
downloadmock-87b7c34304b921a7d113f2166b2d0e2e639d76bf.tar.gz
mock-87b7c34304b921a7d113f2166b2d0e2e639d76bf.tar.xz
mock-87b7c34304b921a7d113f2166b2d0e2e639d76bf.zip
version bump to 0.7.4mock-0.7.4
-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 ad9cb62..f5ed87f 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.3
+Version: 0.7.4
Release: 1%{?dist}
License: GPL
Group: Development/Build Tools
diff --git a/mock.py b/mock.py
index 6ce1f4c..de3adb9 100644
--- a/mock.py
+++ b/mock.py
@@ -37,7 +37,7 @@ from exceptions import Exception
from optparse import OptionParser
-__VERSION__ = '0.7.3'
+__VERSION__ = '0.7.4'
def error(msg):
print >> sys.stderr, msg
diff --git a/mock.spec b/mock.spec
index 687e8e4..4604fe4 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,6 +1,6 @@
Summary: Builds packages inside chroots
Name: mock
-Version: 0.7.3
+Version: 0.7.4
Release: 1%{?dist}
License: GPL
Group: Development/Tools
@@ -68,6 +68,9 @@ fi
%{_libdir}/libselinux-mock.so
%changelog
+* Wed Jul 18 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.4-1
+- return child exit status, so we properly report subcommand failures
+
* Fri Jul 6 2007 Michael Brown <mebrown@michaels-house.net> - 0.7.3-1
- remove redundant defaults.cfg entries.