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.
This commit is contained in:
Luca BRUNO 2021-02-09 11:38:58 +00:00
parent af2c24215d
commit 7afd6d9cb0
4 changed files with 34 additions and 5 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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 <lucab@lucabruno.net> - 0.0.17-1
- New upstream version
https://github.com/coreos/zincati/releases/tag/v0.0.17
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

View File

@ -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

20
zincati-fix-metadata.diff Normal file
View File

@ -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"