import rust-coreos-installer-0.11.0-4.el9

This commit is contained in:
CentOS Sources 2022-04-05 06:18:41 -04:00 committed by Stepan Oksanichenko
parent af6803c1a8
commit ed4c3e7caa
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -5,14 +5,14 @@
# The library is for internal code reuse and is not a public API
%global __cargo_is_lib 0
%global dracutcommit ce0fe1ef3352827acc660a0c53156f68dc44bca7
%global dracutcommit 1a262bd9553ee0b3607b4d1982947a1fd6567c35
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
%global crate coreos-installer
Name: rust-%{crate}
Version: 0.11.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Installer for Fedora CoreOS and RHEL CoreOS
# Upstream license specification: Apache-2.0
@ -201,6 +201,9 @@ from the initramfs.
%endif
%changelog
* Thu Feb 24 2022 Antonio Murdaca <runcom@linux.com> - 0.11.0-4
- 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