From f344529635a6c93d101ad1fd56924668808f2aaf Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 23 Feb 2020 10:46:49 +0100 Subject: [PATCH] Update to 0.0.8 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-zincati.spec | 11 ++++++----- sources | 2 +- zincati-fix-metadata.diff | 38 -------------------------------------- 4 files changed, 8 insertions(+), 44 deletions(-) delete mode 100644 zincati-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 927d884..e5f946a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /zincati-0.0.4.crate /zincati-0.0.5.crate /zincati-0.0.6.crate +/zincati-0.0.8.crate diff --git a/rust-zincati.spec b/rust-zincati.spec index ad20054..ac15a79 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -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 - 0.0.8-1 +- Update to 0.0.8 + * Thu Jan 30 2020 Fedora Release Engineering - 0.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 6f48cbd..84abf01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zincati-0.0.6.crate) = 1c0b904e7f696b70416ccef19a72cebf47d53c65a19fda6bb541a91b918563df365b339c9d855ec3714d968396ce0d346c779541d14ee8e22db7a1ff7ab268be +SHA512 (zincati-0.0.8.crate) = 0accf30ac92b2236b0359f710a6aa7ecf3ed59751b1ef62e01804cdf678f17651cafc554af8e8b8d9f10a7ea6114fdca63b9e5399036d3229752bac275d751fe diff --git a/zincati-fix-metadata.diff b/zincati-fix-metadata.diff deleted file mode 100644 index 202af14..0000000 --- a/zincati-fix-metadata.diff +++ /dev/null @@ -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"