From 1b28ceb1ac23485c0179839762d1dc05b8e21ae3 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 12 Jul 2021 08:23:27 +0000 Subject: [PATCH] Temporarily use bundled crates from vendor tarball --- rust-zincati.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-zincati.spec b/rust-zincati.spec index a21a888..048062f 100644 --- a/rust-zincati.spec +++ b/rust-zincati.spec @@ -4,7 +4,7 @@ # Whether to use vendor tarball. This should stay off in the steady state # when all versioned crate depedencies are packaged, but can be occasionally # enabled in order to decouple lifecycles. -%global with_bundled 0 +%global with_bundled 1 %global __cargo_skip_build 0 %global crate zincati @@ -375,6 +375,7 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/dbus-1/system.d \ * Mon Jul 12 2021 Luca BRUNO - 0.0.22-1 - New upstream version https://github.com/coreos/zincati/releases/tag/v0.0.22 +- Temporarily use bundled crates from vendor tarball * Thu Jul 01 2021 Luca BRUNO - 0.0.21-2 - Mark runtime/ephemeral file entries as 'ghost'