From bfe1977293b61fb2a88d07377abb172a0d704593 Mon Sep 17 00:00:00 2001 From: Alexey I. Froloff Date: Tue, 31 Aug 2010 12:15:59 +0400 Subject: [PATCH 2/2] Swallow filelist passed by rpm to avoid SIGPIPE Signed-off-by: Alexey I. Froloff --- arepo.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arepo.py b/arepo.py index b41b938..6f4b605 100755 --- a/arepo.py +++ b/arepo.py @@ -594,6 +594,7 @@ chmod +x find-deps.sh cat >find-requires <<'EOF' #!/bin/sh -e +cat >/dev/null pkg=~(pkgname)s file=${TMP:-/tmp}/${pkg}-requires cat $file -- 1.7.1.1