bump coi-dracut to support LVM
Resolves: rhbz#2119588 Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
bdc8b4d299
commit
7ca3ffb0ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/coreos-installer-0.15.0.crate
|
||||
/coreos-installer-0.15.0-vendor.tar.gz
|
||||
/coreos-installer-dracut-89d5789.tar.gz
|
||||
/coreos-installer-dracut-38d9f61.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 89d5789ef30ee35c7d083f425c7a083459989dbd
|
||||
%global dracutcommit 38d9f618cd6817ec7c1f1797b273d6f1f46852cb
|
||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||
|
||||
%global crate coreos-installer
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.15.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -181,6 +181,9 @@ from the initramfs.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2022 Antonio Murdaca <runcom@linux.com> - 0.15.0-2
|
||||
- update coi-dracut to support LVM backed growfs service
|
||||
|
||||
* Tue Jul 12 2022 Michael Armijo <marmijo@redhat.com> - 0.15.0-1
|
||||
- New release
|
||||
- Sync with Fedora package
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (coreos-installer-0.15.0.crate) = b1ef91e5710eb10ff06b2fb0bc0f3f78c28796e863caebd89d3ffac35a6347dfb107a072403e2c9a0b129ee32d0f73c331fd3a19d0476f4dcbb8836a1ea1b70a
|
||||
SHA512 (coreos-installer-0.15.0-vendor.tar.gz) = c1fec1b196622cf1710b27d220aa748eb4322fb69f899f34037ae266883e7d63d6986f8d31bd3eaeeceeaa2a13f728f2e4e310697d6dc271e6ddc370d0c99160
|
||||
SHA512 (coreos-installer-dracut-89d5789.tar.gz) = deed6561a922382f781c14fe3ba3c322c7ad2c4e5cc353e54b443b9bf0a0f6a3ab4a32e42e600371b157963fb7fa0ff4f1c9418c74999225b972674b3b992cfb
|
||||
SHA512 (coreos-installer-dracut-38d9f61.tar.gz) = a86f19bedd006ca47a2e9a7832182756cfec9d0d4718a1d7d3c699776236cd3a6a5be67b27212456e0893d65ab09ecb976484f588b8e2d8208d0a39464794af1
|
||||
|
Loading…
Reference in New Issue
Block a user