import CS rust-coreos-installer-0.17.0-4.el9
This commit is contained in:
parent
b13016ff7b
commit
19f907cb69
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
SOURCES/coreos-installer-0.16.1-vendor.tar.gz
|
SOURCES/coreos-installer-0.17.0-vendor.tar.gz
|
||||||
SOURCES/coreos-installer-0.16.1.crate
|
SOURCES/coreos-installer-0.17.0.crate
|
||||||
SOURCES/coreos-installer-dracut-5a456ad.tar.gz
|
SOURCES/coreos-installer-dracut-7181733.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
c5696c7f7e9da590855ec835e928f3f7e6303529 SOURCES/coreos-installer-0.16.1-vendor.tar.gz
|
cd154ac49206aba962ba815c65f4808e7103aa36 SOURCES/coreos-installer-0.17.0-vendor.tar.gz
|
||||||
51565a808a2349b49f5ef5f15be23d87313df146 SOURCES/coreos-installer-0.16.1.crate
|
86814b29f286cf83d323db78c6ed4b083a35414b SOURCES/coreos-installer-0.17.0.crate
|
||||||
6dd225c4d210b3a2e6ded364e243471934483e30 SOURCES/coreos-installer-dracut-5a456ad.tar.gz
|
81f96c32efa9e32730e1f3bda5a820d33229f006 SOURCES/coreos-installer-dracut-7181733.tar.gz
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
--- a/Cargo2.toml 2022-09-21 11:19:37.605292726 -0400
|
diff -ur a/Cargo.toml b/Cargo.toml
|
||||||
+++ b/Cargo.toml 2022-09-21 11:22:29.029020709 -0400
|
--- a/Cargo.toml 1969-12-31 19:00:01.000000000 -0500
|
||||||
@@ -194,6 +194,7 @@
|
+++ b/Cargo.toml 2023-03-14 07:57:14.025021766 -0400
|
||||||
|
@@ -195,6 +195,7 @@
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
docgen = ["clap_mangen"]
|
docgen = ["dep:clap_mangen"]
|
||||||
+default = ["rdcore"]
|
+default = ["rdcore"]
|
||||||
rdcore = []
|
rdcore = []
|
||||||
|
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
# The library is for internal code reuse and is not a public API
|
# The library is for internal code reuse and is not a public API
|
||||||
%global __cargo_is_lib 0
|
%global __cargo_is_lib 0
|
||||||
|
|
||||||
%global dracutcommit 5a456ad690acffb43d49abed9f1940c915d68694
|
%global dracutcommit 71817332483aad341ffc666ed69b7869a7a90652
|
||||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||||
|
|
||||||
%global crate coreos-installer
|
%global crate coreos-installer
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.16.1
|
Version: 0.17.0
|
||||||
Release: 2%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -185,6 +185,18 @@ from the initramfs.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 11 2023 Antonio Murdaca <antoniomurdaca@gmail.com> - 0.17.0-4
|
||||||
|
- 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
|
||||||
|
|
||||||
* Wed Dec 07 2022 Irene Diez <idiez@redhat.com> - 0.16.1-2
|
* Wed Dec 07 2022 Irene Diez <idiez@redhat.com> - 0.16.1-2
|
||||||
- Add ignition support to coi-dracut
|
- Add ignition support to coi-dracut
|
||||||
- Fix usb installation
|
- Fix usb installation
|
||||||
|
Loading…
Reference in New Issue
Block a user