public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Andreas Schneider <asn@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sccache] f44: Fix ExcludeArch and License
Date: Tue, 23 Jun 2026 11:38:30 GMT [thread overview]
Message-ID: <178221471099.1.16241807343406821792.rpms-rust-sccache-1850b8d74858@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sccache
Branch : f44
Commit : 1850b8d7485864129f204702183272a8f148f8ad
Author : Andreas Schneider <asn@redhat.com>
Date : 2026-06-23T13:38:18+02:00
Stats : +48/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sccache/c/1850b8d7485864129f204702183272a8f148f8ad?branch=f44
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}
reply other threads:[~2026-06-23 11:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178221471099.1.16241807343406821792.rpms-rust-sccache-1850b8d74858@fedoraproject.org \
--to=asn@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox