Update envsubst

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-04-15 18:23:19 +02:00
parent 99ae3a77dc
commit 8fabf59b4c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 5 additions and 12 deletions

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 0.0.10-2
- Update envsubst
* Wed Apr 15 2020 Robert Fairley <rfairley@redhat.com> - 0.10.0-1
- Update to 0.0.10

View File

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