public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sccache] rawhide: Fix ExcludeArch and License
@ 2026-06-19 17:44 Andreas Schneider
0 siblings, 0 replies; only message in thread
From: Andreas Schneider @ 2026-06-19 17:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sccache
Branch : rawhide
Commit : eb6dbc50ee027e719a878ffc692fdf94ed4c6e2c
Author : Andreas Schneider <asn@redhat.com>
Date : 2026-06-19T19:43:35+02:00
Stats : +48/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sccache/c/eb6dbc50ee027e719a878ffc692fdf94ed4c6e2c?branch=rawhide
Log:
Fix ExcludeArch and License
[skip changelog]
---
diff --git a/rust-sccache.spec b/rust-sccache.spec
index fdb801d..84da037 100644
--- a/rust-sccache.spec
+++ b/rust-sccache.spec
@@ -27,6 +27,9 @@ Patch: sccache-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 26
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
+
%global _description %{expand:
Sccache is a ccache-like tool. It is used as a compiler wrapper and
avoids compilation when possible. Sccache has the capability to utilize
@@ -37,8 +40,51 @@ options, or alternatively, in local storage.}
%package -n %{crate}
Summary: %{summary}
-# FIXME: paste output of %%cargo_license_summary here
-License: # FIXME
+# (Apache-2.0 OR MIT) AND BSD-3-Clause
+# (MIT OR Apache-2.0) AND Unicode-DFS-2016
+# 0BSD OR MIT OR Apache-2.0
+# Apache-2.0
+# Apache-2.0 AND (Apache-2.0 OR MIT)
+# Apache-2.0 AND ISC AND (MIT OR Apache-2.0)
+# Apache-2.0 OR Apache-2.0 WITH LLVM-exception
+# Apache-2.0 OR BSL-1.0
+# Apache-2.0 OR ISC OR MIT
+# Apache-2.0 OR MIT
+# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
+# BSD-2-Clause
+# BSD-2-Clause OR Apache-2.0 OR MIT
+# BSD-3-Clause
+# CDLA-Permissive-2.0
+# ISC
+# MIT
+# MIT OR Apache-2.0
+# MIT OR Zlib OR Apache-2.0
+# MIT-0 OR Apache-2.0
+# MPL-2.0
+# Unicode-3.0
+# Unlicense OR MIT
+# Zlib
+License: %{shrink:
+ Apache-2.0 AND (Apache-2.0 OR MIT)
+ AND BSD-2-Clause
+ AND BSD-3-Clause
+ AND CDLA-Permissive-2.0
+ AND ISC
+ AND MIT
+ AND MPL-2.0
+ AND Unicode-3.0
+ AND Unicode-DFS-2016
+ AND Zlib
+ AND (0BSD OR MIT OR Apache-2.0)
+ AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception)
+ AND (Apache-2.0 OR BSL-1.0)
+ AND (Apache-2.0 OR ISC OR MIT)
+ AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
+ AND (BSD-2-Clause OR Apache-2.0 OR MIT)
+ AND (MIT OR Zlib OR Apache-2.0)
+ AND (MIT-0 OR Apache-2.0)
+ AND (Unlicense OR MIT)
+}
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 17:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 17:44 [rpms/rust-sccache] rawhide: Fix ExcludeArch and License Andreas Schneider
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox