The package rpms/rust-webpki-roots.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-webpki-roots.git/commit/?id=819....
Change: -%ifarch %{supported_arches}
Thanks.
Full change: ============
commit 819fdd43d82ea3a0e8edf60c5d71286e3ce99a0d Author: Fabio Valentini decathorpe@gmail.com Date: Wed Oct 25 19:49:24 2023 +0200
Update to version 0.25.2; Fixes RHBZ#2220955
diff --git a/.gitignore b/.gitignore index e5611ec..dc3f91c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /webpki-roots-0.21.1.crate /webpki-roots-0.22.6.crate /webpki-roots-0.23.1.crate +/webpki-roots-0.25.2.crate diff --git a/rust-webpki-roots.spec b/rust-webpki-roots.spec index 93983ef..c8b9792 100644 --- a/rust-webpki-roots.spec +++ b/rust-webpki-roots.spec @@ -1,25 +1,20 @@ -# Generated by rust2rpm 24 -%bcond_without check +# Generated by rust2rpm 25 +# * tests require internet access +%bcond_with check %global debug_package %{nil}
%global crate webpki-roots
-# compile and run tests only on supported architectures -%global supported_arches x86_64 %{ix86} aarch64 %{arm} - Name: rust-webpki-roots -Version: 0.23.1 +Version: 0.25.2 Release: %autorelease Summary: Mozilla's CA root certificates for use with webpki
License: MPL-2.0 URL: https://crates.io/crates/webpki-roots Source: %{crates_source} -# Manually created patch for downstream crate metadata changes -# * prevent development-only executable from being built -Patch: webpki-roots-fix-metadata.diff
-BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: Mozilla's CA root certificates for use with webpki.} @@ -53,26 +48,22 @@ 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 %cargo_generate_buildrequires
%build -%ifarch %{supported_arches} %cargo_build -%endif
%install %cargo_install
%if %{with check} -%ifarch %{supported_arches} %check %cargo_test %endif -%endif
%changelog %autochangelog diff --git a/rust2rpm.conf b/rust2rpm.conf deleted file mode 100644 index 53a9929..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] -supported-arches = - x86_64 - %{ix86} - aarch64 - %{arm} diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..0c92803 --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,3 @@ +[tests] +run = ["none"] +comments = ["tests require internet access"] diff --git a/sources b/sources index aa00084..cb28f7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webpki-roots-0.23.1.crate) = 0fc144a385c92cc641f8683e935ccc3c30678404094f75b1b4396adbdaa40a2a758cc196c3df6f550a3e617bc780bf5d1448b752a3a1cd626605e28dbf307fb6 +SHA512 (webpki-roots-0.25.2.crate) = 7988580df398bad3d62e6ce9d19afc9af7c7ad9d374533c2c67fccce930243a2712c667da9bf02a7624e88dfb94cd5ea04fcf58eda006976ca27e5c87fcb1002 diff --git a/webpki-roots-fix-metadata.diff b/webpki-roots-fix-metadata.diff deleted file mode 100644 index 4ed71e9..0000000 --- a/webpki-roots-fix-metadata.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- webpki-roots-0.23.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ webpki-roots-0.23.1/Cargo.toml 2023-06-28T16:22:48.212333+00:00 -@@ -18,6 +18,7 @@ - readme = "README.md" - license = "MPL-2.0" - repository = "https://github.com/rustls/webpki-roots" -+autobins = false - - [dependencies.webpki] - version = "0.100.0"
commit 6da245c654e9c0747e387e7fe50e255ecf8b0c07 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 22 00:41:54 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