Update to 0.0.12

Signed-off-by: Robert Fairley <rfairley@redhat.com>
This commit is contained in:
Robert Fairley 2020-06-29 19:57:33 +00:00
parent 89f4b6b79a
commit dd6b08d100
4 changed files with 18 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/zincati-0.0.9.crate
/zincati-0.0.10.crate
/zincati-0.0.11.crate
/zincati-0.0.12.crate

View File

@ -5,7 +5,7 @@
%global crate zincati
Name: rust-%{crate}
Version: 0.0.11
Version: 0.0.12
Release: 1%{?dist}
Summary: Update agent for Fedora CoreOS
@ -15,6 +15,7 @@ URL: https://crates.io/crates/zincati
Source: %{crates_source}
# Initial patched metadata
# - Update actix from ^0.9 to 0.10.0-alpha.2
# - Downgrade proptest from ^0.10 to ^0.9
Patch0: zincati-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -122,6 +123,9 @@ ln -snf /run/%{crate}/public/metrics.promsock %{buildroot}/run/%{crate}/private/
%endif
%changelog
* Mon Jun 29 Robert Fairley <rfairley@redhat.com> - 0.0.12-1
- Update to 0.0.12
* Fri May 22 12:14:40 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.0.11-1
- Update to 0.0.11

View File

@ -1 +1 @@
SHA512 (zincati-0.0.11.crate) = 98cf1ed26ecac92d673a4dc396e7d3d485aab1fde448454d79e152061c321ab67d647396d2a49edc7286d64cb8911aa0917148e7fbdcefee2c6de3ef727d2335
SHA512 (zincati-0.0.12.crate) = d21c095f6ccfb2cc49b41fea82b6e528f47c568409df881cd688580feb3c86bec5769c14abf53fac28c0cfec9877a9bd14c1a50f7258ba1db8e15a6ecaeb78c7

View File

@ -1,5 +1,5 @@
--- zincati-0.0.11/Cargo.toml 2020-05-22T07:59:03+00:00
+++ zincati-0.0.11/Cargo.toml 2020-05-22T10:14:40.685337+00:00
--- zincati-0.0.12/Cargo.toml 2020-06-25T15:58:17+00:00
+++ zincati-0.0.12/Cargo.toml 2020-06-29T18:59:20.433864+00:00
@@ -29,7 +29,7 @@
[profile.release]
lto = true
@ -9,3 +9,12 @@
[dependencies.cfg-if]
version = "^0.1"
@@ -117,7 +117,7 @@
version = "^0.25"
[dev-dependencies.proptest]
-version = "^0.10"
+version = "^0.9"
[features]
failpoints = ["fail/failpoints"]