From fdbe3fd1cab625715e4c8ea75b0508dadc922f8b Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 17 Jul 2018 11:17:51 +0200 Subject: [PATCH] drop redundant ldconfig scriptlets --- suitesparse.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/suitesparse.spec b/suitesparse.spec index b787910..fa1b064 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -413,11 +413,6 @@ for d in $TESTDIRS ; do make -C $d/Demo CFLAGS="$RPM_OPT_FLAGS" LAPACK="" SPQR_CONFIG=-DHAVE_TBB TBB=-ltbb done -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - %files %license Licenses %{_libdir}/lib*.so.* @@ -438,6 +433,7 @@ done - enable parallel make for faster builds and drop duplicate -fPIC - drop non-standard -O3 and duplicate -fexceptions from default CFLAGS - build and run demos in check section +- drop redundant ldconfig scriptlets * Sat Jul 14 2018 Fedora Release Engineering - 4.4.6-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild