The package rpms/rust-rd-agent-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-agent-intf.git/commit/?id=68....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit f6c39bcce85d015c60eb8157aba23b0f5cc56259 Author: Davide Cavalca dcavalca@fedoraproject.org Date: Tue Sep 21 07:27:14 2021 -0700
Update to 2.1.2; Fixes: RHBZ#2006358
diff --git a/.gitignore b/.gitignore index c0350a2..a20be4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /rd-agent-intf-2.1.1.crate +/rd-agent-intf-2.1.2.crate diff --git a/rust-rd-agent-intf.spec b/rust-rd-agent-intf.spec index 837516e..4b1d032 100644 --- a/rust-rd-agent-intf.spec +++ b/rust-rd-agent-intf.spec @@ -5,7 +5,7 @@ %global crate rd-agent-intf
Name: rust-%{crate} -Version: 2.1.1 +Version: 2.1.2 Release: %autorelease Summary: Management agent for resctl-demo (interface library)
diff --git a/sources b/sources index eb86c29..faf6d5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rd-agent-intf-2.1.1.crate) = de881a124cd159336072731c573735422b98eedbdce48fdfad15b0e70189ee5cf76cd795dc34eca701f1e80757292090d36340e0ef1f0297faf9a2fc2a79581a +SHA512 (rd-agent-intf-2.1.2.crate) = 43c29dadfca99d566f7197454b0bcca45fb75126d1f6452c2925281c1c37e12fb70d20661a6d70a28963c59205f290b2cff676f959b01c454b47c02b0f086973
commit 689abc0ae75d3adccfdb3a3c671cb1a7c9c658c8 Author: Davide Cavalca dcavalca@fedoraproject.org Date: Wed Sep 1 13:30:31 2021 -0700
Initial import; Fixes: RHBZ#1990909
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0350a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/rd-agent-intf-2.1.1.crate diff --git a/rust-rd-agent-intf.spec b/rust-rd-agent-intf.spec new file mode 100644 index 0000000..837516e --- /dev/null +++ b/rust-rd-agent-intf.spec @@ -0,0 +1,74 @@ +# Generated by rust2rpm 18 +%bcond_without check +%global debug_package %{nil} + +%global crate rd-agent-intf + +Name: rust-%{crate} +Version: 2.1.1 +Release: %autorelease +Summary: Management agent for resctl-demo (interface library) + +# Upstream license specification: Apache-2.0 +License: ASL 2.0 +URL: https://crates.io/crates/rd-agent-intf +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Management agent 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..eb86c29 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (rd-agent-intf-2.1.1.crate) = de881a124cd159336072731c573735422b98eedbdce48fdfad15b0e70189ee5cf76cd795dc34eca701f1e80757292090d36340e0ef1f0297faf9a2fc2a79581a
arch-excludes@lists.fedoraproject.org