The package rpms/rust-below-config.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-below-config.git/commit/?id=957... https://src.fedoraproject.org/cgit/rpms/rust-below-config.git/commit/?id=346....
Change: +ExcludeArch: %{ix86} -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 200ea321c9c19c8cb689da3130cab6ebfa9a1778 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 20 21:43:30 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit 957d95e8caef2651470d49fd26871dcc1ee70258 Author: Michel Alexandre Salim salimma@fedoraproject.org Date: Wed Jan 18 18:26:24 2023 -0600
ExcludeArch ix86 because below-btrfs is not available
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org
diff --git a/rust-below-config.spec b/rust-below-config.spec index 5fe826e..2bc9078 100644 --- a/rust-below-config.spec +++ b/rust-below-config.spec @@ -16,6 +16,9 @@ Source: %{crates_source} # * relax toml dependency from =0.5.8 to 0.5.8 Patch: below-config-fix-metadata.diff
+# below-btrfs is not available +ExcludeArch: %{ix86} + BuildRequires: rust-packaging >= 21
%global _description %{expand:
commit 34636d79ec3d0e615bed9bdfe8f64fce4586805e Author: Michel Alexandre Salim salimma@fedoraproject.org Date: Wed Jan 18 16:26:17 2023 -0600
Update to 0.6.3
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org
diff --git a/.gitignore b/.gitignore index 17dcf69..4410061 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /below-config-0.4.1.crate /below-config-0.5.0.crate +/below-config-0.6.3.crate diff --git a/below-config-fix-metadata.diff b/below-config-fix-metadata.diff index 681d989..00f70b9 100644 --- a/below-config-fix-metadata.diff +++ b/below-config-fix-metadata.diff @@ -1,10 +1,11 @@ ---- below-config-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ below-config-0.5.0/Cargo.toml 2022-06-01T14:55:49.593658+00:00 -@@ -31,6 +31,6 @@ - features = ["derive", "rc"] +--- below-config-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ below-config-0.6.3/Cargo.toml 2023-01-18T22:30:11.063032+00:00 +@@ -43,7 +43,7 @@ + ]
[dependencies.toml] -version = "=0.5.8" +version = "0.5.8" + [dev-dependencies.tempdir] version = "0.3" diff --git a/rust-below-config.spec b/rust-below-config.spec index b0db915..5fe826e 100644 --- a/rust-below-config.spec +++ b/rust-below-config.spec @@ -1,28 +1,25 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil}
%global crate below-config
-Name: rust-%{crate} -Version: 0.5.0 +Name: rust-below-config +Version: 0.6.3 Release: %autorelease -Summary: Configerations for below +Summary: Configurations for below
-# Upstream license specification: Apache-2.0 -License: ASL 2.0 +License: Apache-2.0 URL: https://crates.io/crates/below-config Source: %{crates_source} -# Initial patched metadata -# * relax toml dependency from =0.5.8 to ^0.5.8 -Patch0: below-config-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +# Manually created patch for downstream crate metadata changes +# * relax toml dependency from =0.5.8 to 0.5.8 +Patch: below-config-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand: -Configerations for below.} +Configurations for below.}
%description %{_description}
diff --git a/sources b/sources index beafb09..2d06d45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (below-config-0.5.0.crate) = ec1310bbdce231f0892c7ce93101e9757b00a275b557c3253a9f23022a90902ad101000710638a4073c369517e95a4f7678b2ab5e97258e8e045d81ebdf4157c +SHA512 (below-config-0.6.3.crate) = dfcb787649e047581cb68441451f800406ea8f35565be9d301937a6ad9829db34347dc48612e1f19062d472a9bb007fdf34a89bf374351d4853d6fd2363ff73b
commit 7284f42d9bdedf3d2ea53d99979e1705a6836074 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 23 02:54:51 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
arch-excludes@lists.fedoraproject.org