Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : open-vm-tools | name : open-vm-tools | ||||
| version : 10.3.0 | version : 10.3.5 | ||||
| release : 126 | release : 127 | ||||
| source : | source : | ||||
| - https://github.com/vmware/open-vm-tools/releases/download/stable-10.3.0/open-vm-tools-10.3.0-8931395.tar.gz : ca5bcd62a969803015bb4ca8e2610c376487be6b6b95e7500f6684d65813b161 | - https://github.com/vmware/open-vm-tools/archive/stable-10.3.5.tar.gz : c0ecd281d6113ca700b1ab0a10559db72e80d8fc03264d53ebfdc400578ab1b6 | ||||
| license : LGPL-2.1 | license : LGPL-2.1 | ||||
| component : system.utils | component : system.utils | ||||
| summary : | summary : | ||||
| - open-vm-tools is a set of services and modules that enable several features in VMware products | - open-vm-tools is a set of services and modules that enable several features in VMware products | ||||
| - modaliases : These files are used by the Software Center for hardware detection. | - modaliases : These files are used by the Software Center for hardware detection. | ||||
| description: | | description: | | ||||
| open-vm-tools is a set of services and modules that enable several features in VMware products | open-vm-tools is a set of services and modules that enable several features in VMware products | ||||
| builddeps : | builddeps : | ||||
| Show All 12 Lines | builddeps : | ||||
| - linux-lts | - linux-lts | ||||
| - linux-lts-headers | - linux-lts-headers | ||||
| - libdnet-devel | - libdnet-devel | ||||
| patterns : | patterns : | ||||
| - modaliases : /usr/share/linux-driver-management/modaliases | - modaliases : /usr/share/linux-driver-management/modaliases | ||||
| optimize : no-bind-now | optimize : no-bind-now | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/0001-Don-t-set-Werror-it-s-evil.patch | %patch -p1 < $pkgfiles/0001-Don-t-set-Werror-it-s-evil.patch | ||||
| pushd open-vm-tools | |||||
| sed -i -e 's|.*common-agent/etc/config/Makefile.*||' configure.ac | sed -i -e 's|.*common-agent/etc/config/Makefile.*||' configure.ac | ||||
| mkdir -p common-agent/etc/config | mkdir -p common-agent/etc/config | ||||
| %reconfigure --with-kernel-release="%kernel_version_lts%" --with-gtk3 --with-gtkmm3 | %reconfigure --with-kernel-release="%kernel_version_lts%" \ | ||||
| --with-gtk3 \ | |||||
| --with-gtkmm3 | |||||
| popd | |||||
| build : | | build : | | ||||
| %make | %make -C open-vm-tools | ||||
| install : | | install : | | ||||
| %make_install -j1 | %make_install -C open-vm-tools -j1 | ||||
| install -Dm00644 $pkgfiles/vmtoolsd.service $installdir/%libdir%/systemd/system/vmtoolsd.service | |||||
| # Let LDM know about our aliases | # Let LDM know about our aliases | ||||
| install -D -m 00644 $pkgfiles/open-vm-tools.modaliases $installdir/usr/share/linux-driver-management/modaliases/open-vm-tools.modaliases | install -Dm00644 $pkgfiles/open-vm-tools.modaliases $installdir/usr/share/linux-driver-management/modaliases/open-vm-tools.modaliases | ||||
| install -d $installdir/usr/share/defaults/etc | install -d $installdir/usr/share/defaults/etc | ||||
| mv $installdir/etc/pam.d $installdir/usr/share/defaults/etc/pam.d | mv $installdir/etc/pam.d $installdir/usr/share/defaults/etc/pam.d | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.