Fix filename issue that prevents successful git clone

This commit is contained in:
Jon Slobodzian 2020-08-10 11:29:15 -07:00
parent b877013b27
commit 86bde3318f
3 changed files with 6 additions and 3 deletions

View File

@ -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"
}

View File

@ -28,7 +28,7 @@
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}
@ -36,7 +36,7 @@ Source0: https://github.com/vmware/%{name}/releases/download/stable-%{v
Source1: %{toolsdaemon}.service
Source2: %{vgauthdaemon}.service
Source3: run-vmblock\x2dfuse.mount
Source3: vmblock.mount
Source4: open-vm-tools.conf
Source5: vmtoolsd.pam
@ -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)