The package rpms/rust-local-waker.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-local-waker.git/commit/?id=69c1....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 69c1d0cc607e6e2fd02b5ee5d0ffd16988c2157e Author: Anderson Toshiyuki Sasaki ansasaki@redhat.com Date: Wed May 4 18:27:00 2022 +0200
Initial import (fedora#2081385)
Signed-off-by: Anderson Toshiyuki Sasaki ansasaki@redhat.com
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29b38ff --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/local-waker-0.1.3.crate diff --git a/rust-local-waker.spec b/rust-local-waker.spec new file mode 100644 index 0000000..67020eb --- /dev/null +++ b/rust-local-waker.spec @@ -0,0 +1,72 @@ +# Generated by rust2rpm 21 +%bcond_without check +%global debug_package %{nil} + +%global crate local-waker + +Name: rust-%{crate} +Version: 0.1.3 +Release: %autorelease +Summary: Synchronization primitive for thread-local task wakeup + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/local-waker +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Synchronization primitive for thread-local task wakeup.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGES.md +%{crate_instdir}/ + +%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 the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/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 +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..704d52f --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (local-waker-0.1.3.crate) = 284d5c8d44f6d5e48764736b45c3b9b8a88794ff42b63b51a5fb219114934944bddbcaac28000f54881fb564cf7882d0f31c90999d8e811d9775e926f499f8a9
arch-excludes@lists.fedoraproject.org