Update coreos-installer-dracut
Updates dracut/scripts: no need to mount the filesystem https://github.com/coreos/coreos-installer-dracut/pull/30 Signed-off-by: Irene Diez <idiez@redhat.com>
This commit is contained in:
parent
3fd1ac6274
commit
c119416a02
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/coreos-installer-dracut-38d9f61.tar.gz
|
||||
/coreos-installer-0.17.0.crate
|
||||
/coreos-installer-0.17.0-vendor.tar.gz
|
||||
/coreos-installer-dracut-a4be31d.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 a4be31dde8cfb3e5d579c3c5cef9205a704d03b5
|
||||
%global dracutshortcommit %(c=%{dracutcommit}; echo ${c:0:7})
|
||||
|
||||
%global crate coreos-installer
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.17.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -180,6 +180,10 @@ from the initramfs in IoT/Edge and is supported by the community.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2023 Irene Diez <idiez@redhat.com> - 0.17.0-2
|
||||
- Update dracut/scripts: no need to mount the filesystem
|
||||
https://github.com/coreos/coreos-installer-dracut/pull/30
|
||||
|
||||
* Fri Mar 10 2023 Benjamin Gilbert <bgilbert@redhat.com> - 0.17.0-1
|
||||
- New release
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (coreos-installer-0.17.0.crate) = 78deef9b7ebf1277255e2f17a868ba0dd09f40152aeb3380cdc1387c0daa93715a0f9089f27d2a3b70464fe14e2e4764f6da222ff7bfbdfed880b0e3794d92db
|
||||
SHA512 (coreos-installer-0.17.0-vendor.tar.gz) = 66af1322276cba44b974c536b3277b1e69893bd53f87f97a79fe9a8746fdd5d9230e88434d1c8f9c333e146deadd5e8122d9732fbba2f82aabbacf154d7ea68f
|
||||
SHA512 (coreos-installer-dracut-38d9f61.tar.gz) = a86f19bedd006ca47a2e9a7832182756cfec9d0d4718a1d7d3c699776236cd3a6a5be67b27212456e0893d65ab09ecb976484f588b8e2d8208d0a39464794af1
|
||||
SHA512 (coreos-installer-dracut-a4be31d.tar.gz) = 4466599020cba8119750e5793f69c9e0c5cddb79edd771d2ef1e4f5dc4956fb9a4389b25c31d2e85ee165682d402922195e1dd642986df29ebeadb17f36239eb
|
||||
|
Loading…
Reference in New Issue
Block a user