|
|
|
@ -1,27 +1,22 @@
|
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global __cargo_skip_build 0
|
|
|
|
|
|
|
|
|
|
%global dracutmodulesdir %(pkg-config --variable=dracutmodulesdir dracut || echo '/usr/lib/dracut/modules.d')
|
|
|
|
|
|
|
|
|
|
%global crate afterburn
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 5.6.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple cloud provider agent (RHEL CoreOS only)
|
|
|
|
|
Name: rust-afterburn
|
|
|
|
|
Version: 5.5.1
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Simple cloud provider agent
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/afterburn
|
|
|
|
|
Source0: %{crates_source}
|
|
|
|
|
# not used on Fedora
|
|
|
|
|
Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz
|
|
|
|
|
# Re-add support for "ec2" and "gce" providers, since RHCOS nodes installed
|
|
|
|
|
# from OCP 4.1 and 4.2 bootimages still call them by those names
|
|
|
|
|
Patch0: legacy-providers.patch
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
%if 0%{?rhel} && !0%{?eln}
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
BuildRequires: rust-toolset
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
# This is needed because the cc crate, which is
|
|
|
|
@ -29,38 +24,49 @@ BuildRequires: openssl-devel
|
|
|
|
|
# does not work without it.
|
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: rust-packaging >= 23
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
This software is currently only supported on RHEL CoreOS.
|
|
|
|
|
|
|
|
|
|
Afterburn is a one-shot agent for cloud-like platforms which interacts with
|
|
|
|
|
provider-specific metadata endpoints. It is typically used in conjunction
|
|
|
|
|
with Ignition.
|
|
|
|
|
}
|
|
|
|
|
A simple cloud provider agent.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
%package -n %{crate}
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
# ASL 2.0
|
|
|
|
|
# ASL 2.0 or Boost
|
|
|
|
|
# BSD
|
|
|
|
|
|
|
|
|
|
# (Apache-2.0 OR MIT) AND BSD-3-Clause
|
|
|
|
|
# 0BSD
|
|
|
|
|
# Apache-2.0
|
|
|
|
|
# Apache-2.0 OR BSL-1.0
|
|
|
|
|
# Apache-2.0 OR MIT
|
|
|
|
|
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
|
|
|
|
# BSD-3-Clause
|
|
|
|
|
# MIT
|
|
|
|
|
# MIT or ASL 2.0
|
|
|
|
|
# MPLv2.0 or MIT or ASL 2.0
|
|
|
|
|
# Unlicense or MIT
|
|
|
|
|
# zlib
|
|
|
|
|
License: ASL 2.0 and MIT and BSD and zlib
|
|
|
|
|
# MIT OR Apache-2.0
|
|
|
|
|
# MIT OR Apache-2.0 OR Zlib
|
|
|
|
|
# MPL-2.0 OR MIT OR Apache-2.0
|
|
|
|
|
# Unlicense OR MIT
|
|
|
|
|
# Zlib
|
|
|
|
|
# Zlib OR Apache-2.0 OR MIT
|
|
|
|
|
License: Apache-2.0 AND 0BSD AND BSD-3-Clause AND MIT AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MPL-2.0 OR MIT OR Apache-2.0) AND (Unlicense OR MIT) AND Zlib
|
|
|
|
|
# LICENSE.dependencies contains a full license breakdown
|
|
|
|
|
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
|
|
|
|
|
|
%files -n %{crate}
|
|
|
|
|
%license COPYRIGHT
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%license NOTICE
|
|
|
|
|
%license LICENSE.dependencies
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%license cargo-vendor.txt
|
|
|
|
|
%endif
|
|
|
|
|
%doc README.md
|
|
|
|
|
%doc code-of-conduct.md
|
|
|
|
|
%{_bindir}/afterburn
|
|
|
|
|
%{_unitdir}/afterburn.service
|
|
|
|
|
%{_unitdir}/afterburn-checkin.service
|
|
|
|
@ -101,9 +107,8 @@ to run in the initramfs on boot.
|
|
|
|
|
%{dracutmodulesdir}/30afterburn/
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%if 0%{?rhel} && !0%{?eln}
|
|
|
|
|
tar xvf %{SOURCE1}
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1 %{?rhel:-a1}
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%cargo_prep -v vendor
|
|
|
|
|
%else
|
|
|
|
|
%cargo_prep
|
|
|
|
@ -115,16 +120,21 @@ sed -e 's,@DEFAULT_INSTANCE@,core,' < \
|
|
|
|
|
systemd/afterburn-sshkeys@.service.in > \
|
|
|
|
|
systemd/afterburn-sshkeys@.service
|
|
|
|
|
|
|
|
|
|
%if !0%{?rhel} || 0%{?eln}
|
|
|
|
|
%if !0%{?rhel}
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cargo_build
|
|
|
|
|
%{?cargo_license_summary}
|
|
|
|
|
%{?cargo_license} > LICENSE.dependencies
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%cargo_vendor_manifest
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%if 0%{?rhel} && !0%{?eln}
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%make_install INSTALL="install -p -c"
|
|
|
|
|
%else
|
|
|
|
|
%cargo_install
|
|
|
|
@ -140,32 +150,69 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 25 2024 Steven Presti <spresti@redhat.com> - 5.6.0-1
|
|
|
|
|
- New release
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.5.1-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Feb 1 2024 Michael Nguyen <mnguyen@redhat.com> - 5.5.1-2
|
|
|
|
|
- Add gcp-hostname.patch
|
|
|
|
|
* Fri Feb 02 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 5.5.1-3
|
|
|
|
|
- Update Rust macro usage
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2024 Michael Nguyen <mnguyen@redhat.com> - 5.5.1-1
|
|
|
|
|
- New release
|
|
|
|
|
- Update legacy-providers patch to work with new release source
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 08 2023 Steven Presti <spresti@redhat.com> - 5.4.3-1
|
|
|
|
|
- New release
|
|
|
|
|
* Tue Jan 16 2024 Michael Nguyen <mnguyen@redhat.com> 5.5.1-1
|
|
|
|
|
- Update to 5.5.1
|
|
|
|
|
|
|
|
|
|
* Mon Feb 06 2023 Benjamin Gilbert <bgilbert@redhat.com> - 5.4.1-1
|
|
|
|
|
- New release
|
|
|
|
|
- Re-add support for "ec2" and "gce" providers (removed in 5.0.0)
|
|
|
|
|
* Tue Jan 09 2024 Michael Nguyen <mnguyen@redhat.com> 5.5.0-1
|
|
|
|
|
- Update to 5.5.0
|
|
|
|
|
|
|
|
|
|
* Mon Jan 9 2023 Steven Presti <spresti@redhat.com> - 5.3.0-2
|
|
|
|
|
- Update description and summary to indicate this package is
|
|
|
|
|
only supported on RHEL CoreOS.
|
|
|
|
|
* Fri Dec 01 2023 Fabio Valentini <decathorpe@gmail.com> - 5.4.3-2
|
|
|
|
|
- Rebuild for openssl crate >= v0.10.60 (RUSTSEC-2023-0044, RUSTSEC-2023-0072)
|
|
|
|
|
|
|
|
|
|
* Mon May 2 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 5.3.0-1
|
|
|
|
|
* Wed Oct 04 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 5.4.3-1
|
|
|
|
|
- Update to 5.4.3
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 22 2023 Steven Presti <spresti@redhat.com> - 5.4.2-1
|
|
|
|
|
- Update to 5.4.2
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2023 Fabio Valentini <decathorpe@gmail.com> - 5.4.0-4
|
|
|
|
|
- Refresh for latest Rust package template; update license tag for SPDX
|
|
|
|
|
|
|
|
|
|
* Wed May 03 2023 Fabio Valentini <decathorpe@gmail.com> - 5.4.0-3
|
|
|
|
|
- Rebuild for tokio, h2, and openssl crate security updates
|
|
|
|
|
|
|
|
|
|
* Mon Mar 20 2023 Benjamin Gilbert <bgilbert@redhat.com> - 5.4.0-2
|
|
|
|
|
- Update for Mockito 1.0 API
|
|
|
|
|
|
|
|
|
|
* Fri Feb 03 2023 Benjamin Gilbert <bgilbert@redhat.com> - 5.4.0-1
|
|
|
|
|
- Update to 5.4.0
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 5.3.0-2
|
|
|
|
|
- Backport patch to expose instance availability-zone-id
|
|
|
|
|
https://github.com/coreos/afterburn/pull/748
|
|
|
|
|
|
|
|
|
|
* Fri Apr 29 2022 Sohan Kunkerkar <skunkerk@redhat.com> - 5.3.0-1
|
|
|
|
|
- Update to 5.3.0
|
|
|
|
|
|
|
|
|
|
* Wed Mar 09 2022 Timothée Ravier <tim@siosm.fr> - 5.2.0-2
|
|
|
|
|
- Remove Windows binaries from vendor tarball
|
|
|
|
|
* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.2.0-5
|
|
|
|
|
- Rebuild with package notes
|
|
|
|
|
|
|
|
|
|
* Mon Jan 31 2022 Benjamin Gilbert <bgilbert@redhat.com> - 5.2.0-4
|
|
|
|
|
- Rebuild to fix out-of-order push
|
|
|
|
|
|
|
|
|
|
* Tue Jan 25 2022 Fabio Valentini <decathorpe@gmail.com> - 5.2.0-3
|
|
|
|
|
- Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006.
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2022 Benjamin Gilbert <bgilbert@redhat.com> - 5.2.0-1
|
|
|
|
|
- Update to 5.2.0
|