Backport https://github.com/coreos/bootupd/pull/1074 Resolves: #RHEL-168651
This commit is contained in:
parent
95f6ab2890
commit
bf769c3552
3015
backport-pr1068-pr1074.patch
Normal file
3015
backport-pr1068-pr1074.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
||||
%global crate bootupd
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.2.33
|
||||
Release: %autorelease
|
||||
Version: 0.2.32
|
||||
Release: 2%{?dist}
|
||||
Summary: Bootloader updater
|
||||
|
||||
License: Apache-2.0
|
||||
@ -13,6 +13,14 @@ Source0: %{crates_source}
|
||||
Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
# Backport from upstream:
|
||||
# PR#1068 - Add support for installing to devices with multiple parents
|
||||
# https://github.com/coreos/bootupd/pull/1068
|
||||
# PR#1074 - powerpc: Fix broken build
|
||||
# https://github.com/coreos/bootupd/pull/1074
|
||||
# Includes build fix for CommandRunExt API changes
|
||||
Patch0: backport-pr1068-pr1074.patch
|
||||
|
||||
BuildRequires: git
|
||||
# For now, see upstream
|
||||
BuildRequires: make
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bootupd-0.2.33-vendor.tar.zstd) = 3d869d11b17a2af8e916add5b196c6c52bc604a21a39b3d0a172f2d2d0650459359bbbc68bd05d73f2884e4f9d6c6fb81703ec94fe5888c06b384c697358d23b
|
||||
SHA512 (bootupd-0.2.33.crate) = 7cad632926d8ecd25b766f885674ce5a377cecbc58e02ae02b7dc802cefd855ccb6b24c210b70e4974995884730c81d7bdd920d7c9b3bbe5b398e2f608eaa5e8
|
||||
SHA512 (bootupd-0.2.32.crate) = a67714ebfbbbf0638611dd878a448c8c243017c39838235f56de63a2979b6d554b9a45e76a4b9b23541e6ddc0ea8165d851fb2d844651bed6861b70acc05b7b6
|
||||
SHA512 (bootupd-0.2.32-vendor.tar.zstd) = 0b593933211c17bd7881051283bc1de0fcad9a6f1556a84e201ade3700df1a9e4369c286799277e9c4c43cc7f3c0b6c1c7d173cda14588d42e349754dcec3274
|
||||
|
||||
Loading…
Reference in New Issue
Block a user