Update to StratoVirt 2.2.0-rc4

This commit is contained in:
yezengruan 2022-08-29 15:14:54 +08:00
parent ad92b6d4af
commit 4fa795f1ff
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -6,7 +6,7 @@
Name: stratovirt
Version: 2.2.0
Release: 4
Release: 5
Summary: StratoVirt is an opensource VMM(Virtual Machine Manager) which aims to perform next generation virtualization.
License: Mulan PSL v2
@ -50,11 +50,11 @@ Summary: %{summary}
%build
%ifarch aarch64
sed -i '/\[build\]/a target="aarch64-unknown-linux-musl"' ./.cargo/config
sed -i '/\[build\]/a target="aarch64-unknown-linux-gnu"' ./.cargo/config
%endif
%ifarch x86_64
sed -i '/\[build\]/a target="x86_64-unknown-linux-musl"' ./.cargo/config
sed -i '/\[build\]/a target="x86_64-unknown-linux-gnu"' ./.cargo/config
%endif
sed -i '/\[source.crates-io\]/{n;d}' ./.cargo/config
@ -74,6 +74,9 @@ chmod 555 ${RPM_BUILD_ROOT}/usr/bin/stratovirt
chmod 555 ${RPM_BUILD_ROOT}/usr/bin/ozone
%changelog
* Mon Aug 29 2022 yezengruan <yezengruan@huawei.com> - 2.2.0-5
- Update to StratoVirt 2.2.0-rc4
* Wed Aug 24 2022 yezengruan <yezengruan@huawei.com> - 2.2.0-4
- Delete repeated changes to the rustflags in .cargo/config