The package rpms/rust-umask.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-umask.git/commit/?id=bf1128cb0c....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit bf1128cb0c650fb85824bc11a1d6a651b98ad4c3 Author: Fabio Valentini decathorpe@gmail.com Date: Mon May 1 13:52:57 2023 +0200
Update to version 2.1.0; Fixes RHBZ#2182627
diff --git a/.gitignore b/.gitignore index f388399..4137b81 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /umask-1.0.0.crate +/umask-2.1.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 8b9a554..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-umask - -The rust-umask package diff --git a/rust-umask.spec b/rust-umask.spec index d8f6702..ae5bb16 100644 --- a/rust-umask.spec +++ b/rust-umask.spec @@ -1,22 +1,19 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate umask
-Name: rust-%{crate} -Version: 1.0.0 +Name: rust-umask +Version: 2.1.0 Release: %autorelease Summary: Utility to deal with unix access mode
-# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/umask Source: %{crates_source}
-ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: Utility to deal with unix access mode.} @@ -33,9 +30,10 @@ This package contains library source intended for building other packages which use the "%{crate}" crate.
%files devel -%license LICENSE -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE +%doc %{crate_instdir}/CHANGELOG.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -47,7 +45,7 @@ This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 44eeab2..a324393 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umask-1.0.0.crate) = 096b11f02ba12e0bc112481920d600d3e782ad296f6a287c4d2a36d78e35f0b4d38d13d32d73ccc58830711521f27e3d22f204d1e4474596973dc8fd8ef3c4b4 +SHA512 (umask-2.1.0.crate) = aa2db7f62a4be2dade1dbba574b14ba2af42c9f3fcce10b27b250cbed69f8e44129bbe3f9da061fa1031d3a256553540ab97ec0f13f6fb8b6747fd97ce87ca82
arch-excludes@lists.fedoraproject.org