From 7de09d04056bcbbd407a4bbf5279a8d1bdc4f00b Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 30 Jan 2022 19:17:51 -0500 Subject: [PATCH] Rebuild to fix out-of-order push --- rust-afterburn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-afterburn.spec b/rust-afterburn.spec index 58f8d7f..63713f6 100644 --- a/rust-afterburn.spec +++ b/rust-afterburn.spec @@ -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 - 5.2.0-4 +- Rebuild to fix out-of-order push + * Tue Jan 25 2022 Fabio Valentini - 5.2.0-3 - Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006.