Do not ship random binaries

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent e1608a0fac
commit ed537cd923
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -13,6 +13,9 @@ Summary: Parser for implementing terminal emulators
License: ASL 2.0 or MIT
URL: https://crates.io/crates/vte
Source: %{crates_source}
# Initial patched metadata
# * Do not ship some random binaries
Patch0: vte-fix-metadata.diff
ExclusiveArch: %{rust_arches}

@ -0,0 +1,9 @@
--- vte-0.3.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ vte-0.3.3/Cargo.toml 2019-04-24T06:27:48.320365+00:00
@@ -20,5 +20,6 @@
keywords = ["ansi", "vte", "parser", "terminal"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/jwilm/vte"
+exclude = ["/vim10m_*"]
[dependencies.utf8parse]
version = "0.1"
Loading…
Cancel
Save