Update users to 0.10
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
2200384239
commit
169f5a5f5f
@ -1,5 +1,5 @@
|
|||||||
--- afterburn-4.3.3/Cargo.toml 2020-04-24T16:40:50+00:00
|
--- afterburn-4.3.3/Cargo.toml 2020-04-24T16:40:50+00:00
|
||||||
+++ afterburn-4.3.3/Cargo.toml 2020-05-18T10:54:25.083257+00:00
|
+++ afterburn-4.3.3/Cargo.toml 2020-05-22T09:30:58.678841+00:00
|
||||||
@@ -72,10 +72,10 @@
|
@@ -72,10 +72,10 @@
|
||||||
version = "^0.10"
|
version = "^0.10"
|
||||||
|
|
||||||
@ -13,12 +13,3 @@
|
|||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
version = "^0.10"
|
version = "^0.10"
|
||||||
@@ -115,7 +115,7 @@
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
[dependencies.users]
|
|
||||||
-version = "^0.10"
|
|
||||||
+version = "^0.9"
|
|
||||||
|
|
||||||
[dependencies.vmw_backdoor]
|
|
||||||
version = "^0.1"
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 4.3.3
|
Version: 4.3.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Simple cloud provider agent
|
Summary: Simple cloud provider agent
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -16,7 +16,6 @@ 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
|
# Initial patched metadata
|
||||||
# - downgrade users from ^0.10 to ^0.9
|
|
||||||
# - upgrade pnet_* to ^0.26
|
# - upgrade pnet_* to ^0.26
|
||||||
Patch0: afterburn-fix-metadata.diff
|
Patch0: afterburn-fix-metadata.diff
|
||||||
|
|
||||||
@ -116,6 +115,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 22 11:30:58 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-4
|
||||||
|
- Update users to 0.10
|
||||||
|
|
||||||
* Mon May 18 12:54:25 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-3
|
* Mon May 18 12:54:25 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-3
|
||||||
- Update mockito to 0.25
|
- Update mockito to 0.25
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user