From 694ab0be99f5699f57b4d7e69f0ba548ddff68a4 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Jul 18 2007 18:13:18 +0000 Subject: - return child exit status, so we properly report subcommand failures --- diff --git a/.cvsignore b/.cvsignore index 417b961..b030afa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.7.3.tar.gz +mock-0.7.4.tar.gz diff --git a/mock.spec b/mock.spec index 6c0c34f..4604fe4 100644 --- a/mock.spec +++ b/mock.spec @@ -1,13 +1,13 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.7.3 +Version: 0.7.4 Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz URL: http://fedoraproject.org/wiki/Projects/Mock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python, yum >= 3.0 +Requires: python, yum >= 2.4 Requires(pre): shadow-utils BuildRequires: libselinux-devel @@ -68,6 +68,9 @@ fi %{_libdir}/libselinux-mock.so %changelog +* Wed Jul 18 2007 Michael Brown - 0.7.4-1 +- return child exit status, so we properly report subcommand failures + * Fri Jul 6 2007 Michael Brown - 0.7.3-1 - remove redundant defaults.cfg entries. diff --git a/sources b/sources index 78ccc7f..d317a06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7cc699a240d8cdb2f4eb5c796ebdda2 mock-0.7.3.tar.gz +05167c427bc86a75998b108e4903354d mock-0.7.4.tar.gz