bump: fix usb installation and add ignition support
Resolves: rhbz#2144801 Signed-off-by: Irene Diez <idiez@redhat.com>
This commit is contained in:
parent
ebf597acaf
commit
51993b0624
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/coreos-installer-dracut-38d9f61.tar.gz
|
||||
/coreos-installer-0.16.1.crate
|
||||
/coreos-installer-0.16.1-vendor.tar.gz
|
||||
/coreos-installer-dracut-5a456ad.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 38d9f618cd6817ec7c1f1797b273d6f1f46852cb
|
||||
%global dracutcommit 5a456ad690acffb43d49abed9f1940c915d68694
|
||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||
|
||||
%global crate coreos-installer
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.16.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -185,6 +185,10 @@ from the initramfs.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 07 2022 Irene Diez <idiez@redhat.com> - 0.16.1-2
|
||||
- Add ignition support to coi-dracut
|
||||
- Fix usb installation
|
||||
|
||||
* Wed Sep 21 2022 Steven Presti <spresti@redhat.com> - 0.16.1-1
|
||||
- new version
|
||||
- Add libzstd dependency
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (coreos-installer-0.16.1.crate) = d9bb2c348b2c4f9d021c31a69decf97cb6b98d3fe8ca4a0e0765708afd5a6e9bb61a5ccc49c6a116229830dd901536f235c9a010e539a239e964a91a475efd6d
|
||||
SHA512 (coreos-installer-0.16.1-vendor.tar.gz) = ab12bcc7a1d60f3c507feac1153f43b0a744e76e41c0068727dcd7371b74401b8085af943162ab1901adab780c3309d21417e1acef91469ec68ba35c88221d8d
|
||||
SHA512 (coreos-installer-dracut-38d9f61.tar.gz) = a86f19bedd006ca47a2e9a7832182756cfec9d0d4718a1d7d3c699776236cd3a6a5be67b27212456e0893d65ab09ecb976484f588b8e2d8208d0a39464794af1
|
||||
SHA512 (coreos-installer-dracut-5a456ad.tar.gz) = 341a4ed43d28fdc72c0e5442494e0339995b393ae4f86905d5516266c3a633eda168ded50fa57cba0133577ef6c4adfb8b39cf4a630b949f1dd62841f4d44fa6
|
||||
|
Loading…
Reference in New Issue
Block a user