From 7afd6d9cb0e73129294d3c2e1fe38694ea8885b1 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Feb 09 2021 11:38:58 +0000 Subject: New upstream version 0.0.17 This updates to latest release (0.0.17), see https://github.com/coreos/zincati/releases/tag/v0.0.17. --- diff --git a/.gitignore b/.gitignore index 6b54f51..c6472ca 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ /zincati-0.0.12.crate /zincati-0.0.13.crate /zincati-0.0.14.crate +/zincati-0.0.17.crate +/zincati-0.0.17-vendor.tar.gz diff --git a/rust-zincati.spec b/rust-zincati.spec index 7f66894..d3248c7 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -5,14 +5,16 @@ %global crate zincati Name: rust-%{crate} -Version: 0.0.14 -Release: 2%{?dist} +Version: 0.0.17 +Release: 1%{?dist} Summary: Update agent for Fedora CoreOS # Upstream license specification: Apache-2.0 License: ASL 2.0 -URL: https://crates.io/crates/zincati -Source: %{crates_source} +URL: https://crates.io/crates/%{crate} +Source0: %{crates_source} +Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz +Patch0: zincati-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -112,6 +114,10 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/ %endif %changelog +* Tue Feb 09 2021 Luca BRUNO - 0.0.17-1 +- New upstream version + https://github.com/coreos/zincati/releases/tag/v0.0.17 + * Wed Jan 27 2021 Fedora Release Engineering - 0.0.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index cb5e92d..9dd307b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (zincati-0.0.14.crate) = f16a6754d95877284e7935e2b78f089666df24bdaef993043fc76db73b0aa5548bdbf134a9ce96ceb121345f398bd90d82b4fb5dc9d0b17006042e4ef7549209 +SHA512 (zincati-0.0.17.crate) = c83bdbc7d24db7d1f3e518acff96c959e47bf66c68429e38c4f8877514f3692e6b048cb9d0ec11ebfb1f0c53335d58224084c8e9ec9e08a2c8f406127d66dc93 +SHA512 (zincati-0.0.17-vendor.tar.gz) = 230edda534b4e74e393d9a11aae264c7f76cff9581d2c8b5a13f39d50f49ed07baab63057015c6f71c894790b9d067344d3d12e3a995022b701bff60fad4dcf8 diff --git a/zincati-fix-metadata.diff b/zincati-fix-metadata.diff new file mode 100644 index 0000000..4145609 --- /dev/null +++ b/zincati-fix-metadata.diff @@ -0,0 +1,20 @@ +--- zincati-0.0.17/Cargo.toml ++++ zincati-0.0.17/Cargo.toml +@@ -86,7 +86,7 @@ version = "2.0" + features = ["serde"] + + [dependencies.prometheus] +-version = "0.11" ++version = "0.10" + default-features = false + + [dependencies.rand] +@@ -125,7 +125,7 @@ features = ["serde"] + version = "0.2" + + [dev-dependencies.mockito] +-version = "0.29" ++version = "0.28" + + [dev-dependencies.proptest] + version = "0.10"