From 31ad08a3731765f320243b149cbab32b71cbb0cd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 26 Sep 2018 14:58:41 -0700 Subject: [PATCH] Don't fail on post scriptlet failures. --- graphviz.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index a121b31..f47ad87 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -61,7 +61,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.40.1 -Release: 36%{?dist} +Release: 37%{?dist} License: EPL URL: http://www.graphviz.org/ # A bit hacking needed due to: https://gitlab.com/graphviz/graphviz/issues/1371 @@ -438,7 +438,7 @@ php --no-php-ini \ %post /sbin/ldconfig -%{_bindir}/dot -c +%{_bindir}/dot -c 2>/dev/null || : %postun /sbin/ldconfig @@ -602,6 +602,9 @@ php --no-php-ini \ %{_mandir}/man3/*.3tcl* %changelog +* Wed Sep 26 2018 Kevin Fenzi - 2.40.1-37 +- Don't fail on post scriptlet failures. + * Wed Jul 18 2018 Jaroslav Škarvada - 2.40.1-36 - Fixed ghostscript requirements