diff --git a/open-vm-tools.changes b/open-vm-tools.changes index bdadf94..e66b282 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -11,6 +11,7 @@ Wed Dec 22 08:29:03 UTC 2010 - dimstar@opensuse.org address. + lots of bug fixes and other cleanups in various areas. - Re-enable building of X dependenices (with_X 1) +- Disable unity on openSUSE < 11.4. It requires glib >= 2.24. ------------------------------------------------------------------- Thu Nov 25 15:11:31 UTC 2010 - dimstar@opensuse.org diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 6f51d42..176c813 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -188,7 +188,7 @@ sed -i -e "s/\r//" README # comments in a continued line seem not to work... shame # --disable-unity : liburiparser was not present before 11.0 %configure \ -%if 0%{?suse_version} < 1100 +%if 0%{?suse_version} < 1140 --disable-unity \ %endif --without-kernel-modules \ @@ -346,7 +346,9 @@ rm -rf %{buildroot} %{_libdir}/%{name}/plugins/vmusr/libdesktopEvents.so %{_libdir}/%{name}/plugins/vmusr/libdndcp.so %{_libdir}/%{name}/plugins/vmusr/libresolutionSet.so +%if 0%{?suse_version} >= 1140 %{_libdir}/%{name}/plugins/vmusr/libunity.so +%endif %{_libdir}/%{name}/plugins/vmusr/libvixUser.so %{_bindir}/vmware-user-autostart-wrapper