Pragyan Poudyal
2878b3cc5a
spec: add ExcludeArch ix86 on c9s and fedora
...
In bootupd, we have not been handling ix86 architecture at all which
ended up erroring out during rpm builds with the following errors
```rust
--> src/cli/bootupctl.rs:155:44
|
155 | fn run_migrate_static_grub_config() -> Result<()> {
| ------------------------------ ^^^^^^^^^^ expected `Result<(), Error>`, found `()`
| |
| implicitly returns `()` as its body has no tail or `return` expression
|
= note: expected enum `Result<(), anyhow::Error>`
found unit type `()`
warning: unreachable call
--> src/component.rs:92:5
|
92 | Ok(match name {
| _____^^_-
| | |
| | unreachable call
93 | | #[cfg(any(
94 | | target_arch = "x86_64",
95 | | target_arch = "aarch64",
... |
103 | | _ => anyhow::bail!("No component {}", name),
104 | | })
| |_____- any code following this `match` expression is unreachable, as all arms diverge
|
= note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
warning: unused variable: `configs`
--> src/bootupd.rs:58:5
|
58 | configs: ConfigMode,
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_configs`
|
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
warning: variable does not need to be mutable
--> src/bootupd.rs:231:9
|
231 | let mut components = BTreeMap::new();
| ----^^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
For more information about this error, try `rustc --explain E0308`.
```
Signed-off-by: Pragyan Poudyal <ppoudyal@redhat.com>
2026-05-06 18:43:20 +05:30
Pragyan Poudyal
1657e3c1c1
Rebase to v0.2.34
...
Resolves: #RHEL-173357
Signed-off-by: Pragyan Poudyal <ppoudyal@redhat.com>
2026-05-06 18:43:14 +05:30
Joseph Marrero Corchado
bf7705a2a5
[c9s] Backport https://github.com/coreos/bootupd/pull/1068
...
Backport https://github.com/coreos/bootupd/pull/1074
Resolves: #RHEL-168652
2026-04-17 19:22:32 -04:00
Huijing Hei
7200a6e742
[c9s] Update to 0.2.31
...
Resolves: #RHEL-117608
2025-09-26 14:08:49 +08:00
Huijing Hei
853b9b5e73
[c9s] Update to 0.2.29
...
Resolves: #RHEL-110494
2025-08-21 15:07:42 +08:00
Huijing Hei
abd6691682
Backport the PR that will use an already mounted ESP for installation
...
Fix the building error without device.
See 593b94a175
2025-06-26 14:18:51 +08:00
Huijing Hei
a82837d27e
Update to 0.2.28
2025-06-26 14:18:21 +08:00
Joseph Marrero Corchado
d1b0a896aa
spec: add ExcludeArch ix86 only on c10s and fedora
...
Resolves: #RHEL-77736, #RHEL-79091
2025-02-12 20:07:17 -05:00
Joseph Marrero Corchado
836848ddce
spec: Add BR on git
...
Resolves: #RHEL-77736, #RHEL-79091
2025-02-12 16:21:18 -05:00
Joseph Marrero Corchado
f7452b3b49
Update to 0.2.27
...
Resolves: #RHEL-77736, #RHEL-79091
2025-02-12 13:45:46 -05:00
HuijingHei
af4acc8fbf
spec: new upstream version 0.2.25
...
resolves: #RHEL-71040
2024-12-12 11:24:32 +08:00
Joseph Marrero
a1802b93bf
Fix spec
2024-05-17 15:14:56 -04:00
Joseph Marrero
468ed869f8
Release 0.2.19
...
Resolves: RHEL-35887
2024-05-17 13:58:47 -04:00
Joseph Marrero
219b5823bd
Release 0.2.18
...
backport patch to support GRUB console.cfg
Resolves: RHEL-26439
2024-02-22 13:19:07 -05:00
Joseph Marrero
2896a05e8f
Release 0.2.17
2023-12-19 11:00:03 -05:00
HuijingHei
7c010e643a
spec: sync with upstream to add grub2-static files
2023-12-15 11:08:19 +08:00
Colin Walters
91403e70e8
Build on all architectures
...
Related: https://issues.redhat.com/browse/RHEL-14388
2023-12-13 18:21:35 -05:00
Colin Walters
dc8d60fb7a
Update to 0.2.16
...
Related: https://issues.redhat.com/browse/RHEL-14388
2023-12-13 13:51:09 -05:00
Colin Walters
e1a61ba053
https://github.com/coreos/bootupd/releases/tag/v0.2.15
...
Related: https://issues.redhat.com/browse/RHEL-14388
2023-11-28 14:05:41 -05:00
Colin Walters
509b041ad2
Update to 0.2.12
...
Resolves: #RHEL-14388
2023-10-20 16:37:48 -04:00
Colin Walters
f26fe2adce
https://github.com/coreos/bootupd/releases/tag/v0.2.11
...
Resolves: https://issues.redhat.com/browse/RHEL-5273
2023-09-19 17:48:32 -04:00
Colin Walters
445b0d187a
https://github.com/coreos/bootupd/releases/tag/v0.2.7
...
Resolves: rhbz#2060741
Resolves: rhbz#2048071
2022-08-01 10:49:40 -04:00
Timothée Ravier
2314b50912
Add initial gating test
...
Only add an initial basic functionnal test as this package is tested in
upstream and downstream CI.
Resolves: rhbz#2038287
2022-02-23 13:07:08 +01:00
Timothée Ravier
b54624170e
Update to 0.2.6-1 (from Fedora 35)
...
Resolves: rhbz#2038287
2022-01-17 13:33:40 +01:00
DistroBaker
f209319355
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/rust-bootupd.git#1e0f2e70cfa2d7b5b69b40aac081e0ba5e0485a0
2021-01-06 15:18:45 +00:00
DistroBaker
94dd61aa62
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/rust-bootupd.git#1e8c770ae5196f6d957882065f4dc08a221c264b
2020-12-16 21:52:20 +00:00
DistroBaker
9448b2a291
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/rust-bootupd.git#b1e83f796199f7e3a595d721ee4dc629f8d23cac
2020-11-20 16:16:00 +00:00
DistroBaker
41dd34ab68
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/rust-bootupd.git#b1e83f796199f7e3a595d721ee4dc629f8d23cac
2020-11-20 13:38:27 +00:00
DistroBaker
8f5e7b923b
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/rust-bootupd.git#b1e83f796199f7e3a595d721ee4dc629f8d23cac
2020-11-20 12:41:52 +00:00
Troy Dawson
e0849d5cc1
RHEL 9.0.0 Alpha bootstrap
...
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/rust-bootupd#46c2a9df335fbd2c500a1ce3b1b406685db20302
2020-11-16 13:50:51 -08:00
DistroBaker
14348008d2
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/rust-bootupd.git#46c2a9df335fbd2c500a1ce3b1b406685db20302
2020-11-11 18:53:29 +00:00
DistroBaker
84fd47f0a3
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/rust-bootupd.git#c6cf7f6492e0d943e8471f86719df89eed587f6a
2020-11-02 23:26:01 +00:00
DistroBaker
dc3e5647ff
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/rust-bootupd.git#445e446323294f9249c39cbfa73691a752b4f2ff
2020-10-30 15:42:20 +01:00
Release Configuration Management
4602f0a663
New branch setup
2020-10-30 13:00:49 +00:00