import CS git rust-bootupd-0.2.35-1.el10_2
This commit is contained in:
parent
0a3a9ea73d
commit
a4f1b92637
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
bootupd-0.2.32-vendor.tar.zstd
|
||||
bootupd-0.2.32.crate
|
||||
bootupd-0.2.35-vendor.tar.zstd
|
||||
bootupd-0.2.35.crate
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## (rpmautospec version 0.8.1)
|
||||
## RPMAUTOSPEC: autochangelog
|
||||
## END: Set by rpmautospec
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
%global crate bootupd
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.2.32
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.35
|
||||
Release: 1%{?dist}
|
||||
Summary: Bootloader updater
|
||||
|
||||
License: Apache-2.0
|
||||
@ -18,14 +18,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
|
||||
@ -84,6 +76,12 @@ License: Apache-2.0 AND (Apache-2.0 WITH LLVM-exception) AND BSD-3-Clause
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Thu Jun 18 2026 Pragyan Poudyal <ppoudyal@redhat.com> - 0.2.35-1
|
||||
- Update to v0.2.35
|
||||
|
||||
* Wed May 06 2026 Pragyan Poudyal <ppoudyal@redhat.com> - 0.2.34-1
|
||||
- Rebase to v0.2.34
|
||||
|
||||
* Thu Apr 16 2026 Joseph Marrero Corchado <jmarrero@redhat.com> - 0.2.32-1
|
||||
- Backport https://github.com/coreos/bootupd/pull/1068
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bootupd-0.2.32-vendor.tar.zstd) = 0b593933211c17bd7881051283bc1de0fcad9a6f1556a84e201ade3700df1a9e4369c286799277e9c4c43cc7f3c0b6c1c7d173cda14588d42e349754dcec3274
|
||||
SHA512 (bootupd-0.2.32.crate) = a67714ebfbbbf0638611dd878a448c8c243017c39838235f56de63a2979b6d554b9a45e76a4b9b23541e6ddc0ea8165d851fb2d844651bed6861b70acc05b7b6
|
||||
SHA512 (bootupd-0.2.35-vendor.tar.zstd) = 86ca15e71b6ae591d36d3245e507d6d6ca29357e8bc737c0f04a34b767ece3c7dace8273f130eb4029c5dc492a6d580a297a2ac8cc1e0cfeee1ce290f9a610d4
|
||||
SHA512 (bootupd-0.2.35.crate) = 5208367fa16b4a60765819d1a48660a07c37ef7223ca470d8169e5d72f7fc292832efa9ab1a8de2d5ef901a953af4ede25139415681056e64ea3718b288b8618
|
||||
|
||||
Loading…
Reference in New Issue
Block a user