From ba707b641c12983ed63bb5b94702fb58225068b66d8cf4cfabc5e03b9db72f84 Mon Sep 17 00:00:00 2001 From: William Brown Date: Fri, 26 Nov 2021 20:37:49 +0000 Subject: [PATCH] Accepting request 934047 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Enable build also on armv6 OBS-URL: https://build.opensuse.org/request/show/934047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=6 --- sccache.changes | 5 +++++ sccache.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sccache.changes b/sccache.changes index 7b48cb4..bc4326a 100644 --- a/sccache.changes +++ b/sccache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 26 12:56:12 UTC 2021 - Guillaume GARDET + +- Enable build also on armv6 + ------------------------------------------------------------------- Tue Nov 16 15:21:57 UTC 2021 - Johannes Segitz diff --git a/sccache.spec b/sccache.spec index d46108e..e126ece 100644 --- a/sccache.spec +++ b/sccache.spec @@ -36,7 +36,7 @@ Source14: client.example BuildRequires: cargo-packaging BuildRequires: pkgconfig(openssl) Requires: bubblewrap -ExclusiveArch: x86_64 i586 i686 armv7hl aarch64 +ExclusiveArch: x86_64 i586 i686 %{arm} aarch64 %description Sccache is a ccache-like tool. It is used as a compiler wrapper and