Update users to 0.10

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-05-22 11:31:32 +02:00
parent 2200384239
commit 169f5a5f5f
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
2 changed files with 5 additions and 12 deletions

View File

@ -1,5 +1,5 @@
--- 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 @@
version = "^0.10"
@ -13,12 +13,3 @@
[dependencies.reqwest]
version = "^0.10"
@@ -115,7 +115,7 @@
optional = true
[dependencies.users]
-version = "^0.10"
+version = "^0.9"
[dependencies.vmw_backdoor]
version = "^0.1"

View File

@ -8,7 +8,7 @@
Name: rust-%{crate}
Version: 4.3.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Simple cloud provider agent
# Upstream license specification: Apache-2.0
@ -16,7 +16,6 @@ License: ASL 2.0
URL: https://crates.io/crates/afterburn
Source: %{crates_source}
# Initial patched metadata
# - downgrade users from ^0.10 to ^0.9
# - upgrade pnet_* to ^0.26
Patch0: afterburn-fix-metadata.diff
@ -116,6 +115,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
%endif
%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
- Update mockito to 0.25