update coi-dracut to fix growfs service Before
Resolves: rhbz#2058053 Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
34d9e4db7e
commit
3947c14b67
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,3 +23,5 @@
|
||||
/coreos-installer-dracut-33f4e13.tar.gz
|
||||
/coreos-installer-dracut-43d5fe4.tar.gz
|
||||
/coreos-installer-dracut-ce0fe1e.tar.gz
|
||||
/coreos-installer-dracut-527b9ca.tar.gz
|
||||
/coreos-installer-dracut-1a262bd.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
2
sources
2
sources
@ -2,3 +2,5 @@ SHA512 (coreos-installer-0.11.0.crate) = a07d65b05ee25717dddccccb6c56367d1798f2e
|
||||
SHA512 (coreos-installer-0.11.0-vendor.tar.gz) = e813994338d0212e4cddafc969f99f285c441353756bc3f214943513a7999177300539aa98209a3bfdc54e29e2d60775ab492da7c066f2072e7674c08478c22f
|
||||
SHA512 (coreos-installer-dracut-43d5fe4.tar.gz) = bc0bc6894429979eac865da370ad469989426ac6415757b6bd26d86ddcd6c20112d95bf3636741142d5171bbeacef49892378af9acb1bb29cbe8bbac6f044f8e
|
||||
SHA512 (coreos-installer-dracut-ce0fe1e.tar.gz) = 3aa974276207d6eb5b7139a449e77d43ea39dd759be2d92ae29d3607537b0d8cb03c9dd62578f5389115c5a27d3c96117013a43b371d27a28e290bb929d8874e
|
||||
SHA512 (coreos-installer-dracut-527b9ca.tar.gz) = e740907703cb042f145183fd93da1c6b7951e37304517af2f86269a00871d8eafac8cf2c7b3538fe5221a3d28529b2f9d4ce70acfe1251ddf24dbc3e8d35fe59
|
||||
SHA512 (coreos-installer-dracut-1a262bd.tar.gz) = 9dfd7e6e7e029f54621d8b1756e1491d77d118f6312fc7d99642963f0040b848ec85d3d1c7fec52499e5c7c1608e5a4769c133a9a277ed294ef512287c08a5ad
|
||||
|
Loading…
Reference in New Issue
Block a user