drop redundant ldconfig scriptlets
This commit is contained in:
parent
262b70710b
commit
fdbe3fd1ca
@ -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 <releng@fedoraproject.org> - 4.4.6-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user