Update to 0.8.0
This commit is contained in:
parent
b0cc7db6e5
commit
e463cdba7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/coreos-installer-0.6.0.crate
|
/coreos-installer-0.6.0.crate
|
||||||
/coreos-installer-0.7.0.crate
|
/coreos-installer-0.7.0.crate
|
||||||
/coreos-installer-0.7.2.crate
|
/coreos-installer-0.7.2.crate
|
||||||
|
/coreos-installer-0.8.0.crate
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- coreos-installer-0.7.2/Cargo.toml 2020-10-22T04:20:12+00:00
|
--- coreos-installer-0.8.0/Cargo.toml 2021-01-12T03:10:44+00:00
|
||||||
+++ coreos-installer-0.7.2/Cargo.toml 2021-03-01T19:05:35.070629+00:00
|
+++ coreos-installer-0.8.0/Cargo.toml 2021-03-17T02:49:24.691677+00:00
|
||||||
@@ -74,7 +74,7 @@
|
@@ -77,7 +77,7 @@
|
||||||
version = "^0.2"
|
version = "^0.2"
|
||||||
|
|
||||||
[dependencies.nix]
|
[dependencies.nix]
|
||||||
@ -9,3 +9,12 @@
|
|||||||
|
|
||||||
[dependencies.openat-ext]
|
[dependencies.openat-ext]
|
||||||
version = "^0.1.4"
|
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,8 +7,8 @@
|
|||||||
%global crate coreos-installer
|
%global crate coreos-installer
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.7.2
|
Version: 0.8.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -17,6 +17,7 @@ URL: https://crates.io/crates/coreos-installer
|
|||||||
Source: %{crates_source}
|
Source: %{crates_source}
|
||||||
# Initial patched metadata
|
# Initial patched metadata
|
||||||
# * allow nix 0.20: https://github.com/coreos/coreos-installer/commit/d94715c
|
# * 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
|
Patch0: coreos-installer-fix-metadata.diff
|
||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
@ -130,6 +131,9 @@ RHEL CoreOS. It is not needed on other platforms.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 16 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.8.0-1
|
||||||
|
- New release
|
||||||
|
|
||||||
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.2-5
|
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.2-5
|
||||||
- Backport trivial commit d94715c to allow building with nix 0.20.
|
- Backport trivial commit d94715c to allow building with nix 0.20.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (coreos-installer-0.7.2.crate) = c02ca70f1f4633893cf99507b2ec1e8c7df5d1d44fa7a5137dd5bf0598562e29b924c59b6768ed21db26dba625fae797e2697b4fca036defc41bcf2825abb5c8
|
SHA512 (coreos-installer-0.8.0.crate) = ed1e7fa2615611e4589f364c1faab4db3a789f2460d1c46ddbe8bbbbb8b613b2e0b57f9ac3d4fb2522ff5c3d0980882ba253330de1262b4e87ce7c9eef244557
|
||||||
|
Loading…
Reference in New Issue
Block a user