Update to 0.0.10

Signed-off-by: Robert Fairley <rfairley@redhat.com>
This commit is contained in:
Robert Fairley 2020-04-15 02:52:01 +00:00
parent 79b167ad6b
commit 9722ed3e75
2 changed files with 19 additions and 5 deletions

View File

@ -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 <rfairley@redhat.com> - 0.10.0-1
- Update to 0.0.10
* Wed Mar 25 2020 Robert Fairley <rfairley@redhat.com> - 0.0.9-2
- Fix metrics socket symlink: make absolute

View File

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