Update fail to 0.4, libsystemd to 0.2

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-05-18 13:07:58 +02:00
parent 84103b8588
commit f23807742d
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
2 changed files with 24 additions and 3 deletions

View File

@ -16,6 +16,8 @@ Source: %{crates_source}
# Initial patched metadata
# - Update actix from ^0.9 to 0.10.0-alpha.2
# - Update mockito to 0.25, https://github.com/coreos/zincati/pull/267
# - Update fail to 0.4, https://github.com/coreos/zincati/pull/272
# - Update libsystemd to 0.2, https://github.com/coreos/zincati/pull/274
Patch0: 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
@ -34,14 +36,13 @@ Update agent for Fedora CoreOS.}
%package -n %{crate}
Summary: %{summary}
# Install all deps (without check), grab their licenses and make it simple
# * (MIT or ASL 2.0) and BSD
# * ASL 2.0
# * ASL 2.0 or Boost
# * ASL 2.0 or MIT
# * BSD
# * MIT
# * MIT or ASL 2.0
# * (MIT or ASL 2.0) and BSD
# * MPLv2.0
# * Unlicense or MIT
License: ASL 2.0 and BSD and MIT and MPLv2.0
@ -126,6 +127,8 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/
%changelog
* Mon May 18 12:56:53 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.0.10-3
- Update mockito to 0.25
- Update fail to 0.4
- Update libsystemd to 0.2
* Wed Apr 15 18:22:39 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.0.10-2
- Update envsubst

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-05-18T10:56:53.902507+00:00
+++ zincati-0.0.10/Cargo.toml 2020-05-18T11:06:57.320632+00:00
@@ -29,7 +29,7 @@
[profile.release]
lto = true
@ -9,6 +9,24 @@
[dependencies.cfg-if]
version = "^0.1"
@@ -44,7 +44,7 @@
version = "^0.2"
[dependencies.fail]
-version = "^0.3"
+version = "^0.4"
[dependencies.failure]
version = "^0.1"
@@ -62,7 +62,7 @@
version = "^0.0.2"
[dependencies.libsystemd]
-version = "^0.1"
+version = "^0.2"
[dependencies.log]
version = "^0.4"
@@ -107,7 +107,7 @@
version = "^0.2"