diff --git a/nestos-installer-0.10.0-vendor.tar.gz b/nestos-installer-0.14.0-vendor.tar.gz similarity index 66% rename from nestos-installer-0.10.0-vendor.tar.gz rename to nestos-installer-0.14.0-vendor.tar.gz index 527b412..769dea7 100644 Binary files a/nestos-installer-0.10.0-vendor.tar.gz and b/nestos-installer-0.14.0-vendor.tar.gz differ diff --git a/nestos-installer.spec b/nestos-installer.spec index 56fb89b..62e00ad 100644 --- a/nestos-installer.spec +++ b/nestos-installer.spec @@ -9,8 +9,8 @@ %global crate nestos-installer Name: rust-nestos-installer -Version: 0.10.0 -Release: 2 +Version: 0.14.0 +Release: 1 Summary: Installer for NestOS # Upstream license specification: Apache-2.0 @@ -38,15 +38,6 @@ Requires: gnupg Requires: kpartx Requires: systemd-udev Requires: util-linux -%ifarch s390x -# This should be spelled "s390utils-core" but some of the binaries are -# still moving over from s390utils-base -Requires: /usr/sbin/chreipl -Requires: /usr/sbin/dasdfmt -Requires: /usr/sbin/fdasd -Requires: /usr/sbin/lszdev -Requires: /usr/sbin/zipl -%endif # Since `rust-nestos-installer` creates a `nestos-installer` # subpackage with a newer version number, which supersedes the @@ -119,6 +110,9 @@ This subpackage contains boot-time infrastructure for NestOS. It is not needed %changelog +* Mon Jun 13 2022 duyiwei - 0.14.0-1 +- upgrade to 0.14.0 + * Wed Jun 08 2022 duyiwei - 0.10.0-2 - change tar.gz to be the same with upstream diff --git a/v0.10.0.tar.gz b/v0.10.0.tar.gz deleted file mode 100644 index ef1ddda..0000000 Binary files a/v0.10.0.tar.gz and /dev/null differ diff --git a/v0.14.0.tar.gz b/v0.14.0.tar.gz new file mode 100644 index 0000000..54f8324 Binary files /dev/null and b/v0.14.0.tar.gz differ