From c2dd500deeb114b10982e2e882dd92dc47f775f6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 5 Jul 2018 16:07:58 +0100 Subject: [PATCH] Remove ldconfig https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/ --- open-vm-tools.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index d8ab4b9..8509191 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -28,7 +28,7 @@ Name: open-vm-tools Version: %{toolsversion} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Group: Applications/System License: GPLv2 @@ -228,7 +228,6 @@ if [ -f %{_bindir}/vmware-checkvm -a \ mkdir -p /mnt/hgfs fi -/sbin/ldconfig %systemd_post %{vgauthdaemon}.service %systemd_post %{toolsdaemon}.service @@ -255,7 +254,6 @@ if [ "$1" = "0" -a \ fi %postun -/sbin/ldconfig %systemd_postun_with_restart %{toolsdaemon}.service %systemd_postun_with_restart %{vgauthdaemon}.service # 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 fi -%post devel -p /sbin/ldconfig - -%postun devel -p /sbin/ldconfig - %files %{!?_licensedir:%global license %%doc} %license COPYING @@ -331,6 +325,10 @@ fi %{_bindir}/vmware-vgauth-smoketest %changelog +* Thu Jul 05 2018 Richard W.M. Jones - 10.2.5-4 +- Remove ldconfig + https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/ + * Tue May 15 2018 Pete Walter - 10.2.5-3 - Rebuild for ICU 61.1