The package rpms/rust-stratisd_proc_macros.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-stratisd_proc_macros.git/commit....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 5ac4150dda60e37e7c2339f944408c1dedd0a693 Author: John Baublitz jbaublitz@redhat.com Date: Wed Oct 27 15:48:38 2021 -0400
Initial commit (#2015224)
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea78d76 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/stratisd_proc_macros-0.1.0.crate diff --git a/rust-stratisd_proc_macros.spec b/rust-stratisd_proc_macros.spec new file mode 100644 index 0000000..ae221fa --- /dev/null +++ b/rust-stratisd_proc_macros.spec @@ -0,0 +1,75 @@ +# Generated by rust2rpm 16 +%bcond_without check +%global debug_package %{nil} + +%global crate stratisd_proc_macros + +Name: rust-%{crate} +Version: 0.1.0 +Release: 1%{?dist} +Summary: Stratis daemon procedural macros + +License: MPLv2.0 + +URL: https://crates.io/crates/stratisd_proc_macros +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Stratis daemon procedural macros.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages +which use "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Mon Oct 18 12:34:45 EDT 2021 John Baublitz jbaublitz@redhat.com - 0.1.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..851204a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (stratisd_proc_macros-0.1.0.crate) = 058e2f930912a368579e6387c7c224ba849f32a49df6d31e2f16fb13f07165eb109c1203cb05498c9f733700b6d20ec771a1c4f57b0b3d3c0129c104e1059dd0
arch-excludes@lists.fedoraproject.org