aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xfind-provides.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1dd6f26..964fad4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- find-provides: ignore fontconfig.prov exit code (mga#7078)
+
Version 1.155 - 2 Aug 2012, by Thierry Vignaud
- drop very old rpmbuild aliases on rpm which warns about being deprecated for
quite a long time
diff --git a/find-provides.in b/find-provides.in
index c14ef6d..e64b34f 100755
--- a/find-provides.in
+++ b/find-provides.in
@@ -103,8 +103,7 @@ fi
#
# --- fonts
[ -x @RPMLIBDIR@/fontconfig.prov ] &&
- echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/fontconfig.prov --provides | sort -u \
- && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMLIBDIR@/fontconfig.prov failed' >&2 && exit 1
+ echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/fontconfig.prov --provides | sort -u
#
# --- typelib() gobject-introspection bindings