Stop using long-deprecated __global_rustflags_toml macro

This commit is contained in:
Fabio Valentini 2023-02-10 18:20:48 +01:00
parent f2fb906c8e
commit f459136fe1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
1 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@
Name: rust-%{crate}
Version: 0.0.25
Release: 1%{?dist}
Release: 2%{?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 <decathorpe@gmail.com> - 0.0.25-2
- Stop using long-deprecated __global_rustflags_toml macro.
* Tue Sep 27 2022 Luca BRUNO <lucab@lucabruno.net> - 0.0.25-1
- New upstream version
https://github.com/coreos/zincati/releases/tag/v0.0.25