We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70abc97 commit be5257aCopy full SHA for be5257a
packaging/mysql-connector-c++.spec.in
@@ -215,11 +215,14 @@ mv -v %{buildroot}%{_libdir}/plugin/* %{buildroot}%{plugin_dir}
215
rm -rf %{buildroot}%{_libdir}/{plugin,private}
216
217
218
-%post -p /sbin/ldconfig
+%post
219
+/sbin/ldconfig
220
-%postun -p /sbin/ldconfig
221
+%postun
222
223
-%post jdbc -p /sbin/ldconfig
224
+%post jdbc
225
226
227
%postun jdbc
228
/sbin/ldconfig
0 commit comments