From 6003cb5e8fa132fab0967e567c9b7de0c50b4578 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 10 Feb 2023 18:20:48 +0100 Subject: [PATCH] Stop using long-deprecated __global_rustflags_toml macro --- rust-zincati.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rust-zincati.spec b/rust-zincati.spec index 0600ed2..d78d599 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -11,7 +11,7 @@ Name: rust-%{crate} Version: 0.0.25 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Update agent for Fedora CoreOS # Upstream license specification: Apache-2.0 @@ -334,7 +334,6 @@ cat >.cargo/config << EOF [build] rustc = "%{__rustc}" rustdoc = "%{__rustdoc}" -rustflags = %{__global_rustflags_toml} [install] root = "%{buildroot}%{_prefix}" @@ -387,6 +386,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/dbus-1/system.d \ %endif %changelog +* Fri Feb 10 2023 Fabio Valentini - 0.0.25-4 +- Stop using long-deprecated __global_rustflags_toml macro. + * Sun Feb 05 2023 Fabio Valentini - 0.0.25-3 - Rebuild for fixed frame pointer compiler flags in Rust RPM macros.