]> git.pld-linux.org Git - packages/open-vm-tools.git/commitdiff
up to 10.1.0 auto/th/open-vm-tools-10.1.0-1
authorJan Palus <atler@pld-linux.org>
Wed, 14 Dec 2016 19:14:49 +0000 (20:14 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 14 Dec 2016 19:18:31 +0000 (20:18 +0100)
- package udev rules
- patch to fix reference to non-existent common-agent/etc/config dir
- BR: libmspack-devel

open-vm-tools-configure.patch [new file with mode: 0644]
open-vm-tools.spec

diff --git a/open-vm-tools-configure.patch b/open-vm-tools-configure.patch
new file mode 100644 (file)
index 0000000..1e56044
--- /dev/null
@@ -0,0 +1,21 @@
+--- open-vm-tools-stable-10.1.0/open-vm-tools/configure.ac.orig        2016-12-14 19:52:27.228555603 +0100
++++ open-vm-tools-stable-10.1.0/open-vm-tools/configure.ac     2016-12-14 19:52:32.282078440 +0100
+@@ -1595,7 +1595,6 @@
+    common-agent/input/invokers/Makefile \
+    common-agent/input/providerReg/Makefile \
+    common-agent/etc/Makefile           \
+-   common-agent/etc/config/Makefile    \
+    common-agent/etc/scripts/Makefile   \
+    common-agent/etc/install/Makefile   \
+    xferlogs/Makefile                   \
+--- open-vm-tools-stable-10.1.0/open-vm-tools/common-agent/etc/Makefile.am.orig        2016-12-14 19:57:06.720882094 +0100
++++ open-vm-tools-stable-10.1.0/open-vm-tools/common-agent/etc/Makefile.am     2016-12-14 19:57:12.440464943 +0100
+@@ -15,7 +15,7 @@
+ ### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ ################################################################################
+-SUBDIRS = install config scripts
++SUBDIRS = install scripts
+ uninstall-hook:
+       rm -rf $(DESTDIR)/etc/vmware-caf
index 319c3eb6d5b3fc975dc5def13f32e19c41c7fdbb..b0960e5c06b1d7c4c41c2b98af6891eac0bc77b8 100644 (file)
@@ -6,19 +6,20 @@
 Summary:       VMWare guest utilities
 Summary(pl.UTF-8):     Narzędzia dla systemu-gościa dla VMware
 Name:          open-vm-tools
-Version:       10.0.7
+Version:       10.1.0
 Release:       1
 Epoch:         1
 License:       GPL
 Group:         Applications/System
 Source0:       https://github.com/vmware/open-vm-tools/archive/stable-%{version}.tar.gz
-# Source0-md5: f865c9cfc9732360f6e1b08cdbd16483
+# Source0-md5: 46f5a319275f63658f1a44b6c8755f6b
 Source1:       %{name}-packaging
 Source2:       %{name}-modprobe.d
 Source3:       %{name}-init
 Source4:       %{name}-vmware-user.desktop
 Source5:       vmware-vmblock-fuse.service
 Patch0:                %{name}-dnd.patch
+Patch1:                %{name}-configure.patch
 URL:           http://open-vm-tools.sourceforge.net/
 BuildRequires: rpmbuild(macros) >= 1.701
 BuildRequires: autoconf
@@ -31,6 +32,7 @@ BuildRequires:        gtkmm-devel >= 2.4.0
 BuildRequires: libdnet-devel
 BuildRequires: libfuse-devel
 BuildRequires: libicu-devel
+BuildRequires: libmspack-devel
 BuildRequires: libnotify-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
@@ -113,9 +115,23 @@ This package contains VMware API documentation.
 %description apidocs -l pl.UTF-8
 Ten pakiet zawiera dokumentację do API VMware.
 
+%package -n udev-open-vm-tools
+Summary:       UDEV rules for open-vm-tools
+Summary(pl.UTF-8):     Reguły UDEV dla open-vm-tools
+Group:         Applications/System
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      udev-core
+
+%description -n udev-open-vm-tools
+UDEV rules for open-vm-tools.
+
+%description -n udev-open-vm-tools -l pl.UTF-8
+Reguły UDEV dla open-vm-tools.
+
 %prep
 %setup -q -n %{name}-stable-%{version}
 %patch0 -p1
+%patch1 -p1
 
 cp %{SOURCE1} open-vm-tools/packaging
 
@@ -295,3 +311,7 @@ fi
 %defattr(644,root,root,755)
 %doc open-vm-tools/docs/api/build/html/*
 %endif
+
+%files -n udev-open-vm-tools
+%defattr(644,root,root,755)
+/lib/udev/rules.d/99-vmware-scsi-udev.rules
This page took 0.184086 seconds and 4 git commands to generate.