The package rpms/rust-sct.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-sct.git/commit/?id=9710404695b2....
Change: -ExcludeArch: ppc64le s390x
Thanks.
Full change: ============
commit 9710404695b24902e2faabcc935f6f2c106a4002 Author: Fabio Valentini decathorpe@gmail.com Date: Wed Oct 25 19:48:54 2023 +0200
Update to version 0.7.1; Fixes RHBZ#2245931
diff --git a/.gitignore b/.gitignore index 5f3b1ed..c532d2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sct-0.6.0.crate /sct-0.7.0.crate +/sct-0.7.1.crate diff --git a/rust-sct.spec b/rust-sct.spec index e8642b9..da36fb5 100644 --- a/rust-sct.spec +++ b/rust-sct.spec @@ -1,23 +1,19 @@ -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil}
%global crate sct
Name: rust-sct -Version: 0.7.0 +Version: 0.7.1 Release: %autorelease Summary: Certificate transparency SCT verification library
-# Upstream license specification: Apache-2.0/ISC/MIT License: Apache-2.0 OR ISC OR MIT URL: https://crates.io/crates/sct Source: %{crates_source}
-# ring is not available on ppc64le and s390x -ExcludeArch: ppc64le s390x - -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: Certificate transparency SCT verification library.} @@ -54,7 +50,7 @@ use the "default" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml
%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep
%generate_buildrequires diff --git a/sources b/sources index 97dab9b..30e66df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sct-0.7.0.crate) = 175d2a912e3f35dcb110991a066d7d9b0d47a0febe4e92ab7d92a27c886a7eb9abf203c9080b3e2cbda9bedbc816bd138476363c2a0c7367d3abc7e6bce83046 +SHA512 (sct-0.7.1.crate) = 6030295b3b11411f5a7e518db1066282bf11a279c27414c5e959cd430e9fcbb7358e5d69bcc68c8bf696d4c1d9579ed7218b7f9dfbb61de2271c4c3d3316fb7e
commit 7379de537d233e2b1c467cc94ed34d99c83c84ca Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jul 21 23:21:01 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
arch-excludes@lists.fedoraproject.org