Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
2708ef1b8f
commit
01d276f3bc
17
fftw.spec
17
fftw.spec
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: fftw
|
Name: fftw
|
||||||
Version: 3.3.5
|
Version: 3.3.5
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: A Fast Fourier Transform library
|
Summary: A Fast Fourier Transform library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -425,15 +425,11 @@ do
|
|||||||
module unload mpi/${mpi}-%{_arch}
|
module unload mpi/${mpi}-%{_arch}
|
||||||
done
|
done
|
||||||
|
|
||||||
%post libs-single -p /sbin/ldconfig
|
%ldconfig_scriptlets libs-single
|
||||||
%postun libs-single -p /sbin/ldconfig
|
%ldconfig_scriptlets libs-double
|
||||||
%post libs-double -p /sbin/ldconfig
|
%ldconfig_scriptlets libs-long
|
||||||
%postun libs-double -p /sbin/ldconfig
|
|
||||||
%post libs-long -p /sbin/ldconfig
|
|
||||||
%postun libs-long -p /sbin/ldconfig
|
|
||||||
%if %{quad}
|
%if %{quad}
|
||||||
%post libs-quad -p /sbin/ldconfig
|
%ldconfig_scriptlets libs-quad
|
||||||
%postun libs-quad -p /sbin/ldconfig
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
@ -550,6 +546,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.5-9
|
||||||
|
- Switch to %%ldconfig_scriptlets
|
||||||
|
|
||||||
* Tue Nov 28 2017 Merlin Mathesius <mmathesi@redhat.com> - 3.3.5-8
|
* Tue Nov 28 2017 Merlin Mathesius <mmathesi@redhat.com> - 3.3.5-8
|
||||||
- Disable Open MPI's vader byte transfer layer while running tests on 32-bit x86 platforms
|
- Disable Open MPI's vader byte transfer layer while running tests on 32-bit x86 platforms
|
||||||
as it is known to be troublesome <https://github.com/open-mpi/ompi/issues/4260>.
|
as it is known to be troublesome <https://github.com/open-mpi/ompi/issues/4260>.
|
||||||
|
Loading…
Reference in New Issue
Block a user