Rebase to v0.2.34
Resolves: #RHEL-173626 Signed-off-by: Pragyan Poudyal <ppoudyal@redhat.com>
This commit is contained in:
parent
bf769c3552
commit
a7e3ce35fc
2
.gitignore
vendored
2
.gitignore
vendored
@ -51,3 +51,5 @@
|
||||
/bootupd-0.2.32-vendor.tar.zstd
|
||||
/bootupd-0.2.33-vendor.tar.zstd
|
||||
/bootupd-0.2.33.crate
|
||||
/bootupd-0.2.34.crate
|
||||
/bootupd-0.2.34-vendor.tar.zstd
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
||||
%global crate bootupd
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.2.32
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.34
|
||||
Release: 1%{?dist}
|
||||
Summary: Bootloader updater
|
||||
|
||||
License: Apache-2.0
|
||||
@ -13,14 +13,6 @@ 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.32.crate) = a67714ebfbbbf0638611dd878a448c8c243017c39838235f56de63a2979b6d554b9a45e76a4b9b23541e6ddc0ea8165d851fb2d844651bed6861b70acc05b7b6
|
||||
SHA512 (bootupd-0.2.32-vendor.tar.zstd) = 0b593933211c17bd7881051283bc1de0fcad9a6f1556a84e201ade3700df1a9e4369c286799277e9c4c43cc7f3c0b6c1c7d173cda14588d42e349754dcec3274
|
||||
SHA512 (bootupd-0.2.34.crate) = c8051c673e9dd6f81d227c39cebed3ab7d2bca742035de0ef1194ec3be3386cf83aeb3ffcec7a88507f071f74b1eeac30789a757cad8eaa0f43978cf24f7fca8
|
||||
SHA512 (bootupd-0.2.34-vendor.tar.zstd) = a7cb803011740da4df884c2571e9aa8bfe12827892099c7c3d412c0400c9b74bd354a62b0546caee15dd0169ec3fcff2c35963e3abdf8df6ba2f40c79497c8bb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user