diff --git a/rust-zincati.spec b/rust-zincati.spec index 8fa8523..12248ae 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -5,15 +5,17 @@ %global crate zincati Name: rust-%{crate} -Version: 0.0.9 -Release: 2%{?dist} +Version: 0.0.10 +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} -# Update actix from ^0.9 to 0.10.0-alpha.2 +# Initial patched metadata: +# - Update actix from ^0.9 to 0.10.0-alpha.2 +# - Downgrade envsubst from ^0.2 to ^0.1 Patch0000: 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 @@ -111,6 +113,9 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/ %endif %changelog +* Wed Apr 15 2020 Robert Fairley - 0.10.0-1 +- Update to 0.0.10 + * Wed Mar 25 2020 Robert Fairley - 0.0.9-2 - Fix metrics socket symlink: make absolute diff --git a/zincati-fix-metadata.diff b/zincati-fix-metadata.diff index be7f7d5..498a483 100644 --- a/zincati-fix-metadata.diff +++ b/zincati-fix-metadata.diff @@ -1,5 +1,5 @@ ---- zincati-0.0.9/Cargo.toml 2020-03-10T17:44:04+00:00 -+++ zincati-0.0.9/Cargo.toml 2020-03-25T17:28:25.403345+00:00 +--- zincati-0.0.10/Cargo.toml 2020-04-06T07:46:34+00:00 ++++ zincati-0.0.10/Cargo.toml 2020-04-15T02:56:20.013604+00:00 @@ -29,7 +29,7 @@ [profile.release] lto = true @@ -9,3 +9,12 @@ [dependencies.cfg-if] version = "^0.1" +@@ -41,7 +41,7 @@ + version = "^0.7" + + [dependencies.envsubst] +-version = "^0.2" ++version = "^0.1" + + [dependencies.fail] + version = "^0.3"