Patch to use liboverdrop 0.0.2

Signed-off-by: Robert Fairley <rfairley@redhat.com>
This commit is contained in:
Robert Fairley 2019-06-26 18:02:23 -04:00
parent bf0850536f
commit d6e399e525
2 changed files with 17 additions and 1 deletions

View File

@ -6,13 +6,15 @@
Name: rust-%{crate}
Version: 0.0.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Update agent for Fedora CoreOS
# Upstream license specification: Apache-2.0
License: ASL 2.0
URL: https://crates.io/crates/zincati
Source: %{crates_source}
# Initial patched metadata
Patch0: zincati-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -87,6 +89,9 @@ install -Dpm0644 -t %{buildroot}%{_tmpfilesdir} \
%endif
%changelog
* Wed Jun 26 2019 Robert Fairley <rfairley@redhat.com> - 0.0.2-3
- Patch to use liboverdrop-0.0.2
* Wed Jun 26 2019 Robert Fairley <rfairley@redhat.com> - 0.0.2-2
- Fix specfile log, and macro in comment

11
zincati-fix-metadata.diff Normal file
View File

@ -0,0 +1,11 @@
--- zincati-0.0.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zincati-0.0.2/Cargo.toml 2019-06-26T21:47:47.218388+00:00
@@ -57,7 +57,7 @@
version = "^1.3.0"
[dependencies.liboverdrop]
-version = "^0.0.1"
+version = "^0.0.2"
[dependencies.libsystemd]
version = "^0.1.0"