Bump nix to 0.17 and mockito 0.23
This commit is contained in:
parent
dec3766648
commit
9b3917a45a
20
afterburn-fix-metadata.diff
Normal file
20
afterburn-fix-metadata.diff
Normal file
@ -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"]
|
@ -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 <jistone@redhat.com> - 4.3.1-3
|
||||
- Bump nix to 0.17 and mockito 0.23
|
||||
|
||||
* Tue Feb 11 15:24:47 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.1-2
|
||||
- Update deps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user