Christophe Giboudeaux 2022-09-14 13:25:25 +00:00 committed by Git OBS Bridge
parent 5f60bc8982
commit b6bd81f954
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 14 13:25:20 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Don't use %ldconfig_scriptlets. Leap 15.3 doesn't understand it.
-------------------------------------------------------------------
Fri Sep 2 18:07:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -144,8 +144,10 @@ rm -r %{buildroot}%{_datadir}/installed-tests
%find_lang appstream %{name}.lang
%ldconfig_scriptlets -n libappstream%{libappstream_sover}
%ldconfig_scriptlets -n libAppStreamQt%{libAppStreamQt_sover}
%post -n libAppStreamQt%{libAppStreamQt_sover} -p /sbin/ldconfig
%post -n libappstream%{libappstream_sover} -p /sbin/ldconfig
%postun -n libAppStreamQt%{libAppStreamQt_sover} -p /sbin/ldconfig
%postun -n libappstream%{libappstream_sover} -p /sbin/ldconfig
%files lang -f %{name}.lang