Temporarily use bundled crates from vendor tarball

This commit is contained in:
Luca BRUNO 2021-07-12 08:23:27 +00:00
parent cc49c1812c
commit 1b28ceb1ac
1 changed files with 2 additions and 1 deletions

View File

@ -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 <lucab@lucabruno.net> - 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 <lucab@lucabruno.net> - 0.0.21-2
- Mark runtime/ephemeral file entries as 'ghost'