import CS rust-bootupd-0.2.32-2.el10
This commit is contained in:
parent
8fd6cb720c
commit
0a3a9ea73d
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
bootupd-0.2.31-vendor.tar.zstd
|
||||
bootupd-0.2.31.crate
|
||||
bootupd-0.2.32-vendor.tar.zstd
|
||||
bootupd-0.2.32.crate
|
||||
|
||||
3015
backport-pr1068-pr1074.patch
Normal file
3015
backport-pr1068-pr1074.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,6 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.8.1)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autochangelog
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%bcond_without check
|
||||
@ -13,8 +8,8 @@
|
||||
%global crate bootupd
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.2.31
|
||||
Release: %autorelease
|
||||
Version: 0.2.32
|
||||
Release: 2%{?dist}
|
||||
Summary: Bootloader updater
|
||||
|
||||
License: Apache-2.0
|
||||
@ -23,6 +18,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
|
||||
@ -81,7 +84,16 @@ License: Apache-2.0 AND (Apache-2.0 WITH LLVM-exception) AND BSD-3-Clause
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Tue Dec 02 2025 Huijing Hei <hhei@redhat.com> - 0.2.31-1
|
||||
* Thu Apr 16 2026 Joseph Marrero Corchado <jmarrero@redhat.com> - 0.2.32-1
|
||||
- Backport https://github.com/coreos/bootupd/pull/1068
|
||||
|
||||
* Wed Apr 15 2026 Colin Walters <walters@verbum.org> - 0.2.33-1
|
||||
- Update to 0.2.33
|
||||
|
||||
* Tue Dec 09 2025 Huijing Hei <hhei@redhat.com> - 0.2.32-1
|
||||
- Update to 0.2.32
|
||||
|
||||
* Fri Sep 26 2025 Huijing Hei <hhei@redhat.com> - 0.2.31-1
|
||||
- Update to 0.2.31
|
||||
|
||||
* Thu Aug 21 2025 Huijing Hei <hhei@redhat.com> - 0.2.29-1
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bootupd-0.2.31-vendor.tar.zstd) = 7af4202448a3336c818c0c42a81d0da3806ce57b710d9570e6800a7414150a3c96d3e7b66417cfef776f106dbdce3660768f725606f908be9153d1feb643192d
|
||||
SHA512 (bootupd-0.2.31.crate) = d05bf21f904e8443b2271f80f7f3b909d5c4607379cfdf4607b8595b5153de6e702a366cd123771e9e81df7f889b568686357fee4af5bf6e73689c00555db16f
|
||||
SHA512 (bootupd-0.2.32-vendor.tar.zstd) = 0b593933211c17bd7881051283bc1de0fcad9a6f1556a84e201ade3700df1a9e4369c286799277e9c4c43cc7f3c0b6c1c7d173cda14588d42e349754dcec3274
|
||||
SHA512 (bootupd-0.2.32.crate) = a67714ebfbbbf0638611dd878a448c8c243017c39838235f56de63a2979b6d554b9a45e76a4b9b23541e6ddc0ea8165d851fb2d844651bed6861b70acc05b7b6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user