From 94788a577a90774362da6b918a1bde08f524431047923bb3b2485571858dd3c5 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 15 Mar 2012 13:57:45 +0000 Subject: [PATCH 1/2] - added call to vmware-rpctool in %preun to unset the installed version OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=219 --- open-vm-tools.changes | 5 +++++ open-vm-tools.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/open-vm-tools.changes b/open-vm-tools.changes index a7cd9cf..0a1c74d 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 15 13:56:41 UTC 2012 - prusnak@opensuse.org + +- added call to vmware-rpctool in %preun to unset the installed version + ------------------------------------------------------------------- Sun Feb 5 15:07:36 UTC 2012 - dimstar@opensuse.org diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 6d8c7bc..9dfc149 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -300,6 +300,7 @@ if test "$FIRST_ARG" -ge 1 ; then fi fi %stop_on_removal vmtoolsd +vmware-rpctool "tools.set.version 0" || : %postun %restart_on_update vmtoolsd From 00706f88e1067cc5b06534f6ebc4932c4627b7ae8701108829fccfa8de1267cf Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 15 Mar 2012 13:58:28 +0000 Subject: [PATCH 2/2] add bnc OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=220 --- open-vm-tools.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 0a1c74d..1fd8810 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Thu Mar 15 13:56:41 UTC 2012 - prusnak@opensuse.org -- added call to vmware-rpctool in %preun to unset the installed version +- added call to vmware-rpctool in %preun to unset the installed + version [bnc#748517] ------------------------------------------------------------------- Sun Feb 5 15:07:36 UTC 2012 - dimstar@opensuse.org