bump coi-dracut: needs /etc/initrd-release
Resolves: rhbz#2027255 Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
454fbb48a3
commit
1335c6ea07
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@
|
||||
/coreos-installer-0.10.1-vendor.tar.gz
|
||||
/coreos-installer-dracut-afa3e35.tar.gz
|
||||
/coreos-installer-dracut-80d42a6.tar.gz
|
||||
/coreos-installer-dracut-597124f.tar.gz
|
||||
/coreos-installer-dracut-9332fe5.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 coidracutcommit 80d42a6b34c0942309331f2533d1af61582f4320
|
||||
%global coidracutcommit 9332fe55e1439abc88a4362248533437f7e767c3
|
||||
%global coidracutshortcommit %(c=%{coidracutcommit}; echo ${c:0:7})
|
||||
|
||||
%global crate coreos-installer
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.10.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -164,6 +164,9 @@ from the initramfs.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 26 2021 Antonio Murdaca <runcom@linux.com> - 0.10.1-5
|
||||
- fix https://bugzilla.redhat.com/show_bug.cgi?id=2027255
|
||||
|
||||
* Thu Nov 18 2021 Antonio Murdaca <runcom@linux.com> - 0.10.1-4
|
||||
- fix dracut module dependencies
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (coreos-installer-0.10.1.crate) = 33ca2d4d13ce6a0c42b4f2b8ef0206e8dd1a91b377363ce908f265540b40653be7e3d0baa0cd0b308877be656c3bfd40d1a368f94da2b619f71f5ba635af9076
|
||||
SHA512 (coreos-installer-0.10.1-vendor.tar.gz) = bcf6d2a2aeeef49b8beda43815ed2cbfca630902ec936e6b3caac128e11b2a4800cd82a8420a740842e8975466b393d81d14a26c9d444f6ca1f105ecc50a7afa
|
||||
SHA512 (coreos-installer-dracut-80d42a6.tar.gz) = 1be46eecc880de1c6b0eda1b14e1a299df15976c4b375ea6bc9d362de37260a327bb3f8e43a068214190dc2e998516f51aa8a755a2c7fe11a2cf09ecc5efaa4e
|
||||
SHA512 (coreos-installer-dracut-9332fe5.tar.gz) = 2cd481c4aacddcb51726a2d7e84879e7cb7623b5d984b1bd496362bfb3dc7ea6fb232864d696b7b72900d797674d14754222532167da545f445d8092ec2fe6ea
|
||||
|
Loading…
Reference in New Issue
Block a user