Update to StratoVirt 2.2.0-rc4
This commit is contained in:
parent
ad92b6d4af
commit
4fa795f1ff
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: stratovirt
|
Name: stratovirt
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: StratoVirt is an opensource VMM(Virtual Machine Manager) which aims to perform next generation virtualization.
|
Summary: StratoVirt is an opensource VMM(Virtual Machine Manager) which aims to perform next generation virtualization.
|
||||||
|
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
@ -50,11 +50,11 @@ Summary: %{summary}
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%ifarch aarch64
|
%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
|
%endif
|
||||||
|
|
||||||
%ifarch x86_64
|
%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
|
%endif
|
||||||
|
|
||||||
sed -i '/\[source.crates-io\]/{n;d}' ./.cargo/config
|
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
|
chmod 555 ${RPM_BUILD_ROOT}/usr/bin/ozone
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 24 2022 yezengruan <yezengruan@huawei.com> - 2.2.0-4
|
||||||
- Delete repeated changes to the rustflags in .cargo/config
|
- Delete repeated changes to the rustflags in .cargo/config
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user