0.6.0
This commit is contained in:
parent
912b296f59
commit
8495b29651
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/coreos-installer-0.3.0.crate
|
||||
/coreos-installer-0.4.0.crate
|
||||
/coreos-installer-0.5.0.crate
|
||||
/coreos-installer-0.6.0.crate
|
||||
|
@ -7,8 +7,8 @@
|
||||
%global crate coreos-installer
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Installer for Fedora CoreOS and RHEL CoreOS
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -75,6 +75,7 @@ install -D -m 0644 -t %{buildroot}%{_unitdir} systemd/coreos-installer-reboot.se
|
||||
install -D -m 0644 -t %{buildroot}%{_unitdir} systemd/coreos-installer-noreboot.service
|
||||
install -D -m 0644 -t %{buildroot}%{_unitdir} systemd/coreos-installer-pre.target
|
||||
install -D -m 0644 -t %{buildroot}%{_unitdir} systemd/coreos-installer.target
|
||||
install -D -m 0644 -t %{buildroot}%{_unitdir} systemd/coreos-installer-post.target
|
||||
install -D -m 0755 -t %{buildroot}%{_systemdgeneratordir} systemd/coreos-installer-generator
|
||||
mv %{buildroot}%{_bindir}/rdcore %{buildroot}%{_prefix}/lib/dracut/modules.d/50rdcore/
|
||||
|
||||
@ -109,6 +110,9 @@ RHEL CoreOS. It is not needed on other platforms.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 25 2020 Benjamin Gilbert <bgilbert@redhat.com> - 0.6.0-1
|
||||
- New release
|
||||
|
||||
* Sun Aug 16 15:01:11 GMT 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.0-2
|
||||
- Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (coreos-installer-0.5.0.crate) = 6118b57a61bf3f64320747ff4ab6e0fa1f0d67a7b85aea27553e431ad00bd6627ecc7f213ce748d8aacf02ca664ff8f2fea4d9be561c2a2c92386774a23bafe2
|
||||
SHA512 (coreos-installer-0.6.0.crate) = df234675c8c5b974d281210b946b414ac71742d18cf3e6107695194fc67bade72c1a4c6a6a5df414a1d75ab7e0b8d6519757376bdcbef04c880b2c05cc1279c4
|
||||
|
Loading…
Reference in New Issue
Block a user