Fix build break in OBS _service mode

Current SRPM cannot work well in OBS _service mode, the error
log as below:
[ 205s] install: cannot stat '/home/abuild/rpmbuild/SOURCES/run-vmblock\x2dfuse.mount': No such file or directory

To make OBS _service mode happy, rename run-vmblock\\x2dfuse.mount
to run-vmblock-fuse.mount

Signed-off-by: Chenxi Mao <chenxi.mao@suse.com>
(cherry picked from commit 7715b75a6357732ee99cd4475840a74dc8dfd71f)
This commit is contained in:
Chenxi Mao 2022-06-24 16:02:16 +08:00 committed by openeuler-sync-bot
parent 10482693b4
commit eb75c060de
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,7 @@
Name: open-vm-tools
Version: %{toolsversion}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
License: GPLv2
URL: https://github.com/vmware/%{name}
@ -37,7 +37,7 @@ 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: run-vmblock-fuse.mount
Source4: open-vm-tools.conf
Source5: vmtoolsd.pam
@ -387,5 +387,8 @@ fi
%{_bindir}/vmware-vgauth-smoketest
%changelog
* Fri Jun 24 2022 Chenxi Mao <chenxi.mao@suse.com> - 12.0.5-2
- Fix build break in _service mode
* Mon Jun 20 2022 Chenxi Mao <chenxi.mao@suse.com> - 12.0.5-1
- Package init