diff --git a/SPECS/open-vm-tools/open-vm-tools.signatures.json b/SPECS/open-vm-tools/open-vm-tools.signatures.json index 2e853427c7..086883a0a8 100644 --- a/SPECS/open-vm-tools/open-vm-tools.signatures.json +++ b/SPECS/open-vm-tools/open-vm-tools.signatures.json @@ -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" } diff --git a/SPECS/open-vm-tools/open-vm-tools.spec b/SPECS/open-vm-tools/open-vm-tools.spec index dd5ad0b38f..d86bb63ed8 100644 --- a/SPECS/open-vm-tools/open-vm-tools.spec +++ b/SPECS/open-vm-tools/open-vm-tools.spec @@ -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 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 11.1.0-3 - Initial CBL-Mariner import from Fedora 32 (License: MIT) diff --git "a/SPECS/open-vm-tools/run-vmblock\\x2dfuse.mount" b/SPECS/open-vm-tools/vmblock.mount similarity index 100% rename from "SPECS/open-vm-tools/run-vmblock\\x2dfuse.mount" rename to SPECS/open-vm-tools/vmblock.mount