Update to 4.3.2
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
9b3917a45a
commit
e57b955204
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/afterburn-4.1.3.crate
|
||||
/afterburn-4.2.0.crate
|
||||
/afterburn-4.3.1.crate
|
||||
/afterburn-4.3.2.crate
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- 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"]
|
@ -7,18 +7,14 @@
|
||||
%global crate afterburn
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 4.3.1
|
||||
Release: 3%{?dist}
|
||||
Version: 4.3.2
|
||||
Release: 1%{?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}
|
||||
|
||||
@ -106,6 +102,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 28 21:23:17 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.2-1
|
||||
- Update to 4.3.2
|
||||
|
||||
* Fri Feb 21 2020 Josh Stone <jistone@redhat.com> - 4.3.1-3
|
||||
- Bump nix to 0.17 and mockito 0.23
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (afterburn-4.3.1.crate) = 773c0fc1bf1727075a3f68331497998745e419b5c2109059a6bcf4bd25f7345c7c4bc3e092713d7f90fe8ed6e2ac1f090d35b1fe6d05075d5a20d9dc6654c3da
|
||||
SHA512 (afterburn-4.3.2.crate) = f19fe9ccde90780f473254da56d8c035d7cc5b955cd537598796be1a81a5590ae657c4869d04a800b011cd3ee0f845b78374d07ef707f3a91d72ccdf54a721cb
|
||||
|
Loading…
Reference in New Issue
Block a user