update to 0.16.0

This commit is contained in:
fu-shanqing 2022-11-17 03:58:28 +08:00
parent 7889bd9568
commit a5fe1577d6
4 changed files with 8 additions and 4 deletions

Binary file not shown.

View File

@ -9,8 +9,8 @@
%global crate nestos-installer
Name: rust-nestos-installer
Version: 0.14.0
Release: 2
Version: 0.16.0
Release: 1
Summary: Installer for NestOS
# 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
Patch01: fix-nestos-installer-iso-command-error.patch
BuildRequires: rust-packaging openssl-devel
BuildRequires: rust-packaging openssl-devel zstd-devel
BuildRequires: systemd
%global _description %{expand:
@ -56,7 +56,8 @@ Obsoletes: nestos-installer-dracut < 0.0.1
%prep
%autosetup -n %{crate}-v%{version} -p1
tar xvf %{SOURCE1}
mkdir -p vendor
tar xvf %{SOURCE1} -C vendor
%cargo_prep
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
* 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
- fix 'nestos-installer iso' command error

Binary file not shown.