Fix build with rust-bytes 1.2.0
This commit is contained in:
parent
a81ed9b15d
commit
ff1e39138a
@ -1,5 +1,14 @@
|
||||
--- coreos-installer-0.15.0/Cargo.toml.old 2022-07-09 22:02:48.471859927 -0400
|
||||
+++ coreos-installer-0.15.0/Cargo.toml 2022-07-09 22:02:59.727862917 -0400
|
||||
--- coreos-installer-0.15.0/Cargo.toml.orig 2022-08-01 23:12:48.053388050 -0400
|
||||
+++ coreos-installer-0.15.0/Cargo.toml 2022-08-01 23:13:09.555427984 -0400
|
||||
@@ -68,7 +68,7 @@
|
||||
version = ">= 3.1.0, < 5.0.0"
|
||||
|
||||
[dependencies.bytes]
|
||||
-version = ">= 1.0.1, < 1.2.0"
|
||||
+version = ">= 1.0.1, < 2"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "3.1"
|
||||
@@ -114,7 +114,7 @@
|
||||
version = ">= 0.3, < 0.5"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.15.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -180,6 +180,9 @@ from the initramfs.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 02 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.15.0-4
|
||||
- Fix build with rust-bytes 1.2.0
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user