update to 0.16.0
This commit is contained in:
parent
7889bd9568
commit
a5fe1577d6
BIN
nestos-installer-0.16.0-vendor.tar.gz
Normal file
BIN
nestos-installer-0.16.0-vendor.tar.gz
Normal file
Binary file not shown.
@ -9,8 +9,8 @@
|
|||||||
%global crate nestos-installer
|
%global crate nestos-installer
|
||||||
|
|
||||||
Name: rust-nestos-installer
|
Name: rust-nestos-installer
|
||||||
Version: 0.14.0
|
Version: 0.16.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Installer for NestOS
|
Summary: Installer for NestOS
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -20,7 +20,7 @@ Source0: https://gitee.com/openeuler/nestos-installer/repository/archive/
|
|||||||
Source1: %{crate}-%{version}-vendor.tar.gz
|
Source1: %{crate}-%{version}-vendor.tar.gz
|
||||||
Patch01: fix-nestos-installer-iso-command-error.patch
|
Patch01: fix-nestos-installer-iso-command-error.patch
|
||||||
|
|
||||||
BuildRequires: rust-packaging openssl-devel
|
BuildRequires: rust-packaging openssl-devel zstd-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
@ -56,7 +56,8 @@ Obsoletes: nestos-installer-dracut < 0.0.1
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{crate}-v%{version} -p1
|
%autosetup -n %{crate}-v%{version} -p1
|
||||||
tar xvf %{SOURCE1}
|
mkdir -p vendor
|
||||||
|
tar xvf %{SOURCE1} -C vendor
|
||||||
%cargo_prep
|
%cargo_prep
|
||||||
sed -i 's/"-Ccodegen-units=1",//' .cargo/config
|
sed -i 's/"-Ccodegen-units=1",//' .cargo/config
|
||||||
|
|
||||||
@ -110,6 +111,9 @@ This subpackage contains boot-time infrastructure for NestOS. It is not needed
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 16 2022 fushanqing <fushanqing@kylinos.cn> - 0.16.0-1
|
||||||
|
- update to 0.16.0
|
||||||
|
|
||||||
* Tue Aug 23 2022 fushanqing <fushanqing@kylinos.cn> - 0.14.0-2
|
* Tue Aug 23 2022 fushanqing <fushanqing@kylinos.cn> - 0.14.0-2
|
||||||
- fix 'nestos-installer iso' command error
|
- fix 'nestos-installer iso' command error
|
||||||
|
|
||||||
|
|||||||
BIN
v0.14.0.tar.gz
BIN
v0.14.0.tar.gz
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user