Update few dependencies
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
2449ce5d65
commit
b266e1ad64
@ -1,14 +1,18 @@
|
||||
--- afterburn-4.3.3/Cargo.toml 2020-04-24T16:40:50+00:00
|
||||
+++ afterburn-4.3.3/Cargo.toml 2020-05-01T17:16:48.094867+00:00
|
||||
@@ -86,7 +86,7 @@
|
||||
features = ["derive"]
|
||||
+++ afterburn-4.3.3/Cargo.toml 2020-05-17T11:37:32.428648+00:00
|
||||
@@ -72,10 +72,10 @@
|
||||
version = "^0.10"
|
||||
|
||||
[dependencies.serde-xml-rs]
|
||||
-version = "^0.4"
|
||||
+version = "^0.3"
|
||||
[dependencies.pnet_base]
|
||||
-version = "^0.25"
|
||||
+version = "^0.26"
|
||||
|
||||
[dependencies.serde_derive]
|
||||
version = "^1.0"
|
||||
[dependencies.pnet_datalink]
|
||||
-version = "^0.25"
|
||||
+version = "^0.26"
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "^0.10"
|
||||
@@ -115,12 +115,12 @@
|
||||
optional = true
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 4.3.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Simple cloud provider agent
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -16,9 +16,9 @@ License: ASL 2.0
|
||||
URL: https://crates.io/crates/afterburn
|
||||
Source: %{crates_source}
|
||||
# Initial patched metadata
|
||||
# - downgrade serde-xml-rs from ^0.4 to ^0.3
|
||||
# - downgrade users from ^0.10 to ^0.9
|
||||
# - downgrade mockito from ^0.25 to ^0.23
|
||||
# - upgrade pnet_* to ^0.26
|
||||
Patch0: afterburn-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
@ -33,13 +33,13 @@ Simple cloud provider agent.}
|
||||
|
||||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
# Install all deps (without check), grab their licenses and make it simple
|
||||
# * (MIT or ASL 2.0) and BSD
|
||||
# * ASL 2.0
|
||||
# * ASL 2.0 or Boost
|
||||
# * ASL 2.0 or MIT
|
||||
# * BSD
|
||||
# * MIT
|
||||
# * MIT or ASL 2.0
|
||||
# * (MIT or ASL 2.0) and BSD
|
||||
# * MPLv2.0 or MIT or ASL 2.0
|
||||
# * Unlicense or MIT
|
||||
License: ASL 2.0 and MIT and BSD
|
||||
@ -117,6 +117,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun May 17 13:37:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-2
|
||||
- Update few dependencies
|
||||
|
||||
* Fri May 01 2020 Robert Fairley <rfairley@redhat.com> - 4.3.3-1
|
||||
- Update to 4.3.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user