postgis: Fix rpmlint warning

This commit is contained in:
Devrim Gündüz 2019-02-04 18:00:17 +00:00
parent 71aeb7ce18
commit 886f3a63da
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/shp2pgsql-gui.deskto
export PGIS_REG_TMPDIR=`mktemp -d`
if ! LD_LIBRARY_PATH=%{buildroot}%_libdir make check %{_smp_mflags} ; then
for file in $(find $PGIS_REG_TMPDIR -name '*_diff'); do
echo "== $file =="
cat "$file"
echo "== $file =="
cat "$file"
done
%ifnarch %ix86 ppc64 s390x
# rhbz#1503453