OBS User unknown 2008-06-23 22:14:21 +00:00 committed by Git OBS Bridge
parent 264a25b7d4
commit 3b95f9bcd1
3 changed files with 16 additions and 5 deletions

View File

@ -1 +1 @@
addFilter(".*shlib-policy-name-error.*libguestlib0.*")
addFilter(".*shlib-policy-name-error.*libguestlib0.*")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 12 15:58:33 CEST 2008 - prusnak@suse.cz
- open-vm-tools now requires vmware-kmp [bnc#397972]
- exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
-------------------------------------------------------------------
Mon Jun 2 11:11:17 CEST 2008 - prusnak@suse.cz

View File

@ -10,12 +10,13 @@
# norootforbuild
%define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep -v pci:v00001022d00002000'
Name: open-vm-tools
Group: System/Emulators/PC
Summary: Open Virtual Machine Tools
Version: 2008.04.14
Release: 18
Release: 23
%define svn_rev 87182
Url: http://open-vm-tools.sourceforge.net/
License: BSD 3-Clause; GPL v2 only; LGPL v2.1 only
@ -33,12 +34,13 @@ BuildRequires: procps
BuildRequires: gtk2-devel xorg-x11-devel
BuildRequires: update-desktop-files
BuildRequires: module-init-tools
PreReq: coreutils sed grep diffutils fillup
PreReq: coreutils sed grep diffutils fillup bash
PreReq: permissions
ExclusiveArch: %ix86 x86_64
Supplements: modalias(pci:v000015add*sv*sd*bc*sc*i*)
Requires: vmware-kmp
Supplements: modalias(pci:v000015ADd*sv*sd*bc*sc*i*)
%define vm_modules vmblock vmhgfs vmmemctl vmsync vmxnet
%suse_kernel_module_package -n vmware -p %_sourcedir/preamble
%suse_kernel_module_package -n vmware -p %{_sourcedir}/preamble
%description
Open Virtual Machine Tools (open-vm-tools) are the open source
@ -238,6 +240,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/vmware*
%changelog
* Thu Jun 12 2008 prusnak@suse.cz
- open-vm-tools now requires vmware-kmp [bnc#397972]
- exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
* Mon Jun 02 2008 prusnak@suse.cz
- updated vmware init-script [bnc#394431]:
* check whether /tmp/VMwareDnD exists and create it if necessary