diff --git a/open-vm-tools-2008.12.23-137496.tar.bz2 b/open-vm-tools-2008.12.23-137496.tar.bz2 deleted file mode 100644 index 6748f04..0000000 --- a/open-vm-tools-2008.12.23-137496.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fff9c82374c5ced54d75636e631543859180838145827ac9aeaf3d735dff11e -size 2308234 diff --git a/open-vm-tools-2009.01.21-142982.tar.bz2 b/open-vm-tools-2009.01.21-142982.tar.bz2 new file mode 100644 index 0000000..9afc97d --- /dev/null +++ b/open-vm-tools-2009.01.21-142982.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcd44fe880dd9912b5745a20cd3edb1ed5337586fc220739002267dd8b78430 +size 2437981 diff --git a/open-vm-tools-2008.12.23-rpmlintrc b/open-vm-tools-2009.01.21-rpmlintrc similarity index 100% rename from open-vm-tools-2008.12.23-rpmlintrc rename to open-vm-tools-2009.01.21-rpmlintrc diff --git a/open-vm-tools.changes b/open-vm-tools.changes index e271349..164d823 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Jan 26 09:34:36 CET 2009 - prusnak@suse.cz + +- reviewed changes by Dominique + +------------------------------------------------------------------- +Thu Jan 22 09:05:00 CET 2009 - dominique@leuenberger.net + +- Update to version 2009.01.21 + * First open source release of the HGFS module for Solaris, + under the CDDL. Other modules are expected to be added in + the upcoming releases. + * Added an implementation of vmblock on top of FUSE; + vmware-user still doesn't use this module even if it is + available, though. + * Linux modules now add the "supported" tag used by Novell in + their SLES 10 SP2 release when loading modules. + * Fix compilation of modules in newer Linux kernels which + don't include $(LINUXINCLUDE) in the compiler flags anymore. +- Added Requires: kernel-%1 to preamble, as rpmlint said it would + be policy to require kenrel-$favour from the kmp +- marked config files in /etc as %config (rpmlint) + ------------------------------------------------------------------- Fri Jan 16 14:08:39 CET 2009 - prusnak@suse.cz @@ -180,7 +203,7 @@ Mon Jun 9 22:49:17 EEST 2008 - dominique-obs@leuenberger.net adopted spec file to new build structure layout (the binaries are now named correctly just after build and do not need to be renamed anymore) -- Replaced -werror patch with -fix-Werror-patch (submitted to +- Replaced -werror patch with -fix-Werror-patch (submitted to VMware for inclusion) ------------------------------------------------------------------- @@ -214,7 +237,7 @@ Tue May 20 17:00:00 EET 2008 - dominique-rpm@leuenberger.net ------------------------------------------------------------------- Tue May 20 16:43:00 EET 2008 - dominique-rpm@leuenberger.net -- Added preamble for %suse_kernel_module_package in order to have +- Added preamble for %suse_kernel_module_package in order to have a Recommends: open-vm-tools on the kmp. The KMP is installed by Supplements: the hardware ID, and the KMP then pulls in the open-vm-tools package by Recommends (if available) @@ -251,7 +274,7 @@ Mon Apr 28 15:34:35 CEST 2008 - ro@suse.de ------------------------------------------------------------------- Thu Apr 24 00:59:38 CEST 2008 - ro@suse.de -- added vmware-KMP package and description tags to specfile +- added vmware-KMP package and description tags to specfile - added preable file for kmp packages ------------------------------------------------------------------- diff --git a/open-vm-tools.spec b/open-vm-tools.spec index c7ea377..52a2a3a 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -1,5 +1,5 @@ # -# spec file for package open-vm-tools (Version 2008.12.23) +# spec file for package open-vm-tools (Version 2009.01.21) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,9 +22,9 @@ Name: open-vm-tools Group: System/Emulators/PC Summary: Open Virtual Machine Tools -Version: 2008.12.23 +Version: 2009.01.21 Release: 1 -%define svn_rev 137496 +%define svn_rev 142982 Url: http://open-vm-tools.sourceforge.net/ License: BSD 3-Clause; GPL v2 only; LGPL v2.1 only Source: %{name}-%{version}-%{svn_rev}.tar.bz2 @@ -275,9 +275,9 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_bindir}/vmware-toolbox %exclude %{_bindir}/vmware-user %config %{_sysconfdir}/init.d/vmware* -%{_sysconfdir}/vmware-tools -%{_sysconfdir}/modprobe.d/vmnics -%{_sysconfdir}/pam.d/vmware* +%config %{_sysconfdir}/vmware-tools +%config %{_sysconfdir}/modprobe.d/vmnics +%config %{_sysconfdir}/pam.d/vmware* %verify(not mode) %attr(0755,root,root) /sbin/mount.vmhgfs %{_sbindir}/vmware* %{_sbindir}/rcvmware-guest @@ -292,6 +292,23 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/xdg/autostart/vmware-user.desktop %changelog +* Mon Jan 26 2009 prusnak@suse.cz +- reviewed changes by Dominique +* Thu Jan 22 2009 dominique@leuenberger.net +- Update to version 2009.01.21 + * First open source release of the HGFS module for Solaris, + under the CDDL. Other modules are expected to be added in + the upcoming releases. + * Added an implementation of vmblock on top of FUSE; + vmware-user still doesn't use this module even if it is + available, though. + * Linux modules now add the "supported" tag used by Novell in + their SLES 10 SP2 release when loading modules. + * Fix compilation of modules in newer Linux kernels which + don't include $(LINUXINCLUDE) in the compiler flags anymore. +- Added Requires: kernel-%%1 to preamble, as rpmlint said it would + be policy to require kenrel-$favour from the kmp +- marked config files in /etc as %%config (rpmlint) * Fri Jan 16 2009 prusnak@suse.cz - reviewed changes by Dominique * Thu Dec 25 2008 dominique@leuenberger.net diff --git a/preamble b/preamble index 30cb911..f5fbaac 100644 --- a/preamble +++ b/preamble @@ -1,3 +1,4 @@ Enhances: kernel-%1 +Requires: kernel-%1 PreReq: coreutils grep Recommends: open-vm-tools