From df9a81ed41d090ca146ba0933a3ce16669542501 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sat, 26 Feb 2022 04:20:38 +0000 Subject: [PATCH] import coreos-installer-0.11.0-3.el8 --- .coreos-installer.metadata | 2 +- .gitignore | 2 +- SPECS/coreos-installer.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.coreos-installer.metadata b/.coreos-installer.metadata index f0cf35b..bbb06fd 100644 --- a/.coreos-installer.metadata +++ b/.coreos-installer.metadata @@ -1,3 +1,3 @@ 2a876f160edceed577652d36f61c32b27e2bd734 SOURCES/coreos-installer-0.11.0-vendor.tar.gz 4ab40027b2ec1716b95a47090f750d7760c5bd90 SOURCES/coreos-installer-0.11.0.crate -285c221d28b23a7a2ca16009c36e92ffb71d3026 SOURCES/coreos-installer-dracut-ce0fe1e.tar.gz +01dc4e66374b6239963bfcf6d80724b0cddd7b75 SOURCES/coreos-installer-dracut-1a262bd.tar.gz diff --git a/.gitignore b/.gitignore index c118aa7..5f43e53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/coreos-installer-0.11.0-vendor.tar.gz SOURCES/coreos-installer-0.11.0.crate -SOURCES/coreos-installer-dracut-ce0fe1e.tar.gz +SOURCES/coreos-installer-dracut-1a262bd.tar.gz diff --git a/SPECS/coreos-installer.spec b/SPECS/coreos-installer.spec index ef621d5..1ec8969 100644 --- a/SPECS/coreos-installer.spec +++ b/SPECS/coreos-installer.spec @@ -5,14 +5,14 @@ # The library is for internal code reuse and is not a public API %global __cargo_is_lib 0 -%global coidracutcommit ce0fe1ef3352827acc660a0c53156f68dc44bca7 +%global coidracutcommit 1a262bd9553ee0b3607b4d1982947a1fd6567c35 %global coidracutshortcommit %(c=%{coidracutcommit}; echo ${c:0:7}) %global crate coreos-installer Name: %{crate} Version: 0.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Installer for Fedora CoreOS and RHEL CoreOS # Upstream license specification: Apache-2.0 @@ -142,6 +142,9 @@ from the initramfs. %endif %changelog +* Thu Feb 24 2022 Antonio Murdaca - 0.11.0-3 +- update coi-dracut to fix growfs service Before + * Thu Feb 10 2022 Antonio Murdaca - 0.11.0-2 - update coi-dracut to support default poweroff behavior