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:
parent
10482693b4
commit
eb75c060de
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/vmware/%{name}
|
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
|
Source0: https://github.com/vmware/%{name}/releases/download/stable-%{version}/%{name}-%{version}-%{toolsbuild}.tar.gz
|
||||||
Source1: %{toolsdaemon}.service
|
Source1: %{toolsdaemon}.service
|
||||||
Source2: %{vgauthdaemon}.service
|
Source2: %{vgauthdaemon}.service
|
||||||
Source3: run-vmblock\x2dfuse.mount
|
Source3: run-vmblock-fuse.mount
|
||||||
Source4: open-vm-tools.conf
|
Source4: open-vm-tools.conf
|
||||||
Source5: vmtoolsd.pam
|
Source5: vmtoolsd.pam
|
||||||
|
|
||||||
@ -387,5 +387,8 @@ fi
|
|||||||
%{_bindir}/vmware-vgauth-smoketest
|
%{_bindir}/vmware-vgauth-smoketest
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 20 2022 Chenxi Mao <chenxi.mao@suse.com> - 12.0.5-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user