From 9e6e0b3e337e418b795c9f74913ddce748b386ce Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Jul 02 2019 13:26:01 +0000 Subject: Allow building in armhfp Signed-off-by: Johnny Hughes --- diff --git a/SPECS/cargo-vendor.spec b/SPECS/cargo-vendor.spec index ec537c2..f7fc52c 100644 --- a/SPECS/cargo-vendor.spec +++ b/SPECS/cargo-vendor.spec @@ -1,7 +1,7 @@ # Only x86_64 and i686 are Tier 1 platforms at this time. # https://forge.rust-lang.org/platform-support.html #global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x -%global rust_arches x86_64 i686 aarch64 ppc64 ppc64le s390x +%global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x # libgit2-sys expects to use its bundled library, which is sometimes just a # snapshot of libgit2's master branch. This can mean the FFI declarations @@ -107,6 +107,9 @@ export LIBSSH2_SYS_USE_PKG_CONFIG=1 %changelog +* Mon Jun 03 2019 Pablo Greco - 0.1.22-1 +- Allow building in armhfp + * Thu Dec 13 2018 Josh Stone - 0.1.22-1 - Update to 0.1.22