Update to 4.4.0
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
169f5a5f5f
commit
5113f33692
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/afterburn-4.3.1.crate
|
/afterburn-4.3.1.crate
|
||||||
/afterburn-4.3.2.crate
|
/afterburn-4.3.2.crate
|
||||||
/afterburn-4.3.3.crate
|
/afterburn-4.3.3.crate
|
||||||
|
/afterburn-4.4.0.crate
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
--- afterburn-4.3.3/Cargo.toml 2020-04-24T16:40:50+00:00
|
|
||||||
+++ afterburn-4.3.3/Cargo.toml 2020-05-22T09:30:58.678841+00:00
|
|
||||||
@@ -72,10 +72,10 @@
|
|
||||||
version = "^0.10"
|
|
||||||
|
|
||||||
[dependencies.pnet_base]
|
|
||||||
-version = "^0.25"
|
|
||||||
+version = "^0.26"
|
|
||||||
|
|
||||||
[dependencies.pnet_datalink]
|
|
||||||
-version = "^0.25"
|
|
||||||
+version = "^0.26"
|
|
||||||
|
|
||||||
[dependencies.reqwest]
|
|
||||||
version = "^0.10"
|
|
@ -1,4 +1,4 @@
|
|||||||
# Generated by rust2rpm 13
|
# Generated by rust2rpm 15
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
%global __cargo_skip_build 0
|
%global __cargo_skip_build 0
|
||||||
|
|
||||||
@ -7,17 +7,14 @@
|
|||||||
%global crate afterburn
|
%global crate afterburn
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 4.3.3
|
Version: 4.4.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple cloud provider agent
|
Summary: Simple cloud provider agent
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://crates.io/crates/afterburn
|
URL: https://crates.io/crates/afterburn
|
||||||
Source: %{crates_source}
|
Source: %{crates_source}
|
||||||
# Initial patched metadata
|
|
||||||
# - upgrade pnet_* to ^0.26
|
|
||||||
Patch0: afterburn-fix-metadata.diff
|
|
||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
@ -115,6 +112,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 23 11:27:14 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.4.0-1
|
||||||
|
- Update to 4.4.0
|
||||||
|
|
||||||
* Fri May 22 11:30:58 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-4
|
* Fri May 22 11:30:58 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-4
|
||||||
- Update users to 0.10
|
- Update users to 0.10
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (afterburn-4.3.3.crate) = c5b4354732a46c30bb76fd26259bb58636eef361784fcff401816a8e4067c7e2cb7d81bbca292295ce649a96e1522d6cbea8421ef784aa49f340ebb07c40ab4c
|
SHA512 (afterburn-4.4.0.crate) = a4f8d12d10305324d09298660e4e196f8ff50bb52024879e1ae0e259226d11c0a5e2bbe56bbeae69164d52e008f2adacd78a0aa58d2a04bd4680f5495f24f815
|
||||||
|
Loading…
Reference in New Issue
Block a user