From c7293a545c4c0df83974d6d5a40554a30171ae49301cc5010fe051cba4d46622 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Oct 2015 07:29:36 +0000 Subject: [PATCH] Accepting request 339251 from home:bgeuken:branches:devel:languages:python - Pre require coreutils. This package is needed for the rm call in the pre section. Subprocess failed. Error: RPM failed: /var/tmp/rpm-tmp.gONanE: line 3: rm: command not found OBS-URL: https://build.opensuse.org/request/show/339251 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=45 --- python-coverage.changes | 6 ++++++ python-coverage.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-coverage.changes b/python-coverage.changes index 9b56b7a..9eb2a42 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 16 09:23:35 UTC 2015 - bgeuken@suse.com + +- Pre require coreutils. This package is needed for the rm call in the pre section. + Subprocess failed. Error: RPM failed: /var/tmp/rpm-tmp.gONanE: line 3: rm: command not found + ------------------------------------------------------------------- Wed Oct 7 05:03:03 UTC 2015 - arun@gmx.de diff --git a/python-coverage.spec b/python-coverage.spec index 32cd0c7..cb12a69 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -32,6 +32,7 @@ BuildRequires: python-setuptools #BuildRequires: python-nose Requires: python-setuptools Requires: python-xml +Requires(pre): coreutils Requires(post): /usr/sbin/update-alternatives Requires(postun): /usr/sbin/update-alternatives %if 0%{?suse_version} && 0%{?suse_version} <= 1110