Accepting request 35544 from Virtualization:VMware
Copy from Virtualization:VMware/open-vm-tools based on submit request 35544 from user prusnak OBS-URL: https://build.opensuse.org/request/show/35544 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=17
This commit is contained in:
parent
b4955be7a5
commit
80fee1e7ab
2
open-vm-tools-modprobe.conf
Normal file
2
open-vm-tools-modprobe.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
install pcnet32 /sbin/modprobe -q --ignore-install vmxnet; /sbin/modprobe -q --ignore-install pcnet32 $CMDLINE_OPTS; /bin/true;
|
||||||
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 23 09:27:23 UTC 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Disabled vmxnet3 building. this only did not give an error anyhow
|
||||||
|
as there was a typo, thus having the module already disabled for
|
||||||
|
quite some time.
|
||||||
|
- bnc#590329: Re-add lost 50-vmnics.conf file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 25 20:42:39 UTC 2010 - dominique.leuenberger@tmf-group.com
|
Thu Feb 25 20:42:39 UTC 2010 - dominique.leuenberger@tmf-group.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Name: open-vm-tools
|
|||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Summary: Open Virtual Machine Tools
|
Summary: Open Virtual Machine Tools
|
||||||
Version: 2010.02.23
|
Version: 2010.02.23
|
||||||
Release: 1
|
Release: 2
|
||||||
%define svn_rev 236320
|
%define svn_rev 236320
|
||||||
Url: http://open-vm-tools.sourceforge.net/
|
Url: http://open-vm-tools.sourceforge.net/
|
||||||
License: BSD3c ; GPLv2 ; LGPLv2.1
|
License: BSD3c ; GPLv2 ; LGPLv2.1
|
||||||
@ -34,6 +34,7 @@ Source2: vmware-user-autostart.desktop
|
|||||||
Source3: vmware-toolbox.desktop
|
Source3: vmware-toolbox.desktop
|
||||||
Source4: open-vm-tools.permissions
|
Source4: open-vm-tools.permissions
|
||||||
Source5: vmware-user-autostart-wrapper
|
Source5: vmware-user-autostart-wrapper
|
||||||
|
Source6: open-vm-tools-modprobe.conf
|
||||||
Source98: preamble
|
Source98: preamble
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -59,9 +60,6 @@ ExclusiveArch: %ix86 x86_64
|
|||||||
Requires: vmware-guest-kmp
|
Requires: vmware-guest-kmp
|
||||||
Supplements: modalias(pci:v000015ADd*sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v000015ADd*sv*sd*bc*sc*i*)
|
||||||
%define vm_modules vmblock vmhgfs vmmemctl vmsync vmxnet vmci vsock pvscsi
|
%define vm_modules vmblock vmhgfs vmmemctl vmsync vmxnet vmci vsock pvscsi
|
||||||
%if 0%{suse_version} <= 1120
|
|
||||||
%define vm_module %{vm_modules} vmxnet3
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%suse_kernel_module_package -n vmware-guest -p %{SOURCE98} xen um
|
%suse_kernel_module_package -n vmware-guest -p %{SOURCE98} xen um
|
||||||
|
|
||||||
@ -214,6 +212,7 @@ ln -sf ../../etc/init.d/vmtoolsd $RPM_BUILD_ROOT%{_sbindir}/rcvmtoolsd
|
|||||||
# which checks for /proc/fs/vmblock/dev to appear and then starts vmware-user-suid-wrapper
|
# which checks for /proc/fs/vmblock/dev to appear and then starts vmware-user-suid-wrapper
|
||||||
install -D -m 0755 %{S:5} $RPM_BUILD_ROOT%{_bindir}/vmware-user-autostart-wrapper
|
install -D -m 0755 %{S:5} $RPM_BUILD_ROOT%{_bindir}/vmware-user-autostart-wrapper
|
||||||
install -D -m 0644 %{S:2} $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vmware-user-autostart.desktop
|
install -D -m 0644 %{S:2} $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vmware-user-autostart.desktop
|
||||||
|
install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/modprobe.d/50-vmnics.conf
|
||||||
|
|
||||||
# handle the .destop files for translations
|
# handle the .destop files for translations
|
||||||
%suse_update_desktop_file vmware-user-autostart
|
%suse_update_desktop_file vmware-user-autostart
|
||||||
@ -284,6 +283,7 @@ rm -rf %{buildroot}
|
|||||||
%config(noreplace) %{_sysconfdir}/pam.d/vmtoolsd
|
%config(noreplace) %{_sysconfdir}/pam.d/vmtoolsd
|
||||||
%{_sysconfdir}/vmware-tools
|
%{_sysconfdir}/vmware-tools
|
||||||
%{_sysconfdir}/init.d/vmtoolsd
|
%{_sysconfdir}/init.d/vmtoolsd
|
||||||
|
%{_sysconfdir}/modprobe.d/50-vmnics.conf
|
||||||
%{_sbindir}/rcvmtoolsd
|
%{_sbindir}/rcvmtoolsd
|
||||||
%exclude %{_libdir}/*.so
|
%exclude %{_libdir}/*.so
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user