!90 Pack vhost_user_fs into rpm package
From: @yezengruan Reviewed-by: @kevinzhu1 Signed-off-by: @kevinzhu1
This commit is contained in:
commit
1af9bf12c2
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: stratovirt
|
Name: stratovirt
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 11
|
Release: 12
|
||||||
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: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
@ -66,7 +66,9 @@ Summary: %{summary}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/stratovirt
|
%{_bindir}/stratovirt
|
||||||
%{_bindir}/ozone
|
%{_bindir}/ozone
|
||||||
|
%{_bindir}/vhost_user_fs
|
||||||
%{_libdir}/stratovirt/static/stratovirt
|
%{_libdir}/stratovirt/static/stratovirt
|
||||||
|
%{_libdir}/stratovirt/static/vhost_user_fs
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -106,6 +108,9 @@ install -D -m555 ./target/%{rust_musl_target}/release/stratovirt %{buildroot}%{_
|
|||||||
install -D -m555 ./target/%{rust_musl_target}/release/vhost_user_fs %{buildroot}%{_libdir}/stratovirt/static
|
install -D -m555 ./target/%{rust_musl_target}/release/vhost_user_fs %{buildroot}%{_libdir}/stratovirt/static
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 07 2023 yezengruan <yezengruan@huawei.com> - 2.2.0-12
|
||||||
|
- Pack vhost_user_fs into rpm package
|
||||||
|
|
||||||
* Mon Mar 06 2023 zhukeqian <zhukeqian1@huawei.com> - 2.2.0-11
|
* Mon Mar 06 2023 zhukeqian <zhukeqian1@huawei.com> - 2.2.0-11
|
||||||
- Update to StratoVirt 2.2.0
|
- Update to StratoVirt 2.2.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user