Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/open-vm-tools/open-vm-tools.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Signatures": {
"open-vm-tools-11.1.0-16036546.tar.gz": "cb029af04357f19a899995f9e1ecfe55222b76158ab6d64fe8b56df0ccf87308",
"open-vm-tools.conf": "c4dd7cab2c42d9d4996a9a8eff44dc5c35f9e4c60bbb423a5dae62688b01927c",
"run-vmblock\\x2dfuse.mount": "4869b965f6f1cdefc60c19b48430486b8fdcc77b14201b0588fc37306d455967",
"vgauthd.service": "a8d40ce52a23c50f58f159af0bbb24450a55ea2944c8d75656ec9bccb489daa0",
"vmblock.mount": "4869b965f6f1cdefc60c19b48430486b8fdcc77b14201b0588fc37306d455967",
"vmtoolsd.pam": "3dfe12aedc4d86153fd9ad57946a2af26cc884c6f2e9c24e56b050c8ca9d357c",
"vmtoolsd.service": "2116ab17c5509e76b43d563446d8caa912be0da38199e0133690ecea3be0678e"
}
Expand Down
7 changes: 5 additions & 2 deletions SPECS/open-vm-tools/open-vm-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@

Name: open-vm-tools
Version: %{toolsversion}
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
License: GPLv2
URL: https://github.com/vmware/%{name}
Source0: https://github.com/vmware/%{name}/releases/download/stable-%{version}/%{name}-%{version}-%{toolsbuild}.tar.gz

Source1: %{toolsdaemon}.service
Source2: %{vgauthdaemon}.service
Source3: run-vmblock\x2dfuse.mount
Source3: vmblock.mount
Source4: open-vm-tools.conf
Source5: vmtoolsd.pam

Expand Down Expand Up @@ -344,6 +344,9 @@ fi
%{_bindir}/vmware-vgauth-smoketest

%changelog
* Fri Aug 07 2020 Mateusz Malisz <mamalisz@microsoft.com> 11.1.0-4
- Rename input file for run-vmblock\x2dfuse.mount to avoid problems with backslash in the name.

* Wed Aug 05 2020 Mateusz Malisz <mamalisz@microsoft.com> 11.1.0-3
- Initial CBL-Mariner import from Fedora 32 (License: MIT)

Expand Down