The package rpms/rust-rd-hashd-intf.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-rd-hashd-intf.git/commit/?id=0c....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 2774cdba0bcc02a67edec239c3f470db0612e6ea Author: Davide Cavalca dcavalca@fedoraproject.org Date: Tue Sep 21 07:25:23 2021 -0700
Update to 2.1.2; Fixes: RHBZ#2003259
diff --git a/.gitignore b/.gitignore index f484ad6..a4ac76c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /rd-hashd-intf-2.1.1.crate +/rd-hashd-intf-2.1.2.crate diff --git a/rust-rd-hashd-intf.spec b/rust-rd-hashd-intf.spec index 636d472..578ab8f 100644 --- a/rust-rd-hashd-intf.spec +++ b/rust-rd-hashd-intf.spec @@ -5,7 +5,7 @@ %global crate rd-hashd-intf
Name: rust-%{crate} -Version: 2.1.1 +Version: 2.1.2 Release: %autorelease Summary: Latency-sensitive pseudo workload for resctl-demo (interface library)
diff --git a/sources b/sources index 86af3a7..06915a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rd-hashd-intf-2.1.1.crate) = 5a94504ff9d4cc11df83d36ccc3625fffb312c67fcf8a9753bab58d97eb053a39791fbf76bccd2aeffefb5f107ba9efaeb08d3ec90b685d4b78b9ee11bb06404 +SHA512 (rd-hashd-intf-2.1.2.crate) = 2f849f043087a084ca0b927effa1018a0f5da2348d15bb2c4cf19693ea0f3f2dd42cb66b005fb3e89b572a382ce9b3674335b2347b35521f83a296eb311ae601
commit 0c5bbc6f5a891067e860e3bcec643d183a1b669b Author: Davide Cavalca dcavalca@fedoraproject.org Date: Sat Aug 28 12:55:52 2021 -0700
Initial import; Fixes: RHBZ#1990908
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f484ad6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/rd-hashd-intf-2.1.1.crate diff --git a/rust-rd-hashd-intf.spec b/rust-rd-hashd-intf.spec new file mode 100644 index 0000000..636d472 --- /dev/null +++ b/rust-rd-hashd-intf.spec @@ -0,0 +1,74 @@ +# Generated by rust2rpm 18 +%bcond_without check +%global debug_package %{nil} + +%global crate rd-hashd-intf + +Name: rust-%{crate} +Version: 2.1.1 +Release: %autorelease +Summary: Latency-sensitive pseudo workload for resctl-demo (interface library) + +# Upstream license specification: Apache-2.0 +License: ASL 2.0 +URL: https://crates.io/crates/rd-hashd-intf +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Latency-sensitive pseudo workload for resctl-demo (interface library).} + +%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 +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..86af3a7 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (rd-hashd-intf-2.1.1.crate) = 5a94504ff9d4cc11df83d36ccc3625fffb312c67fcf8a9753bab58d97eb053a39791fbf76bccd2aeffefb5f107ba9efaeb08d3ec90b685d4b78b9ee11bb06404
arch-excludes@lists.fedoraproject.org