Rebuild to fix out-of-order push

This commit is contained in:
Benjamin Gilbert 2022-01-30 19:17:51 -05:00
parent c72a8c291a
commit 7de09d0405

View File

@ -8,7 +8,7 @@
Name: rust-%{crate}
Version: 5.2.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Simple cloud provider agent
# Upstream license specification: Apache-2.0
@ -143,6 +143,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
%endif
%changelog
* 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.