Switch to %ldconfig_scriptlets

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-03 13:12:49 +01:00
parent 24598ba74f
commit 8dea2252f4
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,7 @@
Summary: Mobile broadband modem management service Summary: Mobile broadband modem management service
Name: ModemManager Name: ModemManager
Version: 1.6.12 Version: 1.6.12
Release: 1%{?dist} Release: 2%{?dist}
Source: https://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz Source: https://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
@ -126,7 +126,6 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun %postun
%if 0%{?rhel} && 0%{?rhel} <= 7 %if 0%{?rhel} && 0%{?rhel} <= 7
/sbin/ldconfig
if [ $1 -eq 0 ] ; then if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@ -139,8 +138,7 @@ fi
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif %endif
%post glib -p /sbin/ldconfig %ldconfig_scriptlets glib
%postun glib -p /sbin/ldconfig
%files -f %{name}.lang %files -f %{name}.lang
%doc COPYING README %doc COPYING README
@ -180,6 +178,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/vala/vapi/libmm-glib.* %{_datadir}/vala/vapi/libmm-glib.*
%changelog %changelog
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.12-2
- Switch to %%ldconfig_scriptlets
* Mon Jan 22 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.6.12-1 * Mon Jan 22 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.6.12-1
- Update to 1.6.12 release - Update to 1.6.12 release
- Require libmbim and libqmi we were built with (rh #1534945) - Require libmbim and libqmi we were built with (rh #1534945)