0.2.1
This commit is contained in:
parent
bc758b0d1b
commit
53704981d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/coreos-installer-0.1.3.crate
|
||||
/coreos-installer-0.2.0.crate
|
||||
/coreos-installer-0.2.1.crate
|
||||
|
23
cargo-relax-osmet-dependencies.patch
Normal file
23
cargo-relax-osmet-dependencies.patch
Normal file
@ -0,0 +1,23 @@
|
||||
diff -ur a/Cargo.toml b/Cargo.toml
|
||||
--- a/Cargo.toml 2020-05-29 20:14:55.000000000 -0400
|
||||
+++ b/Cargo.toml 2020-05-29 21:11:45.472999037 -0400
|
||||
@@ -55,16 +55,16 @@
|
||||
version = "^0.4"
|
||||
|
||||
[dependencies.libc]
|
||||
-version = "0.2.71"
|
||||
+version = "0.2"
|
||||
|
||||
[dependencies.nix]
|
||||
version = "^0.17"
|
||||
|
||||
[dependencies.openssl]
|
||||
-version = "^0.10.29"
|
||||
+version = "^0.10"
|
||||
|
||||
[dependencies.pipe]
|
||||
-version = "^0.3.0"
|
||||
+version = "^0.3"
|
||||
|
||||
[dependencies.progress-streams]
|
||||
version = "^1.1"
|
@ -5,7 +5,7 @@
|
||||
%global crate coreos-installer
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
|
||||
@ -13,6 +13,8 @@ Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
License: ASL 2.0
|
||||
URL: https://crates.io/crates/coreos-installer
|
||||
Source: %{crates_source}
|
||||
# https://github.com/coreos/coreos-installer/pull/256
|
||||
Patch0: cargo-relax-osmet-dependencies.patch
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
@ -82,6 +84,9 @@ Systemd service files for %{crate}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 29 2020 Benjamin Gilbert <bgilbert@redhat.com> - 0.2.1-1
|
||||
- New release
|
||||
|
||||
* Tue May 05 2020 Robert Fairley <rfairley@redhat.com> - 0.2.0-1
|
||||
- Update to 0.2.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (coreos-installer-0.2.0.crate) = e6bdc87b6730f5563153238aed1699d526b55f9c644f5d36b79f431852237b74d3ec025bd1c3f434d0c51057b6f99d29466e6c6f47debe804f642b997317d0cd
|
||||
SHA512 (coreos-installer-0.2.1.crate) = 5f881df424de4f7a78968fe74f1789eb61155cc0dcd4c38250226ef42b0667842c46ae029c00d36dc066d7abf70ab60d6f20ea6461caa8d3aed8df8f666aa467
|
||||
|
Loading…
Reference in New Issue
Block a user