2020-05-23 09:28:22 +00:00
|
|
|
# Generated by rust2rpm 15
|
2019-04-28 09:21:38 +00:00
|
|
|
%bcond_without check
|
2019-06-21 14:57:38 +00:00
|
|
|
%global __cargo_skip_build 0
|
2019-04-28 09:21:38 +00:00
|
|
|
|
2019-06-22 09:07:06 +00:00
|
|
|
%global dracutmodulesdir %(pkg-config --variable=dracutmodulesdir dracut || echo '/usr/lib/dracut/modules.d')
|
|
|
|
|
2019-04-28 09:21:38 +00:00
|
|
|
%global crate afterburn
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
2020-07-24 22:10:40 +00:00
|
|
|
Version: 4.4.2
|
2020-05-23 09:28:22 +00:00
|
|
|
Release: 1%{?dist}
|
2019-04-28 09:21:38 +00:00
|
|
|
Summary: Simple cloud provider agent
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://crates.io/crates/afterburn
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
2019-06-21 14:57:38 +00:00
|
|
|
%global _description %{expand:
|
|
|
|
Simple cloud provider agent.}
|
2019-04-28 09:21:38 +00:00
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
2020-07-25 06:34:41 +00:00
|
|
|
# ASL 2.0
|
|
|
|
# ASL 2.0 or Boost
|
|
|
|
# BSD
|
|
|
|
# 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
|
2019-04-28 09:21:38 +00:00
|
|
|
%{?systemd_requires}
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
|
|
|
|
%files -n %{crate}
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/afterburn
|
|
|
|
%{_unitdir}/afterburn.service
|
|
|
|
%{_unitdir}/afterburn-checkin.service
|
|
|
|
%{_unitdir}/afterburn-firstboot-checkin.service
|
|
|
|
%{_unitdir}/afterburn-sshkeys@.service
|
|
|
|
|
|
|
|
%post -n %{crate}
|
|
|
|
%systemd_post afterburn.service
|
|
|
|
%systemd_post afterburn-checkin.service
|
|
|
|
%systemd_post afterburn-firstboot-checkin.service
|
|
|
|
%systemd_post afterburn-sshkeys@.service
|
|
|
|
|
|
|
|
%preun -n %{crate}
|
|
|
|
%systemd_preun afterburn.service
|
|
|
|
%systemd_preun afterburn-checkin.service
|
|
|
|
%systemd_preun afterburn-firstboot-checkin.service
|
|
|
|
%systemd_preun afterburn-sshkeys@.service
|
|
|
|
|
|
|
|
%postun -n %{crate}
|
|
|
|
%systemd_postun afterburn.service
|
|
|
|
%systemd_postun afterburn-checkin.service
|
|
|
|
%systemd_postun afterburn-firstboot-checkin.service
|
|
|
|
%systemd_postun afterburn-sshkeys@.service
|
|
|
|
|
2019-06-22 09:59:18 +00:00
|
|
|
%package -n %{crate}-dracut
|
2019-06-22 09:07:06 +00:00
|
|
|
Summary: Dracut modules for afterburn
|
|
|
|
BuildRequires: pkgconfig(dracut)
|
2019-06-22 09:59:18 +00:00
|
|
|
Requires: %{crate}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2019-06-22 09:07:06 +00:00
|
|
|
Requires: dracut
|
|
|
|
Requires: dracut-network
|
|
|
|
|
2019-06-22 09:59:18 +00:00
|
|
|
%description -n %{crate}-dracut
|
2019-06-22 09:07:06 +00:00
|
|
|
Dracut module that enables afterburn and corresponding services
|
|
|
|
to run in the initramfs on boot.
|
|
|
|
|
2019-06-22 09:59:18 +00:00
|
|
|
%files -n %{crate}-dracut
|
2019-06-22 09:18:05 +00:00
|
|
|
%{dracutmodulesdir}/30afterburn/
|
2019-06-22 09:07:06 +00:00
|
|
|
|
2019-04-28 09:21:38 +00:00
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
# afterburn-sshkeys@.service is by default enabled for the 'core' user in
|
|
|
|
# Fedora CoreOS.
|
|
|
|
# Based on https://github.com/coreos/afterburn/blob/master/Makefile.
|
|
|
|
sed -e 's,@DEFAULT_INSTANCE@,core,' < \
|
|
|
|
systemd/afterburn-sshkeys@.service.in > \
|
|
|
|
systemd/afterburn-sshkeys@.service
|
|
|
|
%cargo_prep
|
|
|
|
|
2019-06-21 14:57:38 +00:00
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
2019-04-28 09:21:38 +00:00
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cargo_install
|
2019-06-22 09:07:06 +00:00
|
|
|
install -Dpm0644 -t %{buildroot}%{_unitdir} \
|
2019-04-28 09:21:38 +00:00
|
|
|
systemd/*.service
|
2019-06-22 09:18:05 +00:00
|
|
|
mkdir -p %{buildroot}%{dracutmodulesdir}
|
|
|
|
cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
2019-04-28 09:21:38 +00:00
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%cargo_test
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
2020-07-24 22:10:40 +00:00
|
|
|
* Fri Jul 24 2020 Dusty Mabe <dusty@dustymabe.com> - 4.4.2-1
|
|
|
|
- Update to 4.4.2
|
|
|
|
|
2020-05-23 09:28:22 +00:00
|
|
|
* Sat May 23 11:27:14 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.4.0-1
|
|
|
|
- Update to 4.4.0
|
|
|
|
|
2020-05-22 09:31:32 +00:00
|
|
|
* Fri May 22 11:30:58 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-4
|
|
|
|
- Update users to 0.10
|
|
|
|
|
2020-05-18 10:55:05 +00:00
|
|
|
* Mon May 18 12:54:25 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-3
|
|
|
|
- Update mockito to 0.25
|
|
|
|
|
2020-05-17 11:38:54 +00:00
|
|
|
* Sun May 17 13:37:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.3-2
|
|
|
|
- Update few dependencies
|
|
|
|
|
2020-05-01 18:43:26 +00:00
|
|
|
* Fri May 01 2020 Robert Fairley <rfairley@redhat.com> - 4.3.3-1
|
|
|
|
- Update to 4.3.3
|
|
|
|
|
2020-02-28 20:24:06 +00:00
|
|
|
* Fri Feb 28 21:23:17 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.2-1
|
|
|
|
- Update to 4.3.2
|
|
|
|
|
2020-02-21 20:05:30 +00:00
|
|
|
* Fri Feb 21 2020 Josh Stone <jistone@redhat.com> - 4.3.1-3
|
|
|
|
- Bump nix to 0.17 and mockito 0.23
|
|
|
|
|
2020-02-11 14:25:40 +00:00
|
|
|
* Tue Feb 11 15:24:47 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.3.1-2
|
|
|
|
- Update deps
|
|
|
|
|
2020-02-07 20:15:37 +00:00
|
|
|
* Fri Feb 07 2020 Robert Fairley <rfairley@redhat.com> - 4.3.1-1
|
|
|
|
- Update to 4.3.1
|
|
|
|
|
2020-01-30 19:49:56 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-09 19:26:13 +00:00
|
|
|
* Thu Jan 09 2020 Josh Stone <jistone@redhat.com> - 4.2.0-2
|
|
|
|
- Bump to nix 0.16, mockito 0.22
|
|
|
|
|
2019-10-15 09:06:49 +00:00
|
|
|
* Tue Oct 15 2019 Robert Fairley <rfairley@redhat.com> - 4.2.0-1
|
|
|
|
- Update to 4.2.0
|
|
|
|
|
2019-09-21 11:12:56 +00:00
|
|
|
* Sat Sep 21 13:11:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.3-1
|
|
|
|
- Update to 4.1.3
|
|
|
|
|
2019-07-26 20:31:12 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-23 21:14:54 +00:00
|
|
|
* Tue Jul 23 2019 Robert Fairley <rfairley@redhat.com> - 4.1.2-1
|
|
|
|
- Update to 4.1.2
|
|
|
|
|
2019-06-22 09:59:18 +00:00
|
|
|
* Sat Jun 22 11:59:02 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.1-3
|
|
|
|
- Rename dracut subpackage
|
|
|
|
|
2019-06-22 09:07:06 +00:00
|
|
|
* Sat Jun 22 11:06:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.1-2
|
|
|
|
- Add dracut modules
|
|
|
|
|
2019-06-21 14:57:38 +00:00
|
|
|
* Fri Jun 21 2019 Robert Fairley <rfairley@redhat.com> - 4.1.1-1
|
|
|
|
- Update to 4.1.1
|
|
|
|
- Regenerate specfile using rust2rpm 10 with DynamicBuildRequires
|
|
|
|
|
2019-06-05 00:21:05 +00:00
|
|
|
* Wed Jun 05 2019 Josh Stone <jistone@redhat.com> - 4.1.0-3
|
|
|
|
- Bump nix to 0.14
|
|
|
|
|
2019-05-22 15:20:09 +00:00
|
|
|
* Wed May 22 17:17:00 CEST 2019 Robert Fairley <rfairley@redhat.com> - 4.1.0-2
|
|
|
|
- Add afterburn-sshkeys@.service patches to enable the unit on supported platfoms only
|
|
|
|
|
2019-04-28 09:21:38 +00:00
|
|
|
* Sat Apr 27 09:55:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.0-1
|
|
|
|
- Initial package
|