Update to 0.9.0
This commit is contained in:
parent
e463cdba7b
commit
a056031492
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/coreos-installer-0.7.0.crate
|
||||
/coreos-installer-0.7.2.crate
|
||||
/coreos-installer-0.8.0.crate
|
||||
/coreos-installer-0.9.0.crate
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- coreos-installer-0.8.0/Cargo.toml 2021-01-12T03:10:44+00:00
|
||||
+++ coreos-installer-0.8.0/Cargo.toml 2021-03-17T02:49:24.691677+00:00
|
||||
@@ -77,7 +77,7 @@
|
||||
version = "^0.2"
|
||||
|
||||
[dependencies.nix]
|
||||
-version = ">= 0.17, < 0.20"
|
||||
+version = ">= 0.17, < 0.21"
|
||||
|
||||
[dependencies.openat-ext]
|
||||
version = "^0.1.4"
|
||||
@@ -123,7 +123,7 @@
|
||||
[features]
|
||||
rdcore = []
|
||||
[target."cfg(target_arch = \"s390x\")".dependencies.mbrman]
|
||||
-version = "^0.3"
|
||||
+version = ">= 0.3, < 0.5"
|
||||
default-features = false
|
||||
|
||||
[target."cfg(target_arch = \"s390x\")".dependencies.rand]
|
@ -7,7 +7,7 @@
|
||||
%global crate coreos-installer
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.8.0
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
|
||||
@ -15,10 +15,6 @@ Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
License: ASL 2.0
|
||||
URL: https://crates.io/crates/coreos-installer
|
||||
Source: %{crates_source}
|
||||
# Initial patched metadata
|
||||
# * allow nix 0.20: https://github.com/coreos/coreos-installer/commit/d94715c
|
||||
# * allow mbrman 0.4.0: https://github.com/coreos/coreos-installer/commit/e9121cc
|
||||
Patch0: coreos-installer-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
@ -131,6 +127,9 @@ RHEL CoreOS. It is not needed on other platforms.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 08 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.9.0-1
|
||||
- New release
|
||||
|
||||
* Tue Mar 16 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.8.0-1
|
||||
- New release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (coreos-installer-0.8.0.crate) = ed1e7fa2615611e4589f364c1faab4db3a789f2460d1c46ddbe8bbbbb8b613b2e0b57f9ac3d4fb2522ff5c3d0980882ba253330de1262b4e87ce7c9eef244557
|
||||
SHA512 (coreos-installer-0.9.0.crate) = 7ead4b55a7f81be8b14da562415a4039453e170f5cee854f67405723d7f7691a1555782e5948504559c0b65c1395f46914e60f1a2b289b43c0897841cedfb87f
|
||||
|
Loading…
Reference in New Issue
Block a user