[packages/open-vm-tools] up to 10.1.0
atler
atler at pld-linux.org
Wed Dec 14 20:19:06 CET 2016
commit 92fe3ab60c252b7c098dcdc3c082ad18fbc5a9f4
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Dec 14 20:14:49 2016 +0100
up to 10.1.0
- package udev rules
- patch to fix reference to non-existent common-agent/etc/config dir
- BR: libmspack-devel
open-vm-tools-configure.patch | 21 +++++++++++++++++++++
open-vm-tools.spec | 24 ++++++++++++++++++++++--
2 files changed, 43 insertions(+), 2 deletions(-)
---
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index 319c3eb..b0960e5 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -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
diff --git a/open-vm-tools-configure.patch b/open-vm-tools-configure.patch
new file mode 100644
index 0000000..1e56044
--- /dev/null
+++ b/open-vm-tools-configure.patch
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/open-vm-tools.git/commitdiff/92fe3ab60c252b7c098dcdc3c082ad18fbc5a9f4
More information about the pld-cvs-commit
mailing list