From 24b15f16870fbc56e8bc9154a8e93a013b2a3fa9 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 8 Sep 2023 10:55:52 +0200 Subject: [PATCH] bump to try and fix builds Resolves: rhbz#2232406 Signed-off-by: Antonio Murdaca --- rust-coreos-installer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-coreos-installer.spec b/rust-coreos-installer.spec index e162201..49d6a39 100644 --- a/rust-coreos-installer.spec +++ b/rust-coreos-installer.spec @@ -12,7 +12,7 @@ Name: rust-%{crate} Version: 0.17.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Installer for Fedora CoreOS and RHEL CoreOS # Upstream license specification: Apache-2.0 @@ -185,6 +185,9 @@ from the initramfs. %endif %changelog +* Fri Sep 08 2023 Antonio Murdaca - 0.17.0-3 +- rebuilt to hopefully fix up builds for 9.3 + * Fri Sep 01 2023 Antonio Murdaca - 0.17.0-2 - Fix rhbz#2236826