Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
41
.gitignore
vendored
41
.gitignore
vendored
@ -1,2 +1,39 @@
|
|||||||
SOURCES/bootupd-0.2.19-vendor.tar.zstd
|
/bootupd-0.1.1.crate
|
||||||
SOURCES/bootupd-0.2.19.crate
|
/bootupd-0.1.2.crate
|
||||||
|
/bootupd-0.1.3.crate
|
||||||
|
/bootupd-0.2.0.crate
|
||||||
|
/bootupd-0.2.0-vendor.tar.gz
|
||||||
|
/bootupd-0.2.2.crate
|
||||||
|
/bootupd-0.2.2-vendor.tar.gz
|
||||||
|
/bootupd-0.2.3.crate
|
||||||
|
/bootupd-0.2.3-vendor.tar.gz
|
||||||
|
/bootupd-0.2.4.crate
|
||||||
|
/bootupd-0.2.4-vendor.tar.gz
|
||||||
|
/bootupd-0.2.5.crate
|
||||||
|
/bootupd-0.2.5-vendor.tar.gz
|
||||||
|
/bootupd-0.2.6.crate
|
||||||
|
/bootupd-0.2.6-vendor.tar.gz
|
||||||
|
/bootupd-0.2.7.crate
|
||||||
|
/bootupd-0.2.7-vendor.tar.gz
|
||||||
|
/bootupd-0.2.8.crate
|
||||||
|
/bootupd-0.2.8-vendor.tar.gz
|
||||||
|
/bootupd-0.2.9.crate
|
||||||
|
/bootupd-0.2.9-vendor.tar.gz
|
||||||
|
/bootupd-0.2.10.crate
|
||||||
|
/bootupd-0.2.10-vendor.tar.gz
|
||||||
|
/bootupd-0.2.11.crate
|
||||||
|
/bootupd-0.2.11-vendor.tar.gz
|
||||||
|
/bootupd-0.2.12.crate
|
||||||
|
/bootupd-0.2.12-vendor.tar.zstd
|
||||||
|
/bootupd-0.2.13.crate
|
||||||
|
/bootupd-0.2.13-vendor.tar.zstd
|
||||||
|
/bootupd-0.2.14.crate
|
||||||
|
/bootupd-0.2.14-vendor.tar.zstd
|
||||||
|
/bootupd-0.2.15.crate
|
||||||
|
/bootupd-0.2.15-vendor.tar.zstd
|
||||||
|
/bootupd-0.2.16.crate
|
||||||
|
/bootupd-0.2.16-vendor.tar.zstd
|
||||||
|
/bootupd-0.2.17.crate
|
||||||
|
/bootupd-0.2.17-vendor.tar.zstd
|
||||||
|
/bootupd-0.2.19-vendor.tar.zstd
|
||||||
|
/bootupd-0.2.19.crate
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
c9fc8b2e450c11c8e12fb63b7474cddd009f52e5 SOURCES/bootupd-0.2.19-vendor.tar.zstd
|
|
||||||
11db1d98620000dccf43a2d645b2020b696ae321 SOURCES/bootupd-0.2.19.crate
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-10
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} # this is the testcase identifier, which OSCI pipeline uses
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.2.19
|
Version: 0.2.19
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Bootloader updater
|
Summary: Bootloader updater
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -75,49 +75,90 @@ License: Apache-2.0 AND BSD-3-Clause AND MIT AND (Apache-2.0 OR BSL-1.0)
|
|||||||
%systemd_postun bootupd.service bootupd.socket
|
%systemd_postun bootupd.service bootupd.socket
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.2.19-3
|
||||||
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.2.19-2
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
* Fri May 17 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.19-1
|
* Fri May 17 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.19-1
|
||||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.19
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.19
|
||||||
Resolves: RHEL-35887
|
Resolves: RHEL-35889
|
||||||
|
|
||||||
* Thu Feb 22 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.18-1
|
* Thu Feb 01 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 0.2.17-4
|
||||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.18
|
- Update Rust macro usage
|
||||||
backport patch to support GRUB console.cfg
|
|
||||||
Resolves: RHEL-26439
|
|
||||||
|
|
||||||
* Tue Dec 19 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.17-1
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.17-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 19 2023 Colin Walters <walters@verbum.org> - 0.2.17-2
|
||||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.17
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.17
|
||||||
Resolves: RHEL-14388
|
|
||||||
|
|
||||||
* Fri Dec 15 2023 Huijing Hei <hhei@redhat.com> - 0.2.16-4
|
|
||||||
- Sync spec with upstream
|
|
||||||
Related: https://issues.redhat.com/browse/RHEL-14388
|
|
||||||
|
|
||||||
* Wed Dec 13 2023 Colin Walters <walters@verbum.org> - 0.2.16-3
|
|
||||||
- Build on all architectures
|
|
||||||
Related: https://issues.redhat.com/browse/RHEL-14388
|
|
||||||
|
|
||||||
* Wed Dec 13 2023 Colin Walters <walters@verbum.org> - 0.2.16-2
|
* Wed Dec 13 2023 Colin Walters <walters@verbum.org> - 0.2.16-2
|
||||||
- Update to 0.2.16
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.16
|
||||||
Related: https://issues.redhat.com/browse/RHEL-14388
|
|
||||||
|
|
||||||
* Tue Nov 28 2023 Colin Walters <walters@verbum.org> - 0.2.15-2
|
* Tue Nov 28 2023 Colin Walters <walters@verbum.org> - 0.2.15-2
|
||||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.15
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.15
|
||||||
Related: https://issues.redhat.com/browse/RHEL-14388
|
|
||||||
|
* Mon Nov 20 2023 Colin Walters <walters@verbum.org> - 0.2.14-2
|
||||||
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.14
|
||||||
|
|
||||||
|
* Tue Nov 14 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.2.13-4
|
||||||
|
- Fix RHEL build
|
||||||
|
|
||||||
|
* Fri Nov 10 2023 Colin Walters <walters@verbum.org> - 0.2.13-3
|
||||||
|
- Backport patch for not having separate /boot
|
||||||
|
|
||||||
|
* Thu Nov 02 2023 Colin Walters <walters@verbum.org> - 0.2.13-2
|
||||||
|
- Rebase to 0.2.13
|
||||||
|
|
||||||
|
* Mon Oct 23 2023 Colin Walters <walters@verbum.org> - 0.2.12-4
|
||||||
|
- Install static configs
|
||||||
|
|
||||||
* Fri Oct 20 2023 Colin Walters <walters@verbum.org> - 0.2.12-2
|
* Fri Oct 20 2023 Colin Walters <walters@verbum.org> - 0.2.12-2
|
||||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.12
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.12
|
||||||
|
|
||||||
* Tue Sep 19 2023 Colin Walters <walters@verbum.org> - 0.2.11-2
|
* Fri Oct 06 2023 Colin Walters <walters@verbum.org> - 0.2.11-5
|
||||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.11
|
- Enable ppc64le, it is supported now
|
||||||
Resolves: https://issues.redhat.com/browse/RHEL-5273
|
|
||||||
|
|
||||||
* Mon Aug 01 2022 Colin Walters <walters@verbum.org> - 0.2.7-2
|
* Sat Sep 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.11-4
|
||||||
|
- Updates for the latest Rust packaging and license tag / SPDX guidelines.
|
||||||
|
|
||||||
|
* Tue Sep 19 2023 Colin Walters <walters@verbum.org> - 0.2.11-3
|
||||||
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.11
|
||||||
|
|
||||||
|
* Mon Sep 11 2023 Colin Walters <walters@verbum.org> - 0.2.10-2
|
||||||
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.10
|
||||||
|
|
||||||
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Oct 18 2022 Colin Walters <walters@verbum.org> - 0.2.8-3
|
||||||
|
- Update to v0.2.8
|
||||||
|
|
||||||
|
* Fri Jul 29 2022 Colin Walters <walters@verbum.org> - 0.2.7-2
|
||||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.7
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.7
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.6-4
|
||||||
|
- Rebuild with package notes
|
||||||
|
|
||||||
|
* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.6-3
|
||||||
|
- Rebuild with package notes
|
||||||
|
|
||||||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Sep 16 2021 Luca BRUNO <lucab@lucabruno.net> - 0.2.6-1
|
* Thu Sep 16 2021 Luca BRUNO <lucab@lucabruno.net> - 0.2.6-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
https://github.com/coreos/bootupd/releases/tag/v0.2.6
|
https://github.com/coreos/bootupd/releases/tag/v0.2.6
|
||||||
|
|
||||||
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.2.5-5
|
||||||
|
- Rebuilt with OpenSSL 3.0.0
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-4
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
2
sources
Normal file
2
sources
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA512 (bootupd-0.2.19-vendor.tar.zstd) = bd4df9a6e959212d3c48c90a5ef02904fc3d1db5ef50bbc98ce235f3f624316a01814d9c9605b64ca986aa65a984296fc0ffb83e683d6f220ba31ba05785b28c
|
||||||
|
SHA512 (bootupd-0.2.19.crate) = 286309334b935620a004743631c0bb040c8416ce83284b2f5ad1db04918736f40d7eb68a84bef2927cad7fe5efe13946b1e620e22aec9a428a13d10cbda0231e
|
9
tests/tests.yml
Normal file
9
tests/tests.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
run: "/usr/libexec/bootupd --help"
|
Loading…
Reference in New Issue
Block a user