|
|
09ddda |
################################################################################
|
|
|
88792e |
### Copyright 2013-17 VMware, Inc. All rights reserved.
|
|
|
09ddda |
###
|
|
|
09ddda |
### RPM SPEC file for building open-vm-tools packages.
|
|
|
09ddda |
###
|
|
|
09ddda |
###
|
|
|
09ddda |
### This program is free software; you can redistribute it and/or modify
|
|
|
09ddda |
### it under the terms of version 2 of the GNU General Public License as
|
|
|
09ddda |
### published by the Free Software Foundation.
|
|
|
09ddda |
###
|
|
|
09ddda |
### This program is distributed in the hope that it will be useful,
|
|
|
09ddda |
### but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
09ddda |
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
09ddda |
### GNU General Public License for more details.
|
|
|
09ddda |
###
|
|
|
09ddda |
### You should have received a copy of the GNU General Public License
|
|
|
09ddda |
### along with this program; if not, write to the Free Software
|
|
|
09ddda |
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
09ddda |
################################################################################
|
|
|
09ddda |
|
|
|
09ddda |
%global _hardened_build 1
|
|
|
88792e |
%global majorversion 10.1
|
|
|
2c29b9 |
%global minorversion 5
|
|
|
88792e |
%global toolsbuild 5055683
|
|
|
eeaa75 |
%global toolsversion %{majorversion}.%{minorversion}
|
|
|
eeaa75 |
%global toolsdaemon vmtoolsd
|
|
|
88792e |
%global vgauthdaemon vgauthd
|
|
|
eeaa75 |
|
|
|
eeaa75 |
Name: open-vm-tools
|
|
|
eeaa75 |
Version: %{toolsversion}
|
|
|
88792e |
Release: 3%{?dist}
|
|
|
09ddda |
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
|
|
eeaa75 |
Group: Applications/System
|
|
|
eeaa75 |
License: GPLv2
|
|
|
88792e |
URL: https://github.com/vmware/%{name}
|
|
|
88792e |
Source0: https://github.com/vmware/%{name}/releases/download/stable-%{version}/%{name}-%{version}-%{toolsbuild}.tar.gz
|
|
|
eeaa75 |
Source1: %{toolsdaemon}.service
|
|
|
88792e |
Source2: %{vgauthdaemon}.service
|
|
|
09ddda |
%if 0%{?rhel} >= 7
|
|
|
09ddda |
ExclusiveArch: x86_64
|
|
|
09ddda |
%else
|
|
|
eeaa75 |
ExclusiveArch: %{ix86} x86_64
|
|
|
09ddda |
%endif
|
|
|
eeaa75 |
|
|
|
88792e |
Patch1: glibc-sysmacros.patch
|
|
|
d619e0 |
|
|
|
2c29b9 |
BuildRequires: autoconf
|
|
|
2c29b9 |
BuildRequires: automake
|
|
|
2c29b9 |
BuildRequires: libtool
|
|
|
2c29b9 |
BuildRequires: gcc-c++
|
|
|
2c29b9 |
BuildRequires: doxygen
|
|
|
eeaa75 |
# Fuse is optional and enables vmblock-fuse
|
|
|
2c29b9 |
BuildRequires: fuse-devel
|
|
|
2c29b9 |
BuildRequires: glib2-devel >= 2.14.0
|
|
|
2c29b9 |
BuildRequires: gtk2-devel >= 2.4.0
|
|
|
88792e |
%if 0%{?fedora} >= 23
|
|
|
88792e |
# F23 split gdk-pixbuf2-devel >= 2.31.3-5 into 3 packages,
|
|
|
88792e |
# gdk-pixbuf2-devel, gdk-pixbuf2-modules-devel, and
|
|
|
88792e |
# gdk-pixbuf2-xlib-devel. gtk2-devel does not depend on
|
|
|
88792e |
# gdk-pixbuf2-xlib-devel. Therefore, we need to pull in
|
|
|
88792e |
# gdk-pixbuf2-xlib-devel dependency ourselves.
|
|
|
88792e |
BuildRequires: gdk-pixbuf2-xlib-devel
|
|
|
88792e |
%endif
|
|
|
2c29b9 |
BuildRequires: gtkmm24-devel
|
|
|
2c29b9 |
BuildRequires: libdnet-devel
|
|
|
2c29b9 |
BuildRequires: libicu-devel
|
|
|
2c29b9 |
BuildRequires: libmspack-devel
|
|
|
88792e |
# Unfortunately, xmlsec1-openssl does not add libtool-ltdl
|
|
|
88792e |
# dependency, so we need to add it ourselves.
|
|
|
88792e |
BuildRequires: libtool-ltdl-devel
|
|
|
2c29b9 |
BuildRequires: libX11-devel
|
|
|
2c29b9 |
BuildRequires: libXext-devel
|
|
|
2c29b9 |
BuildRequires: libXi-devel
|
|
|
2c29b9 |
BuildRequires: libXinerama-devel
|
|
|
2c29b9 |
BuildRequires: libXrandr-devel
|
|
|
2c29b9 |
BuildRequires: libXrender-devel
|
|
|
2c29b9 |
BuildRequires: libXtst-devel
|
|
|
2c29b9 |
BuildRequires: openssl-devel
|
|
|
2c29b9 |
BuildRequires: pam-devel
|
|
|
2c29b9 |
BuildRequires: procps-devel
|
|
|
2c29b9 |
BuildRequires: systemd
|
|
|
88792e |
BuildRequires: xmlsec1-openssl-devel
|
|
|
2c29b9 |
|
|
|
2c29b9 |
Requires: coreutils
|
|
|
2c29b9 |
Requires: fuse
|
|
|
2c29b9 |
Requires: net-tools
|
|
|
2c29b9 |
Requires: grep
|
|
|
88792e |
Requires: pciutils
|
|
|
2c29b9 |
Requires: sed
|
|
|
2c29b9 |
Requires: systemd
|
|
|
2c29b9 |
Requires: tar
|
|
|
2c29b9 |
Requires: which
|
|
|
88792e |
# xmlsec1-openssl needs to be added explicitly
|
|
|
88792e |
Requires: xmlsec1-openssl
|
|
|
2c29b9 |
|
|
|
2c29b9 |
# open-vm-tools >= 10.0.0 do not require open-vm-tools-deploypkg
|
|
|
2c29b9 |
# provided by VMware. That functionality is now available as part
|
|
|
2c29b9 |
# of open-vm-tools package itself.
|
|
|
88792e |
Obsoletes: open-vm-tools-deploypkg <= 10.0.5
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%description
|
|
|
eeaa75 |
The %{name} project is an open source implementation of VMware Tools. It
|
|
|
eeaa75 |
is a suite of open source virtualization utilities and drivers to improve the
|
|
|
eeaa75 |
functionality, user experience and administration of VMware virtual machines.
|
|
|
eeaa75 |
This package contains only the core user-space programs and libraries of
|
|
|
eeaa75 |
%{name}.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%package desktop
|
|
|
09ddda |
Summary: User experience components for Open Virtual Machine Tools
|
|
|
eeaa75 |
Group: System Environment/Libraries
|
|
|
eeaa75 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%description desktop
|
|
|
eeaa75 |
This package contains only the user-space programs and libraries of
|
|
|
eeaa75 |
%{name} that are essential for improved user experience of VMware virtual
|
|
|
eeaa75 |
machines.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%package devel
|
|
|
09ddda |
Summary: Development libraries for Open Virtual Machine Tools
|
|
|
eeaa75 |
Group: Development/Libraries
|
|
|
eeaa75 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%description devel
|
|
|
eeaa75 |
This package contains only the user-space programs and libraries of
|
|
|
eeaa75 |
%{name} that are essential for developing customized applications for
|
|
|
eeaa75 |
VMware virtual machines.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%prep
|
|
|
eeaa75 |
%setup -q -n %{name}-%{version}-%{toolsbuild}
|
|
|
2c29b9 |
%patch1 -p0
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%build
|
|
|
2a675e |
# Required for regenerating configure script when
|
|
|
2a675e |
# configure.ac get modified
|
|
|
2c29b9 |
autoreconf -i
|
|
|
2c29b9 |
autoconf
|
|
|
2a675e |
|
|
|
eeaa75 |
%configure \
|
|
|
eeaa75 |
--without-kernel-modules \
|
|
|
88792e |
--enable-xmlsec1 \
|
|
|
88792e |
--disable-static
|
|
|
eeaa75 |
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
|
|
eeaa75 |
make %{?_smp_mflags}
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%install
|
|
|
eeaa75 |
export DONT_STRIP=1
|
|
|
eeaa75 |
make install DESTDIR=%{buildroot}
|
|
|
eeaa75 |
|
|
|
eeaa75 |
# Remove exec bit from config files
|
|
|
eeaa75 |
chmod a-x %{buildroot}%{_sysconfdir}/pam.d/*
|
|
|
2a675e |
chmod a-x %{buildroot}%{_sysconfdir}/vmware-tools/*.conf
|
|
|
88792e |
chmod a-x %{buildroot}%{_sysconfdir}/vmware-tools/vgauth/schemas/*
|
|
|
88792e |
|
|
|
88792e |
# Remove exec bit on udev rules.
|
|
|
88792e |
chmod a-x %{buildroot}%{_udevrulesdir}/99-vmware-scsi-udev.rules
|
|
|
eeaa75 |
|
|
|
eeaa75 |
# Remove the DOS line endings
|
|
|
eeaa75 |
sed -i "s|\r||g" README
|
|
|
eeaa75 |
|
|
|
09ddda |
# Remove "Encoding" key from the "Desktop Entry"
|
|
|
09ddda |
sed -i "s|^Encoding.*$||g" %{buildroot}%{_sysconfdir}/xdg/autostart/vmware-user.desktop
|
|
|
09ddda |
|
|
|
eeaa75 |
# Remove unnecessary files from packaging
|
|
|
eeaa75 |
find %{buildroot}%{_libdir} -name '*.la' -delete
|
|
|
eeaa75 |
rm -fr %{buildroot}%{_defaultdocdir}
|
|
|
eeaa75 |
rm -f docs/api/build/html/FreeSans.ttf
|
|
|
eeaa75 |
|
|
|
2c29b9 |
# Remove mount.vmhgfs & symlink
|
|
|
2c29b9 |
rm -fr %{buildroot}%{_sbindir} %{buildroot}/sbin/mount.vmhgfs
|
|
|
2c29b9 |
|
|
|
ccf613 |
# Move vm-support to /usr/bin
|
|
|
ccf613 |
mv %{buildroot}%{_sysconfdir}/vmware-tools/vm-support %{buildroot}%{_bindir}
|
|
|
ccf613 |
|
|
|
eeaa75 |
# Systemd unit files
|
|
|
eeaa75 |
install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service
|
|
|
88792e |
install -p -m 644 -D %{SOURCE2} %{buildroot}%{_unitdir}/%{vgauthdaemon}.service
|
|
|
eeaa75 |
|
|
|
eeaa75 |
# 'make check' in open-vm-tools rebuilds docs and ends up regenerating
|
|
|
eeaa75 |
# the font file. We can add %%check secion once 'make check' is fixed
|
|
|
eeaa75 |
# upstream
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%post
|
|
|
2c29b9 |
if [ -f %{_bindir}/vmware-guestproxycerttool ]; then
|
|
|
2a675e |
mkdir -p %{_sysconfdir}/vmware-tools/GuestProxyData/server
|
|
|
2a675e |
mkdir -p -m 0700 %{_sysconfdir}/vmware-tools/GuestProxyData/trusted
|
|
|
2a675e |
%{_bindir}/vmware-guestproxycerttool -g &> /dev/null || /bin/true
|
|
|
2a675e |
fi
|
|
|
2c29b9 |
|
|
|
2c29b9 |
# Setup mount point for Shared Folders
|
|
|
88792e |
# NOTE: Use systemd-detect-virt to detect VMware platform because
|
|
|
88792e |
# vmware-checkvm might misbehave on non-VMware platforms.
|
|
|
2c29b9 |
if [ -f %{_bindir}/vmware-checkvm -a \
|
|
|
2c29b9 |
-f %{_bindir}/vmhgfs-fuse ] && \
|
|
|
88792e |
%{_bindir}/systemd-detect-virt | grep -iq VMware && \
|
|
|
2c29b9 |
%{_bindir}/vmware-checkvm &> /dev/null && \
|
|
|
2c29b9 |
%{_bindir}/vmware-checkvm -p | grep -q Workstation && \
|
|
|
2c29b9 |
%{_bindir}/vmhgfs-fuse -e &> /dev/null; then
|
|
|
2c29b9 |
mkdir -p /mnt/hgfs
|
|
|
2c29b9 |
fi
|
|
|
2c29b9 |
|
|
|
eeaa75 |
/sbin/ldconfig
|
|
|
88792e |
%systemd_post %{vgauthdaemon}.service
|
|
|
eeaa75 |
%systemd_post %{toolsdaemon}.service
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%preun
|
|
|
eeaa75 |
%systemd_preun %{toolsdaemon}.service
|
|
|
88792e |
%systemd_preun %{vgauthdaemon}.service
|
|
|
eeaa75 |
|
|
|
88792e |
if [ "$1" = "0" -a \
|
|
|
88792e |
-f %{_bindir}/vmware-checkvm ] && \
|
|
|
88792e |
%{_bindir}/systemd-detect-virt | grep -iq VMware && \
|
|
|
2c29b9 |
%{_bindir}/vmware-checkvm &> /dev/null; then
|
|
|
2c29b9 |
|
|
|
2c29b9 |
# Tell VMware that open-vm-tools is being uninstalled
|
|
|
2c29b9 |
if [ -f %{_bindir}/vmware-rpctool ]; then
|
|
|
2c29b9 |
%{_bindir}/vmware-rpctool 'tools.set.version 0' &> /dev/null || /bin/true
|
|
|
2c29b9 |
fi
|
|
|
2c29b9 |
|
|
|
2c29b9 |
# Teardown mount point for Shared Folders
|
|
|
2c29b9 |
if [ -d /mnt/hgfs ] && \
|
|
|
2c29b9 |
%{_bindir}/vmware-checkvm -p | grep -q Workstation; then
|
|
|
2c29b9 |
umount /mnt/hgfs &> /dev/null || /bin/true
|
|
|
2c29b9 |
rmdir /mnt/hgfs &> /dev/null || /bin/true
|
|
|
2c29b9 |
fi
|
|
|
ccf613 |
fi
|
|
|
ccf613 |
|
|
|
eeaa75 |
%postun
|
|
|
eeaa75 |
/sbin/ldconfig
|
|
|
eeaa75 |
%systemd_postun_with_restart %{toolsdaemon}.service
|
|
|
88792e |
%systemd_postun_with_restart %{vgauthdaemon}.service
|
|
|
2a675e |
# Cleanup GuestProxy certs if open-vm-tools is being uninstalled
|
|
|
2c29b9 |
if [ "$1" = "0" ]; then
|
|
|
2a675e |
rm -rf %{_sysconfdir}/vmware-tools/GuestProxyData &> /dev/null || /bin/true
|
|
|
2a675e |
fi
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%post devel -p /sbin/ldconfig
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%postun devel -p /sbin/ldconfig
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%files
|
|
|
2c29b9 |
%{!?_licensedir:%global license %%doc}
|
|
|
2c29b9 |
%license COPYING
|
|
|
2c29b9 |
%doc AUTHORS ChangeLog NEWS README
|
|
|
eeaa75 |
%config(noreplace) %{_sysconfdir}/pam.d/*
|
|
|
2c29b9 |
%dir %{_sysconfdir}/vmware-tools/
|
|
|
88792e |
%dir %{_sysconfdir}/vmware-tools/vgauth
|
|
|
88792e |
%dir %{_sysconfdir}/vmware-tools/vgauth/schemas
|
|
|
2a675e |
%config(noreplace) %{_sysconfdir}/vmware-tools/*.conf
|
|
|
88792e |
# Don't expect users to modify VGAuth schema files
|
|
|
88792e |
%config %{_sysconfdir}/vmware-tools/vgauth/schemas/*
|
|
|
2c29b9 |
%{_sysconfdir}/vmware-tools/*-vm-default
|
|
|
2c29b9 |
%{_sysconfdir}/vmware-tools/scripts
|
|
|
2c29b9 |
%{_sysconfdir}/vmware-tools/statechange.subr
|
|
|
88792e |
%{_bindir}/VGAuthService
|
|
|
2a675e |
%{_bindir}/vm-support
|
|
|
2c29b9 |
%{_bindir}/vmhgfs-fuse
|
|
|
eeaa75 |
%{_bindir}/vmtoolsd
|
|
|
eeaa75 |
%{_bindir}/vmware-checkvm
|
|
|
2a675e |
%{_bindir}/vmware-guestproxycerttool
|
|
|
eeaa75 |
%{_bindir}/vmware-hgfsclient
|
|
|
88792e |
%{_bindir}/vmware-namespace-cmd
|
|
|
eeaa75 |
%{_bindir}/vmware-rpctool
|
|
|
eeaa75 |
%{_bindir}/vmware-toolbox-cmd
|
|
|
88792e |
%{_bindir}/vmware-vgauth-cmd
|
|
|
eeaa75 |
%{_bindir}/vmware-xferlogs
|
|
|
2a675e |
%{_libdir}/libDeployPkg.so.*
|
|
|
eeaa75 |
%{_libdir}/libguestlib.so.*
|
|
|
eeaa75 |
%{_libdir}/libhgfs.so.*
|
|
|
88792e |
%{_libdir}/libvgauth.so.*
|
|
|
eeaa75 |
%{_libdir}/libvmtools.so.*
|
|
|
eeaa75 |
%dir %{_libdir}/%{name}/
|
|
|
eeaa75 |
%dir %{_libdir}/%{name}/plugins
|
|
|
eeaa75 |
%dir %{_libdir}/%{name}/plugins/common
|
|
|
eeaa75 |
%{_libdir}/%{name}/plugins/common/*.so
|
|
|
eeaa75 |
%dir %{_libdir}/%{name}/plugins/vmsvc
|
|
|
eeaa75 |
%{_libdir}/%{name}/plugins/vmsvc/*.so
|
|
|
eeaa75 |
%{_datadir}/%{name}/
|
|
|
0e2628 |
%{_udevrulesdir}/99-vmware-scsi-udev.rules
|
|
|
88792e |
%{_unitdir}/%{toolsdaemon}.service
|
|
|
88792e |
%{_unitdir}/%{vgauthdaemon}.service
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%files desktop
|
|
|
eeaa75 |
%{_sysconfdir}/xdg/autostart/*.desktop
|
|
|
eeaa75 |
%{_bindir}/vmware-user-suid-wrapper
|
|
|
eeaa75 |
%{_bindir}/vmware-vmblock-fuse
|
|
|
eeaa75 |
%{_libdir}/%{name}/plugins/vmusr/
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%files devel
|
|
|
eeaa75 |
%doc docs/api/build/*
|
|
|
2a675e |
%exclude %{_includedir}/libDeployPkg/
|
|
|
eeaa75 |
%{_includedir}/vmGuestLib/
|
|
|
eeaa75 |
%{_libdir}/pkgconfig/*.pc
|
|
|
2a675e |
%{_libdir}/libDeployPkg.so
|
|
|
eeaa75 |
%{_libdir}/libguestlib.so
|
|
|
eeaa75 |
%{_libdir}/libhgfs.so
|
|
|
88792e |
%{_libdir}/libvgauth.so
|
|
|
eeaa75 |
%{_libdir}/libvmtools.so
|
|
|
eeaa75 |
|
|
|
eeaa75 |
%changelog
|
|
|
88792e |
* Thu Mar 16 2017 Ravindra Kumar <ravindrakumar@vmware.com> - 10.1.5-3
|
|
|
88792e |
- Need to add xmlsec1-openssl dependency explicitly.
|
|
|
88792e |
related: rhbz#1406901
|
|
|
88792e |
|
|
|
88792e |
* Tue Feb 28 2017 Richard W.M. Jones <rjones@redhat.com> - 10.1.5-2
|
|
|
88792e |
- Use 0644 permissions for udev rules file.
|
|
|
88792e |
related: rhbz#1406901
|
|
|
88792e |
|
|
|
88792e |
* Tue Feb 28 2017 Richard W.M. Jones <rjones@redhat.com> - 10.1.5-1
|
|
|
88792e |
- Rebase to open-vm-tools 10.1.5 from Fedora Rawhide
|
|
|
88792e |
resolves: rhbz#1406901
|
|
|
88792e |
- Enable vgauthd.
|
|
|
88792e |
resolves: rhbz#1269243
|
|
|
88792e |
- Add runtime dependency on pciutils (1388766).
|
|
|
88792e |
|
|
|
0e2628 |
* Thu Feb 02 2017 Richard W.M. Jones <rjones@redhat.com> - 10.0.5-4
|
|
|
0e2628 |
- Fix failure to quiesce filesystem when Docker containers are running
|
|
|
0e2628 |
resolves: rhbz#1406483
|
|
|
0e2628 |
- Fix for deadlock when taking a snapshot
|
|
|
0e2628 |
resolves: rhbz#1398802
|
|
|
0e2628 |
|
|
|
0e2628 |
* Mon Dec 12 2016 Richard W.M. Jones <rjones@redhat.com> - 10.0.5-3
|
|
|
0e2628 |
- Increase SCSI timeouts with udev rule (RHBZ#1214347).
|
|
|
0e2628 |
|
|
|
2c29b9 |
* Thu Jun 16 2016 Richard W.M. Jones <rjones@redhat.com> - 10.0.5-2
|
|
|
2c29b9 |
- Rebase to open-vm-tools 10.0.5 (from Fedora Rawhide)
|
|
|
2c29b9 |
resolves: rhbz#1268537
|
|
|
2c29b9 |
- Remove PAM calls to pam_unix2.so module
|
|
|
2c29b9 |
resolves: rhbz#1313071
|
|
|
2c29b9 |
|
|
|
d619e0 |
* Tue May 3 2016 Dave Wysochanski <dwysocha@redaht.com> - 9.10.2-5
|
|
|
d619e0 |
- Skip freezing autofs mounts.
|
|
|
d619e0 |
resolves: rhbz#1269956
|
|
|
d619e0 |
|
|
|
2a675e |
* Fri Aug 14 2015 Richard W.M. Jones <rjones@redhat.com> - 9.10.2-4
|
|
|
2a675e |
- Enable PrivateTmp for additional hardening
|
|
|
2a675e |
resolves: rhbz#1253698
|
|
|
2a675e |
|
|
|
2a675e |
* Wed Jul 29 2015 Richard W.M. Jones <rjones@redhat.com> - 9.10.2-3
|
|
|
2a675e |
- Enable deploypkg
|
|
|
2a675e |
resolves: rhbz#1172335
|
|
|
2a675e |
|
|
|
2a675e |
* Mon Jul 27 2015 Richard W.M. Jones <rjones@redhat.com> - 9.10.2-2
|
|
|
2a675e |
- Disable vgauthd service in vmtoolsd.service file.
|
|
|
2a675e |
resolves: rhbz#1172833
|
|
|
2a675e |
|
|
|
2a675e |
* Tue Jul 07 2015 Ravindra Kumar <ravindrakumar@vmware.com> - 9.10.2-1
|
|
|
2a675e |
- Package new upstream version open-vm-tools-9.10.2-2822639
|
|
|
2a675e |
- Removed the patches that are no longer needed
|
|
|
2a675e |
resolves: rhbz#1172833
|
|
|
2a675e |
|
|
|
2a675e |
* Wed May 20 2015 Ravindra Kumar <ravindrakumar@vmware.com> - 9.10.0-2
|
|
|
2a675e |
- Claim ownership for /etc/vmware-tools directory
|
|
|
2a675e |
resolves: rhbz#1223498
|
|
|
2a675e |
|
|
|
2a675e |
* Wed May 20 2015 Richard W.M. Jones <rjones@redhat.com> - 9.10.0-1
|
|
|
2a675e |
- Rebase to open-vm-tools 9.10.0 (synchronizing with F22)
|
|
|
2a675e |
resolves: rhbz#1172833
|
|
|
2a675e |
|
|
|
ccf613 |
* Fri Sep 19 2014 Richard W.M. Jones <rjones@redhat.com> - 9.4.0-6
|
|
|
ccf613 |
- Really rebuild for updated procps
|
|
|
ccf613 |
resolves: rhbz#1140149
|
|
|
ccf613 |
|
|
|
ccf613 |
* Wed Sep 10 2014 Richard W.M. Jones <rjones@redhat.com> - 9.4.0-5
|
|
|
ccf613 |
- Rebuild for updated procps
|
|
|
ccf613 |
resolves: rhbz#1140149
|
|
|
ccf613 |
|
|
|
ccf613 |
* Mon Aug 18 2014 Richard W.M. Jones <rjones@redhat.com> - 9.4.0-4
|
|
|
ccf613 |
- Removed unnecessary package dependency on 'dbus'
|
|
|
ccf613 |
- Moved 'vm-support' script to /usr/bin
|
|
|
ccf613 |
- Added a call to 'tools.set.version' RPC to inform VMware
|
|
|
ccf613 |
platform when open-vm-tools has been uninstalled
|
|
|
ccf613 |
- Add missing package dependency on 'which' (BZ#1045709)
|
|
|
ccf613 |
- Add missing package dependencies (BZ#1045709, BZ#1077320)
|
|
|
ccf613 |
|
|
|
09ddda |
* Tue Feb 11 2014 Richard W.M. Jones <rjones@redhat.com> - 9.4.0-3
|
|
|
09ddda |
- Only build on x86-64 for RHEL 7 (RHBZ#1054608).
|
|
|
09ddda |
|
|
|
09ddda |
* Wed Dec 04 2013 Richard W.M. Jones <rjones@redhat.com> - 9.4.0-2
|
|
|
09ddda |
- Rebuild for procps SONAME bump.
|
|
|
09ddda |
|
|
|
09ddda |
* Wed Nov 06 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.4.0-1
|
|
|
09ddda |
- Package new upstream version open-vm-tools-9.4.0-1280544.
|
|
|
09ddda |
- Added CUSTOM_PROCPS_NAME=procps and -Wno-deprecated-declarations
|
|
|
09ddda |
for version 9.4.0.
|
|
|
09ddda |
|
|
|
09ddda |
* Thu Aug 22 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-11
|
|
|
09ddda |
- Added copyright and license text.
|
|
|
09ddda |
- Corrected summary for all packages.
|
|
|
09ddda |
|
|
|
09ddda |
* Thu Aug 08 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-10
|
|
|
09ddda |
- Added options for hardening build (bug 990549).
|
|
|
09ddda |
- Excluded unwanted file mount.vmhgfs from packaging (bug 990547).
|
|
|
09ddda |
- Removed deprecated key "Encoding" from "Desktop Entry" (bug 990552).
|
|
|
09ddda |
|
|
|
09ddda |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.2.3-9
|
|
|
09ddda |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
09ddda |
|
|
|
eeaa75 |
* Tue Jun 4 2013 Richard W.M. Jones <rjones@redhat.com> - 9.2.3-8
|
|
|
eeaa75 |
- RHEL 7 now includes libdnet, so re-enable it.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Fri May 24 2013 Richard W.M. Jones <rjones@redhat.com> - 9.2.3-6
|
|
|
eeaa75 |
- +BR gcc-c++. If this is missing it fails to build.
|
|
|
eeaa75 |
- On RHEL, disable libdnet.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Mon May 06 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-5
|
|
|
eeaa75 |
- Renamed source file open-vm-tools.service -> vmtoolsd.service
|
|
|
09ddda |
to match it with the service name.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Wed May 01 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-4
|
|
|
eeaa75 |
- Bumped the release to pick the new service definition with
|
|
|
eeaa75 |
no restart directive.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Mon Apr 29 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-3
|
|
|
eeaa75 |
- open-vm-tools-9.2.3 require glib-2.14.0.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Mon Apr 29 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-2
|
|
|
eeaa75 |
- Bumped the release to pick the new service definition.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Thu Apr 25 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-1
|
|
|
eeaa75 |
- Package new upstream version open-vm-tools-9.2.3-1031360.
|
|
|
eeaa75 |
- Removed configure options CUSTOM_PROCPS_NAME (for libproc) and
|
|
|
eeaa75 |
-Wno-deprecated-declarations as these have been addressed in
|
|
|
eeaa75 |
open-vm-tools-9.2.3-1031360.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Wed Apr 24 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.2-12
|
|
|
eeaa75 |
- Removed %%defattr and BuildRoot.
|
|
|
eeaa75 |
- Added ExclusiveArch.
|
|
|
eeaa75 |
- Replaced /usr/sbin/ldconfig with /sbin/ldconfig.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Mon Apr 22 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.2-11
|
|
|
eeaa75 |
- Removed the conditional steps for old versions of Fedora and RHEL.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Thu Apr 18 2013 Ravindra Kumar <ravindrakumar at vmware.com> - 9.2.2-10
|
|
|
eeaa75 |
- Addressed formal review comments from Simone Caronni.
|
|
|
eeaa75 |
- Removed %%check section because 'make check' brings font file back.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Wed Apr 17 2013 Simone Caronni <negativo17@gmail.com> - 9.2.2-9
|
|
|
eeaa75 |
- Removed rm command in %%check section.
|
|
|
eeaa75 |
- Remove blank character at the beginning of each changelog line.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Mon Apr 15 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.2-8
|
|
|
eeaa75 |
- Removed FreeSans.ttf font file from packaging.
|
|
|
eeaa75 |
- Added 'rm' command to remove font file in %%check section because
|
|
|
eeaa75 |
'make check' adds it back.
|
|
|
eeaa75 |
- Added doxygen dependency back.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Thu Apr 11 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.2-7
|
|
|
eeaa75 |
- Applied patch from Simone for removal of --docdir option from configure.
|
|
|
eeaa75 |
- Removed unnecessary --enable-docs option from configure.
|
|
|
eeaa75 |
- Removed doxygen dependency.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Thu Apr 11 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.2-6
|
|
|
eeaa75 |
- Replaced vmtoolsd with a variable.
|
|
|
eeaa75 |
- Changed summary for subpackages to be more specific.
|
|
|
eeaa75 |
- Removed drivers.txt file as we don't really need it.
|
|
|
eeaa75 |
- Fixed vmGuestLib ownership for devel package.
|
|
|
eeaa75 |
- Removed systemd-sysv from Requires for Fedora 18+ and RHEL 7+.
|
|
|
eeaa75 |
- Made all "if" conditions consistent.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Wed Apr 10 2013 Simone Caronni <negativo17@gmail.com> - 9.2.2-5
|
|
|
eeaa75 |
- Added RHEL 5/6 init script.
|
|
|
eeaa75 |
- Renamed SysV init script / systemd service file to vmtoolsd.
|
|
|
eeaa75 |
- Fixed ownership of files from review.
|
|
|
eeaa75 |
- Moved api documentation in devel subpackage.
|
|
|
eeaa75 |
- Removed static libraries.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Tue Apr 09 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.2-4
|
|
|
eeaa75 |
- Applied part of review fixes patch from Simone Caronni for systemd setup.
|
|
|
eeaa75 |
- Replaced tabs with spaces all over.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Tue Apr 09 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.2-3
|
|
|
eeaa75 |
- Applied review fixes patch from Simone Caronni.
|
|
|
eeaa75 |
- Added missing *.a and *.so files for devel package.
|
|
|
eeaa75 |
- Removed unnecessary *.la plugin files from base package.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Mon Apr 08 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.2-2
|
|
|
eeaa75 |
- Modified SPEC to follow the conventions and guidelines.
|
|
|
eeaa75 |
- Addressed review comments from Mohamed El Morabity.
|
|
|
eeaa75 |
- Added systemd script.
|
|
|
eeaa75 |
- Verified and built the RPMS for Fedora 18.
|
|
|
eeaa75 |
- Fixed rpmlint warnings.
|
|
|
eeaa75 |
- Split the UX components in a separate package for desktops.
|
|
|
eeaa75 |
- Split the help files in a separate package for help.
|
|
|
eeaa75 |
- Split the guestlib headers in a separate devel package.
|
|
|
eeaa75 |
|
|
|
eeaa75 |
* Mon Jan 28 2013 Sankar Tanguturi <stanguturi@vmware.com> - 9.2.2-1
|
|
|
eeaa75 |
- Initial SPEC file to build open-vm-tools for Fedora 17.
|