Richard W.M. Jones 2018-07-05 16:07:58 +01:00
parent 2ef9a2e9b0
commit c2dd500dee

View File

@ -28,7 +28,7 @@
Name: open-vm-tools Name: open-vm-tools
Version: %{toolsversion} Version: %{toolsversion}
Release: 3%{?dist} Release: 4%{?dist}
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
Group: Applications/System Group: Applications/System
License: GPLv2 License: GPLv2
@ -228,7 +228,6 @@ if [ -f %{_bindir}/vmware-checkvm -a \
mkdir -p /mnt/hgfs mkdir -p /mnt/hgfs
fi fi
/sbin/ldconfig
%systemd_post %{vgauthdaemon}.service %systemd_post %{vgauthdaemon}.service
%systemd_post %{toolsdaemon}.service %systemd_post %{toolsdaemon}.service
@ -255,7 +254,6 @@ if [ "$1" = "0" -a \
fi fi
%postun %postun
/sbin/ldconfig
%systemd_postun_with_restart %{toolsdaemon}.service %systemd_postun_with_restart %{toolsdaemon}.service
%systemd_postun_with_restart %{vgauthdaemon}.service %systemd_postun_with_restart %{vgauthdaemon}.service
# Cleanup GuestProxy certs if open-vm-tools is being uninstalled # Cleanup GuestProxy certs if open-vm-tools is being uninstalled
@ -263,10 +261,6 @@ if [ "$1" = "0" ]; then
rm -rf %{_sysconfdir}/vmware-tools/GuestProxyData &> /dev/null || /bin/true rm -rf %{_sysconfdir}/vmware-tools/GuestProxyData &> /dev/null || /bin/true
fi fi
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig
%files %files
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
@ -331,6 +325,10 @@ fi
%{_bindir}/vmware-vgauth-smoketest %{_bindir}/vmware-vgauth-smoketest
%changelog %changelog
* Thu Jul 05 2018 Richard W.M. Jones <rjones@redhat.com> - 10.2.5-4
- Remove ldconfig
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/
* Tue May 15 2018 Pete Walter <pwalter@fedoraproject.org> - 10.2.5-3 * Tue May 15 2018 Pete Walter <pwalter@fedoraproject.org> - 10.2.5-3
- Rebuild for ICU 61.1 - Rebuild for ICU 61.1