This commit is contained in:
parent
5f60bc8982
commit
b6bd81f954
@ -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>
|
Fri Sep 2 18:07:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -144,8 +144,10 @@ rm -r %{buildroot}%{_datadir}/installed-tests
|
|||||||
|
|
||||||
%find_lang appstream %{name}.lang
|
%find_lang appstream %{name}.lang
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libappstream%{libappstream_sover}
|
%post -n libAppStreamQt%{libAppStreamQt_sover} -p /sbin/ldconfig
|
||||||
%ldconfig_scriptlets -n libAppStreamQt%{libAppStreamQt_sover}
|
%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
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user