From 8fabf59b4c6a4ee3e01b28455de27f7048a4a869 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Wed, 15 Apr 2020 18:23:19 +0200 Subject: [PATCH] Update envsubst Signed-off-by: Igor Raits --- rust-zincati.spec | 6 ++++-- zincati-fix-metadata.diff | 11 +---------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/rust-zincati.spec b/rust-zincati.spec index 12248ae..6db6a3c 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Update agent for Fedora CoreOS # Upstream license specification: Apache-2.0 @@ -15,7 +15,6 @@ URL: https://crates.io/crates/zincati Source: %{crates_source} # 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 @@ -113,6 +112,9 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/ %endif %changelog +* Wed Apr 15 18:22:39 CEST 2020 Igor Raits - 0.0.10-2 +- Update envsubst + * Wed Apr 15 2020 Robert Fairley - 0.10.0-1 - Update to 0.0.10 diff --git a/zincati-fix-metadata.diff b/zincati-fix-metadata.diff index 498a483..3ab87eb 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-04-15T02:56:20.013604+00:00 ++++ zincati-0.0.10/Cargo.toml 2020-04-15T16:22:39.114222+00:00 @@ -29,7 +29,7 @@ [profile.release] lto = true @@ -9,12 +9,3 @@ [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"