From dd6b08d10056b89318308dfd3ae1e23c3a09312a Mon Sep 17 00:00:00 2001 From: Robert Fairley Date: Mon, 29 Jun 2020 19:57:33 +0000 Subject: [PATCH] Update to 0.0.12 Signed-off-by: Robert Fairley --- .gitignore | 1 + rust-zincati.spec | 6 +++++- sources | 2 +- zincati-fix-metadata.diff | 13 +++++++++++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 455a031..4c078c1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /zincati-0.0.9.crate /zincati-0.0.10.crate /zincati-0.0.11.crate +/zincati-0.0.12.crate diff --git a/rust-zincati.spec b/rust-zincati.spec index 60bc68b..9e965d5 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -5,7 +5,7 @@ %global crate zincati Name: rust-%{crate} -Version: 0.0.11 +Version: 0.0.12 Release: 1%{?dist} Summary: Update agent for Fedora CoreOS @@ -15,6 +15,7 @@ URL: https://crates.io/crates/zincati Source: %{crates_source} # Initial patched metadata # - Update actix from ^0.9 to 0.10.0-alpha.2 +# - Downgrade proptest from ^0.10 to ^0.9 Patch0: zincati-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -122,6 +123,9 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/ %endif %changelog +* Mon Jun 29 Robert Fairley - 0.0.12-1 +- Update to 0.0.12 + * Fri May 22 12:14:40 CEST 2020 Igor Raits - 0.0.11-1 - Update to 0.0.11 diff --git a/sources b/sources index 5757c5f..cfa7bc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zincati-0.0.11.crate) = 98cf1ed26ecac92d673a4dc396e7d3d485aab1fde448454d79e152061c321ab67d647396d2a49edc7286d64cb8911aa0917148e7fbdcefee2c6de3ef727d2335 +SHA512 (zincati-0.0.12.crate) = d21c095f6ccfb2cc49b41fea82b6e528f47c568409df881cd688580feb3c86bec5769c14abf53fac28c0cfec9877a9bd14c1a50f7258ba1db8e15a6ecaeb78c7 diff --git a/zincati-fix-metadata.diff b/zincati-fix-metadata.diff index 3c70270..bca0602 100644 --- a/zincati-fix-metadata.diff +++ b/zincati-fix-metadata.diff @@ -1,5 +1,5 @@ ---- zincati-0.0.11/Cargo.toml 2020-05-22T07:59:03+00:00 -+++ zincati-0.0.11/Cargo.toml 2020-05-22T10:14:40.685337+00:00 +--- zincati-0.0.12/Cargo.toml 2020-06-25T15:58:17+00:00 ++++ zincati-0.0.12/Cargo.toml 2020-06-29T18:59:20.433864+00:00 @@ -29,7 +29,7 @@ [profile.release] lto = true @@ -9,3 +9,12 @@ [dependencies.cfg-if] version = "^0.1" +@@ -117,7 +117,7 @@ + version = "^0.25" + + [dev-dependencies.proptest] +-version = "^0.10" ++version = "^0.9" + + [features] + failpoints = ["fail/failpoints"]