The package rpms/rust-path-slash.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-path-slash.git/commit/?id=9208a....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 9208ad7e3cb691603f957140420573df58d59ced Author: Fabio Valentini decathorpe@gmail.com Date: Tue May 23 15:07:19 2023 +0200
Update to version 0.2.1; Fixes RHBZ#2102006
diff --git a/.gitignore b/.gitignore index 4b61ac4..f6dacb1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /path-slash-0.1.3.crate /path-slash-0.1.4.crate /path-slash-0.1.5.crate +/path-slash-0.2.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index f4f55cf..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-path-slash - -The rust-path-slash package \ No newline at end of file diff --git a/rust-path-slash.spec b/rust-path-slash.spec index 3b80028..76f60dd 100644 --- a/rust-path-slash.spec +++ b/rust-path-slash.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate path-slash
Name: rust-path-slash -Version: 0.1.5 +Version: 0.2.1 Release: %autorelease Summary: Conversion to/from a file path from/to slash path
@@ -13,8 +13,6 @@ License: MIT URL: https://crates.io/crates/path-slash Source: %{crates_source}
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: diff --git a/sources b/sources index 9a1fe24..0f7f0d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (path-slash-0.1.5.crate) = 286d472f657907cadf2d7c8f921abfb72c0aa8cf6e60f89d705acf2af5791db1a2f68e5032e90835c374c1dffdec01dd25fc0923e85ac3c189dac4e6904d2216 +SHA512 (path-slash-0.2.1.crate) = c046707586f25f13d2f9fa452ea340198f6d2e6333ca3af806b9d2d1a61d46b033fffad60d1632ec16062fa79a3710d695b923b831a7db52602b728ed31fc3ab
commit 40bee700432388d2126005a011eb1da434ed8464 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 21 00:24:32 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
arch-excludes@lists.fedoraproject.org