Add missing %if around scriptlets for boost-fiber

This commit is contained in:
Jonathan Wakely 2017-01-27 01:13:41 +00:00
parent 733a71ce66
commit b9ad2bf8a2
1 changed files with 2 additions and 0 deletions

View File

@ -952,9 +952,11 @@ rm -rf $RPM_BUILD_ROOT
%postun date-time -p /sbin/ldconfig
%if %{with context}
%post fiber -p /sbin/ldconfig
%postun fiber -p /sbin/ldconfig
%endif
%post filesystem -p /sbin/ldconfig