Drop ldconfig scriptlets

This commit is contained in:
Kalev Lember 2018-02-07 03:30:35 +01:00
parent b3fb62c428
commit 10ea717c54

View File

@ -112,16 +112,12 @@ rm -f %{buildroot}%{_libdir}/tracker-2.0/*.so
%post %post
/sbin/ldconfig
%systemd_user_post %{systemd_units} %systemd_user_post %{systemd_units}
%preun %preun
%systemd_user_preun %{systemd_units} %systemd_user_preun %{systemd_units}
%postun %postun
/sbin/ldconfig
%systemd_user_postun_with_restart %{systemd_units} %systemd_user_postun_with_restart %{systemd_units}
@ -171,6 +167,7 @@ rm -f %{buildroot}%{_libdir}/tracker-2.0/*.so
%changelog %changelog
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.0.3-1 * Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.0.3-1
- Update to 2.0.3 - Update to 2.0.3
- Drop ldconfig scriptlets
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.2-3 * Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.2-3
- Remove obsolete scriptlets - Remove obsolete scriptlets