987e94f6ea
If people choose to use %ldconfig_post/%ldconfig_postun, let them to deal with %end. Reported-by: Harald Reindl <h.reindl@thelounge.net> Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1547838 Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
#%ldconfig /sbin/ldconfig
|
|
%ldconfig_post %{?ldconfig:%post -p %ldconfig}
|
|
%ldconfig_postun %{?ldconfig:%postun -p %ldconfig}
|
|
%ldconfig_scriptlets(n:) %{?ldconfig:\
|
|
%ldconfig_post %{?*} %{-n:-n %{-n*}}\
|
|
%end\
|
|
%ldconfig_postun %{?*} %{-n:-n %{-n*}}\
|
|
%end\
|
|
}
|