Fix post/postun calls to ldconfig scriptlet.

This commit is contained in:
Kevin Fenzi 2018-03-21 13:13:00 -07:00
parent 313d96ea1c
commit 8625a4bed3

View File

@ -10,7 +10,7 @@
Name: gdm
Epoch: 1
Version: 3.28.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The GNOME Display Manager
License: GPLv2+
@ -188,7 +188,7 @@ find %{buildroot} -name '*.la' -delete
exit 0
%post
%ldconfig
%ldconfig_post
# if the user already has a config file, then migrate it to the new
# location; rpm will ensure that old file will be renamed
@ -243,7 +243,7 @@ fi
%systemd_preun gdm.service
%postun
%ldconfig
%ldconfig_postun
%systemd_postun gdm.service
%files -f gdm.lang
@ -319,6 +319,9 @@ fi
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
%changelog
* Wed Mar 21 2018 Kevin Fenzi <kevin@scrye.com> - 3.28.0-4
- Fix post/postun calls to ldconfig scriptlet.
* Tue Mar 20 2018 Ray Strode <rstrode@redhat.com> - 1:3.28.0-3
- Drop /etc/dconf/db/gdm.d from list of dconf sources, that's
not longer used.