Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
@ -15,6 +15,7 @@ URL: https://crates.io/crates/stacker
Source: %{crates_source}
# Initial patched metadata
# * No windows
# * Downgrade psm to 0.1.6 until they release 0.1.8 with proper LICENSE files
Patch0: stacker-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -1,7 +1,11 @@
--- stacker-0.1.7/Cargo.toml 2020-03-29T11:56:17+00:00
+++ stacker-0.1.7/Cargo.toml 2020-03-30T06:09:53.175739+00:00
@@ -36,6 +36,3 @@
version = "0.1.7"
+++ stacker-0.1.7/Cargo.toml 2020-03-30T06:23:15.689085+00:00
@@ -33,9 +33,6 @@
version = "0.2.45"
[dependencies.psm]
-version = "0.1.7"
+version = "0.1.6"
[build-dependencies.cc]
version = "1.0"
-[target."cfg(windows)".dependencies.winapi]