From 9b3917a45ac0f1948ea8047d9127d2f5848b06dd Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Feb 21 2020 20:05:30 +0000 Subject: Bump nix to 0.17 and mockito 0.23 --- diff --git a/afterburn-fix-metadata.diff b/afterburn-fix-metadata.diff new file mode 100644 index 0000000..17a42d8 --- /dev/null +++ b/afterburn-fix-metadata.diff @@ -0,0 +1,20 @@ +--- afterburn-4.3.1/Cargo.toml 2020-01-21T15:19:26+00:00 ++++ afterburn-4.3.1/Cargo.toml 2020-02-21T19:49:28.291623+00:00 +@@ -57,7 +57,7 @@ + version = "0.3" + + [dependencies.nix] +-version = "^0.16.1" ++version = "^0.17" + + [dependencies.openssh-keys] + version = "^0.4.1" +@@ -117,7 +117,7 @@ + version = "^1.0" + + [dev-dependencies.mockito] +-version = "^0.22.0" ++version = "^0.23.0" + + [features] + cl-legacy = ["update-ssh-keys"] diff --git a/rust-afterburn.spec b/rust-afterburn.spec index 546d73a..095d9c5 100644 --- a/rust-afterburn.spec +++ b/rust-afterburn.spec @@ -8,13 +8,17 @@ Name: rust-%{crate} Version: 4.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple cloud provider agent # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: https://crates.io/crates/afterburn Source: %{crates_source} +# Initial patched metadata +# * Bump to nix 0.17, https://github.com/coreos/afterburn/pull/349 +# * Bump to mockito 0.23, https://github.com/coreos/afterburn/pull/347 +Patch0: afterburn-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -102,6 +106,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir} %endif %changelog +* Fri Feb 21 2020 Josh Stone - 4.3.1-3 +- Bump nix to 0.17 and mockito 0.23 + * Tue Feb 11 15:24:47 CET 2020 Igor Raits - 4.3.1-2 - Update deps