From f23807742d357fbb8b91ee5559f731b8cefaaa8a Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mon, 18 May 2020 13:07:58 +0200 Subject: [PATCH] Update fail to 0.4, libsystemd to 0.2 Signed-off-by: Igor Raits --- rust-zincati.spec | 7 +++++-- zincati-fix-metadata.diff | 20 +++++++++++++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/rust-zincati.spec b/rust-zincati.spec index 4ec2045..07583b4 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -16,6 +16,8 @@ Source: %{crates_source} # Initial patched metadata # - Update actix from ^0.9 to 0.10.0-alpha.2 # - Update mockito to 0.25, https://github.com/coreos/zincati/pull/267 +# - Update fail to 0.4, https://github.com/coreos/zincati/pull/272 +# - Update libsystemd to 0.2, https://github.com/coreos/zincati/pull/274 Patch0: zincati-fix-metadata.diff # Update for actix 0.10.0-alpha.2 API Patch0001: 0001-Update-agent-update-to-actix-0.10.0-alpha.2-API.patch @@ -34,14 +36,13 @@ Update agent for Fedora CoreOS.} %package -n %{crate} Summary: %{summary} -# Install all deps (without check), grab their licenses and make it simple +# * (MIT or ASL 2.0) and BSD # * ASL 2.0 # * ASL 2.0 or Boost # * ASL 2.0 or MIT # * BSD # * MIT # * MIT or ASL 2.0 -# * (MIT or ASL 2.0) and BSD # * MPLv2.0 # * Unlicense or MIT License: ASL 2.0 and BSD and MIT and MPLv2.0 @@ -126,6 +127,8 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/ %changelog * Mon May 18 12:56:53 CEST 2020 Igor Raits - 0.0.10-3 - Update mockito to 0.25 +- Update fail to 0.4 +- Update libsystemd to 0.2 * Wed Apr 15 18:22:39 CEST 2020 Igor Raits - 0.0.10-2 - Update envsubst diff --git a/zincati-fix-metadata.diff b/zincati-fix-metadata.diff index cd482f2..970765f 100644 --- a/zincati-fix-metadata.diff +++ b/zincati-fix-metadata.diff @@ -1,5 +1,5 @@ --- zincati-0.0.10/Cargo.toml 2020-04-06T07:46:34+00:00 -+++ zincati-0.0.10/Cargo.toml 2020-05-18T10:56:53.902507+00:00 ++++ zincati-0.0.10/Cargo.toml 2020-05-18T11:06:57.320632+00:00 @@ -29,7 +29,7 @@ [profile.release] lto = true @@ -9,6 +9,24 @@ [dependencies.cfg-if] version = "^0.1" +@@ -44,7 +44,7 @@ + version = "^0.2" + + [dependencies.fail] +-version = "^0.3" ++version = "^0.4" + + [dependencies.failure] + version = "^0.1" +@@ -62,7 +62,7 @@ + version = "^0.0.2" + + [dependencies.libsystemd] +-version = "^0.1" ++version = "^0.2" + + [dependencies.log] + version = "^0.4" @@ -107,7 +107,7 @@ version = "^0.2"