diff --git a/rust-zincati.spec b/rust-zincati.spec index 7c5f317..7140d81 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -11,7 +11,7 @@ Name: rust-%{crate} Version: 0.0.24 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Update agent for Fedora CoreOS # Upstream license specification: Apache-2.0 @@ -321,7 +321,6 @@ cat >.cargo/config << EOF [build] rustc = "%{__rustc}" rustdoc = "%{__rustdoc}" -rustflags = %{__global_rustflags_toml} [install] root = "%{buildroot}%{_prefix}" @@ -374,6 +373,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/dbus-1/system.d \ %endif %changelog +* Fri Feb 10 2023 Fabio Valentini - 0.0.24-5 +- Stop using long-deprecated __global_rustflags_toml macro. + * Tue Sep 20 2022 Luca BRUNO - 0.0.24-4 - Add explicit service unit ordering, after multi-user.target Backports: https://github.com/coreos/zincati/pull/831