Update to 0.0.8

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-02-23 10:46:49 +01:00
parent 39355351cb
commit f344529635
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
4 changed files with 8 additions and 44 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/zincati-0.0.4.crate
/zincati-0.0.5.crate
/zincati-0.0.6.crate
/zincati-0.0.8.crate

View File

@ -1,20 +1,18 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global __cargo_skip_build 0
%global crate zincati
Name: rust-%{crate}
Version: 0.0.6
Release: 2%{?dist}
Version: 0.0.8
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}
# Initial patched metadata
Patch0: zincati-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -103,6 +101,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/polkit-1/rules.d \
%endif
%changelog
* Sun Feb 23 10:42:48 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.0.8-1
- Update to 0.0.8
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (zincati-0.0.6.crate) = 1c0b904e7f696b70416ccef19a72cebf47d53c65a19fda6bb541a91b918563df365b339c9d855ec3714d968396ce0d346c779541d14ee8e22db7a1ff7ab268be
SHA512 (zincati-0.0.8.crate) = 0accf30ac92b2236b0359f710a6aa7ecf3ed59751b1ef62e01804cdf678f17651cafc554af8e8b8d9f10a7ea6114fdca63b9e5399036d3229752bac275d751fe

View File

@ -1,38 +0,0 @@
--- zincati-0.0.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zincati-0.0.6/Cargo.toml 2019-11-20T17:23:58.272331+00:00
@@ -51,7 +51,7 @@
version = "^0.1.5"
[dependencies.futures]
-version = "^0.1.29"
+version = "^0.1.27"
[dependencies.glob]
version = "^0.3.0"
@@ -83,7 +83,7 @@
version = "^0.7.2"
[dependencies.reqwest]
-version = "^0.9.21"
+version = "^0.9.13"
[dependencies.serde]
version = "^1.0.101"
@@ -93,7 +93,7 @@
version = "^1.0.41"
[dependencies.structopt]
-version = "^0.3.2"
+version = "^0.2.18"
[dependencies.tokio]
version = "^0.1.22"
@@ -107,7 +107,7 @@
version = "^0.1"
[dev-dependencies.mockito]
-version = "^0.21"
+version = "^0.22"
[dev-dependencies.proptest]
version = "^0.9"