Merge branch 'f27'
This commit is contained in:
commit
86cd52b57a
@ -734,11 +734,13 @@ popd
|
||||
-c "MySQL Server" -u 27 mysql >/dev/null 2>&1 || :
|
||||
|
||||
%if %{with clibrary}
|
||||
%post libs -p /sbin/ldconfig
|
||||
# Can be dropped on F27 EOL
|
||||
%ldconfig_post libs
|
||||
%endif
|
||||
|
||||
%if %{with embedded}
|
||||
%post embedded -p /sbin/ldconfig
|
||||
# Can be dropped on F27 EOL
|
||||
%ldconfig_post embedded
|
||||
%endif
|
||||
|
||||
%post server
|
||||
@ -767,11 +769,13 @@ fi
|
||||
%endif
|
||||
|
||||
%if %{with clibrary}
|
||||
%postun libs -p /sbin/ldconfig
|
||||
# Can be dropped on F27 EOL
|
||||
%ldconfig_postun libs
|
||||
%endif
|
||||
|
||||
%if %{with embedded}
|
||||
%postun embedded -p /sbin/ldconfig
|
||||
# Can be dropped on F27 EOL
|
||||
%ldconfig_postun embedded
|
||||
%endif
|
||||
|
||||
%postun server
|
||||
|
Loading…
Reference in New Issue
Block a user