Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
49
.gitignore
vendored
49
.gitignore
vendored
@ -1,3 +1,46 @@
|
|||||||
SOURCES/coreos-installer-0.23.0-vendor.tar.gz
|
/coreos-installer-0.1.3.crate
|
||||||
SOURCES/coreos-installer-0.23.0.crate
|
/coreos-installer-0.2.0.crate
|
||||||
SOURCES/coreos-installer-dracut-7181733.tar.gz
|
/coreos-installer-0.2.1.crate
|
||||||
|
/coreos-installer-0.3.0.crate
|
||||||
|
/coreos-installer-0.4.0.crate
|
||||||
|
/coreos-installer-0.5.0.crate
|
||||||
|
/coreos-installer-0.6.0.crate
|
||||||
|
/coreos-installer-0.7.0.crate
|
||||||
|
/coreos-installer-0.7.2.crate
|
||||||
|
/coreos-installer-0.8.0.crate
|
||||||
|
/coreos-installer-0.9.0.crate
|
||||||
|
/coreos-installer-0.9.1.crate
|
||||||
|
/coreos-installer-0.10.0.crate
|
||||||
|
/coreos-installer-0.10.1.crate
|
||||||
|
/coreos-installer-dracut-bbefcb8.tar.gz
|
||||||
|
/coreos-installer-0.11.0.crate
|
||||||
|
/coreos-installer-dracut-9332fe5.tar.gz
|
||||||
|
/coreos-installer-0.11.0-vendor.tar.gz
|
||||||
|
/coreos-installer-0.12.0.crate
|
||||||
|
/coreos-installer-0.12.0-vendor.tar.gz
|
||||||
|
/coreos-installer-0.13.1.crate
|
||||||
|
/coreos-installer-0.13.1-vendor.tar.gz
|
||||||
|
/coreos-installer-0.14.0.crate
|
||||||
|
/coreos-installer-0.14.0-vendor.tar.gz
|
||||||
|
/coreos-installer-0.15.0.crate
|
||||||
|
/coreos-installer-0.15.0-vendor.tar.gz
|
||||||
|
/coreos-installer-dracut-89d5789.tar.gz
|
||||||
|
/coreos-installer-0.16.0.crate
|
||||||
|
/coreos-installer-0.16.0-vendor.tar.gz
|
||||||
|
/coreos-installer-0.16.1.crate
|
||||||
|
/coreos-installer-0.16.1-vendor.tar.gz
|
||||||
|
/coreos-installer-dracut-38d9f61.tar.gz
|
||||||
|
/coreos-installer-0.17.0.crate
|
||||||
|
/coreos-installer-0.17.0-vendor.tar.gz
|
||||||
|
/coreos-installer-dracut-a4be31d.tar.gz
|
||||||
|
/coreos-installer-0.18.0.crate
|
||||||
|
/coreos-installer-0.18.0-vendor.tar.gz
|
||||||
|
/coreos-installer-0.20.0.crate
|
||||||
|
/coreos-installer-0.20.0-vendor.tar.gz
|
||||||
|
/coreos-installer-0.22.1.crate
|
||||||
|
/coreos-installer-0.22.1-vendor.tar.gz
|
||||||
|
/coreos-installer-dracut-7181733.tar.gz
|
||||||
|
/coreos-installer-0.23.0.crate
|
||||||
|
/coreos-installer-0.23.0-vendor.tar.gz
|
||||||
|
/coreos-installer-0.24.0.crate
|
||||||
|
/coreos-installer-0.24.0-vendor.tar.gz
|
||||||
|
57
.packit.yaml
Normal file
57
.packit.yaml
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
|
# add or remove files that should be synced
|
||||||
|
files_to_sync:
|
||||||
|
- rust-coreos-installer.spec
|
||||||
|
- .packit.yaml
|
||||||
|
|
||||||
|
# name in upstream package repository or registry (e.g. in PyPI)
|
||||||
|
upstream_package_name: coreos-installer
|
||||||
|
|
||||||
|
packages:
|
||||||
|
coreos-installer-fedora:
|
||||||
|
specfile_path: rust-coreos-installer.spec
|
||||||
|
downstream_package_name: rust-coreos-installer
|
||||||
|
actions:
|
||||||
|
post-upstream-clone:
|
||||||
|
- wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec
|
||||||
|
changelog-entry:
|
||||||
|
- bash -c 'echo "- New upstream release"'
|
||||||
|
coreos-installer-centos:
|
||||||
|
pkg_tool: centpkg
|
||||||
|
specfile_path: rust-coreos-installer.spec
|
||||||
|
downstream_package_name: rust-coreos-installer
|
||||||
|
actions:
|
||||||
|
post-upstream-clone:
|
||||||
|
- wget https://gitlab.com/redhat/centos-stream/rpms/rust-coreos-installer/-/raw/c9s/rust-coreos-installer.spec
|
||||||
|
changelog-entry:
|
||||||
|
- bash -c 'echo "- New upstream release"'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
packages: [coreos-installer-fedora]
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
packages: [coreos-installer-fedora]
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-all
|
||||||
|
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
packages: [coreos-installer-fedora]
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-all
|
||||||
|
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
packages: [coreos-installer-centos]
|
||||||
|
dist_git_branches:
|
||||||
|
- c9s
|
||||||
|
- c10s
|
@ -1,3 +0,0 @@
|
|||||||
d8a034849524e52d84ee55d3a0b5248cbc57788e SOURCES/coreos-installer-0.23.0-vendor.tar.gz
|
|
||||||
2b8a6674ec27b5522bc5fe60d767b5646f8f2241 SOURCES/coreos-installer-0.23.0.crate
|
|
||||||
81f96c32efa9e32730e1f3bda5a820d33229f006 SOURCES/coreos-installer-dracut-7181733.tar.gz
|
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# rust-coreos-installer
|
||||||
|
|
||||||
|
The rust-coreos-installer package
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This repository is maintained by packit.
|
||||||
|
https://packit.dev/
|
||||||
|
The file was generated using packit 0.99.0.post1.dev18+g4850a935.
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-10
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./tests/tmt/plans/smoke}
|
||||||
|
|
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
inspections:
|
||||||
|
annocheck: off
|
@ -11,7 +11,7 @@
|
|||||||
%global crate coreos-installer
|
%global crate coreos-installer
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.23.0
|
Version: 0.24.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||||
|
|
||||||
@ -173,85 +173,192 @@ from the initramfs.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 16 2025 Joel Capitao <jcapitao@redhat.com> - 0.24.0-1
|
||||||
|
- Update to latest upstream
|
||||||
|
|
||||||
* Thu Nov 14 2024 Steven Presti <spresti@redhat.com> - 0.23.0-1
|
* Thu Nov 14 2024 Steven Presti <spresti@redhat.com> - 0.23.0-1
|
||||||
- new version
|
- new version
|
||||||
|
|
||||||
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.22.1-3
|
||||||
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
|
* Wed Jul 31 2024 Steven Presti <spresti@redhat.com> - 0.22.1-2
|
||||||
|
- Rebuild for correct jira, resolves RHEL-52233
|
||||||
|
|
||||||
* Fri Jul 26 2024 Packit <hello@packit.dev> - 0.22.1-1
|
* Fri Jul 26 2024 Packit <hello@packit.dev> - 0.22.1-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
* Mon Feb 26 2024 Steven Presti <spresti@redhat.com> - 0.21.0-1
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.20.0-5
|
||||||
- New release
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
* Thu Jan 04 2024 Steven Presti <spresti@redhat.com> - 0.20.0-1
|
* Sun Feb 04 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 0.20.0-4
|
||||||
- New version
|
- Update Rust macro usage
|
||||||
|
|
||||||
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-2
|
||||||
|
- Refresh for latest Rust package template; update license tag for SPDX.
|
||||||
|
|
||||||
|
* Wed Dec 20 2023 Packit <hello@packit.dev> - 0.20.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Thu Dec 07 2023 Steven Presti <spresti@redhat.com> - 0.18.0-3
|
||||||
- Remove rdcore patch, and move its logic into %prep
|
- Remove rdcore patch, and move its logic into %prep
|
||||||
|
|
||||||
* Tue Nov 28 2023 Steven Presti <spresti@redhat.com> - 0.18.0-1
|
* Fri Dec 01 2023 Fabio Valentini <decathorpe@gmail.com> - 0.18.0-2
|
||||||
- New version
|
- Rebuild for openssl crate >= v0.10.60 (RUSTSEC-2023-0044, RUSTSEC-2023-0072)
|
||||||
|
|
||||||
* Mon Sep 11 2023 Antonio Murdaca <antoniomurdaca@gmail.com> - 0.17.0-4
|
* Fri Sep 8 2023 Nikita Dubrovskii <nikita@linux.ibm.com> - 0.18.0-1
|
||||||
- rebuilt to use rhel-target=exception
|
|
||||||
|
|
||||||
* Fri Sep 08 2023 Antonio Murdaca <antoniomurdaca@gmail.com> - 0.17.0-3
|
|
||||||
- rebuilt to hopefully fix up builds for 9.3
|
|
||||||
|
|
||||||
* Fri Sep 01 2023 Antonio Murdaca <antoniomurdaca@gmail.com> - 0.17.0-2
|
|
||||||
- Fix rhbz#2236826
|
|
||||||
|
|
||||||
* Tue Mar 14 2023 Benjamin Gilbert <bgilbert@redhat.com> - 0.17.0-1
|
|
||||||
- New release
|
- New release
|
||||||
|
|
||||||
* Wed Dec 07 2022 Irene Diez <idiez@redhat.com> - 0.16.1-2
|
* Mon Aug 14 2023 Aashish Radhakrishnan <aaradhak@redhat.com> - 0.17.0-5
|
||||||
- Add ignition support to coi-dracut
|
- Backport patch that adds F40 signing key
|
||||||
- Fix usb installation
|
|
||||||
|
|
||||||
* Wed Sep 21 2022 Steven Presti <spresti@redhat.com> - 0.16.1-1
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-4
|
||||||
- new version
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 03 2023 Fabio Valentini <decathorpe@gmail.com> - 0.17.0-3
|
||||||
|
- Rebuild for tokio, h2, and openssl crate security updates
|
||||||
|
|
||||||
|
* Tue Apr 11 2023 Irene Diez <idiez@redhat.com> - 0.17.0-2
|
||||||
|
- Update dracut/scripts: no need to mount the filesystem
|
||||||
|
https://github.com/coreos/coreos-installer-dracut/pull/30
|
||||||
|
|
||||||
|
* Fri Mar 10 2023 Benjamin Gilbert <bgilbert@redhat.com> - 0.17.0-1
|
||||||
|
- New release
|
||||||
|
|
||||||
|
* Tue Feb 21 2023 Paul Whalen <pwhalen@fedoraproject.org> - 0.16.1-6
|
||||||
|
- Enable coreos-installer-dracut in Fedora
|
||||||
|
|
||||||
|
* Fri Feb 17 2023 Jonathan Lebon <jonathan@jlebon.com> - 0.16.1-5
|
||||||
|
- Backport patch that adds F39 signing key
|
||||||
|
|
||||||
|
* Sat Feb 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.16.1-4
|
||||||
|
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros.
|
||||||
|
|
||||||
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Oct 14 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.16.1-2
|
||||||
|
- Build with mbrman 0.5.0
|
||||||
|
|
||||||
|
* Mon Sep 19 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.16.1-1
|
||||||
|
- New release
|
||||||
|
- Sync coreos-installer-dracut with CentOS Stream 9
|
||||||
|
|
||||||
|
* Thu Sep 15 2022 Steven Presti <spresti@redhat.com> - 0.16.0-1
|
||||||
|
- New release
|
||||||
- Add libzstd dependency
|
- Add libzstd dependency
|
||||||
|
|
||||||
* Thu Aug 18 2022 Antonio Murdaca <runcom@linux.com> - 0.15.0-2
|
* Mon Aug 22 2022 Dusty Mabe <dusty@dustymabe.com> - 0.15.0-5
|
||||||
- update coi-dracut to support LVM backed growfs service
|
- Backport patch that adds F38 signing key
|
||||||
|
|
||||||
* Tue Jul 12 2022 Michael Armijo <marmijo@redhat.com> - 0.15.0-1
|
* Tue Aug 02 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.15.0-4
|
||||||
|
- Fix build with rust-bytes 1.2.0
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jul 10 2022 Benjamin Gilbert <bgilbert@redhat.com> - 0.15.0-2
|
||||||
|
- Sync coreos-installer-dracut with CentOS Stream 9
|
||||||
|
- Fix build with rust-regex 1.6.0
|
||||||
|
|
||||||
|
* Fri Jun 17 2022 Michael Armijo <marmijo@redhat.com> - 0.15.0-1
|
||||||
- New release
|
- New release
|
||||||
- Sync with Fedora package
|
- Install non-binary files using Makefile install targets
|
||||||
- Install coreos-installer-dracut with "make install"
|
- Add man pages
|
||||||
|
|
||||||
* Thu Feb 24 2022 Antonio Murdaca <runcom@linux.com> - 0.11.0-4
|
* Wed Apr 27 2022 Jonathan Lebon <jonathan@jlebon.com> - 0.14.0-1
|
||||||
- update coi-dracut to fix growfs service Before
|
|
||||||
|
|
||||||
* Thu Feb 10 2022 Antonio Murdaca <runcom@linux.com> - 0.11.0-3
|
|
||||||
- update coi-dracut to support default poweroff behavior
|
|
||||||
|
|
||||||
* Wed Jan 26 2022 Antonio Murdaca <runcom@linux.com> - 0.11.0-2
|
|
||||||
- Bump coreos-installer-dracut to support encrypted rootfs
|
|
||||||
|
|
||||||
* Wed Dec 15 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.11.0-1
|
|
||||||
- New release
|
- New release
|
||||||
|
|
||||||
|
* Wed Mar 23 2022 Jonathan Lebon <jonathan@jlebon.com> - 0.13.1-3
|
||||||
|
- Backport "blockdev: rework EFI vendor dir checking"
|
||||||
|
https://github.com/coreos/coreos-installer/pull/802 for
|
||||||
|
https://github.com/coreos/fedora-coreos-tracker/issues/1116
|
||||||
|
|
||||||
|
* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.13.1-2
|
||||||
|
- Rebuild with package notes
|
||||||
|
|
||||||
|
* Sun Feb 13 2022 Jonathan Lebon <jonathan@jlebon.com> - 0.13.1-1
|
||||||
|
- New release
|
||||||
|
|
||||||
|
* Thu Feb 10 2022 Jonathan Lebon <jonathan@jlebon.com> - 0.12.0-4
|
||||||
|
- Backport "signing-keys: regular Fedora cycle rotation of keys"
|
||||||
|
https://github.com/coreos/coreos-installer/pull/770
|
||||||
|
|
||||||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Dec 20 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.12.0-2
|
||||||
|
- Unbundle serde_with and its dependencies
|
||||||
|
|
||||||
|
* Fri Dec 17 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.12.0-1
|
||||||
|
- New release
|
||||||
|
- Temporarily bundle serde_with and its dependencies
|
||||||
|
- Disable LTO to fix armv7hl builds
|
||||||
|
|
||||||
|
* Wed Dec 15 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.11.0-3
|
||||||
|
- Remove conditional around sourcing the vendor tarball
|
||||||
- Fix inadvertent inclusion of coreos-installer-dracut in -bootinfra on RHEL
|
- Fix inadvertent inclusion of coreos-installer-dracut in -bootinfra on RHEL
|
||||||
- Have -dracut own 51coreos-installer directory on RHEL
|
- Have -dracut own 51coreos-installer directory on RHEL
|
||||||
|
- Bump coreos-installer-dracut
|
||||||
|
|
||||||
* Tue Nov 30 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.10.1-6
|
* Mon Nov 29 2021 Jonathan Lebon <jonathan@jlebon.com> - 0.11.0-2
|
||||||
|
- Backport "miniso: handle hardlinked files"
|
||||||
|
https://github.com/coreos/coreos-installer/pull/694
|
||||||
|
|
||||||
|
* Thu Nov 18 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.11.0-1
|
||||||
|
- New release
|
||||||
|
|
||||||
|
* Thu Nov 04 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.10.1-3
|
||||||
- Vendor rust dependencies on RHEL only
|
- Vendor rust dependencies on RHEL only
|
||||||
- Add coreos-installer-dracut subpackage on RHEL only
|
- Add coreos-installer-dracut subpackage on RHEL only
|
||||||
|
|
||||||
* Fri Nov 26 2021 Antonio Murdaca <runcom@linux.com> - 0.10.1-5
|
* Tue Oct 12 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.10.1-2
|
||||||
- fix https://bugzilla.redhat.com/show_bug.cgi?id=2027255
|
- Rebuild for F33 bump
|
||||||
|
|
||||||
* Thu Nov 18 2021 Antonio Murdaca <runcom@linux.com> - 0.10.1-4
|
* Mon Oct 11 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.10.1-1
|
||||||
- fix dracut module dependencies
|
|
||||||
|
|
||||||
* Wed Nov 17 2021 Antonio Murdaca <runcom@linux.com> - 0.10.1-3
|
|
||||||
- fix dracut module installation target
|
|
||||||
|
|
||||||
* Tue Oct 26 2021 Antonio Murdaca <runcom@linux.com> - 0.10.1-2
|
|
||||||
- rebuilt
|
|
||||||
|
|
||||||
* Mon Oct 25 2021 Antonio Murdaca <runcom@linux.com> - 0.10.1-1
|
|
||||||
- New release
|
- New release
|
||||||
|
|
||||||
* Thu Sep 16 11:20:52 CET 2021 Antonio Murdaca <amurdaca@redhat.com> - 0.10.0-1
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.10.0-3
|
||||||
- New bumped release
|
- Rebuilt with OpenSSL 3.0.0
|
||||||
|
|
||||||
|
* Tue Aug 17 2021 Dusty Mabe <dusty@dustymabe.com> - 0.10.0-2
|
||||||
|
- Add F36 signing key
|
||||||
|
|
||||||
|
* Wed Aug 04 2021 Jonathan Lebon <jonathan@jlebon.com> - 0.10.0-1
|
||||||
|
- New release
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 13 2021 Jonathan Lebon <jonathan@jlebon.com> - 0.9.1-2
|
||||||
|
- Backport "install: restrict access permissions on /boot/ignition{,/config.ign}"
|
||||||
|
https://github.com/coreos/coreos-installer/pull/571
|
||||||
|
|
||||||
|
* Mon May 17 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.9.1-1
|
||||||
|
- New release
|
||||||
|
|
||||||
|
* Thu Apr 08 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.9.0-2
|
||||||
|
- Fix dracut library path
|
||||||
|
|
||||||
|
* Thu Apr 08 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.9.0-1
|
||||||
|
- New release
|
||||||
|
- Fix hardcoded library path
|
||||||
|
|
||||||
|
* Tue Mar 16 2021 Sohan Kunkerkar <skunkerk@redhat.com> - 0.8.0-1
|
||||||
|
- New release
|
||||||
|
|
||||||
|
* Mon Mar 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.2-5
|
||||||
|
- Backport trivial commit d94715c to allow building with nix 0.20.
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 04 2021 Benjamin Gilbert <bgilbert@redhat.com> - 0.7.2-3
|
||||||
|
- Add Requires for programs invoked by coreos-installer
|
||||||
|
|
||||||
* Mon Dec 28 13:28:50 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.2-2
|
* Mon Dec 28 13:28:50 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.2-2
|
||||||
- Rebuild
|
- Rebuild
|
3
sources
Normal file
3
sources
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SHA512 (coreos-installer-0.24.0.crate) = 4c18467daabb8bb66b1dd959dd0f392153648eaa7591df1e640b7aad5baac70dd269e4bd17f277463c55ca4e19d16b720b95a0ba0aa89920c0147c32f6b6e27b
|
||||||
|
SHA512 (coreos-installer-0.24.0-vendor.tar.gz) = edfc61e105e8fb68e66f3857f3f77037c5f34b9e1b3def5855fdf31fda03daefce78b802c42a96c3fdb9aee93918e8cc0f55a6b36c3056297a793ecacd53d344
|
||||||
|
SHA512 (coreos-installer-dracut-7181733.tar.gz) = a03e3e90f355690eda974335e2189c69837f7f0ceb456a449b2de6ce4b24ca098d3f0ea51ddcab35ab354a5070e4b0525188dfbbff8056cfc62bbcdded10647c
|
10
tests/tests.yml
Normal file
10
tests/tests.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
run: "coreos-installer --help"
|
||||||
|
|
12
tests/tmt/plans/main.fmf
Normal file
12
tests/tmt/plans/main.fmf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
prepare:
|
||||||
|
- name: Install coreos-installer package
|
||||||
|
how: install
|
||||||
|
package: coreos-installer
|
||||||
|
|
||||||
|
- name: Set COS_INSTALLER_BIN_DIR when installed package
|
||||||
|
how: shell
|
||||||
|
script: |
|
||||||
|
set -x -e -o pipefail
|
||||||
|
echo "COS_INSTALLER_BIN_DIR=/usr/bin" > /tmp/cos_installer_bin_dir
|
||||||
|
|
12
tests/tmt/plans/smoke.fmf
Normal file
12
tests/tmt/plans/smoke.fmf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
summary: Run gating tests
|
||||||
|
tag:
|
||||||
|
- smoke
|
||||||
|
discover:
|
||||||
|
- name: Internal gating tests
|
||||||
|
how: fmf
|
||||||
|
url: https://github.com/coreos/coreos-installer.git
|
||||||
|
filter: 'tag: smoke'
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user