The package rpms/rust-antidote.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-antidote.git/commit/?id=78c433e....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 78c433ef56a38f034bfc43aeed5ad0bcd7b6f756 Author: Fabio Valentini decathorpe@gmail.com Date: Fri Sep 30 11:37:00 2022 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8cfaddf..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/antidote-1.0.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index ea5f638..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-antidote - -The rust-antidote package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/rust-antidote.spec b/rust-antidote.spec deleted file mode 100644 index 3bf4384..0000000 --- a/rust-antidote.spec +++ /dev/null @@ -1,99 +0,0 @@ -# Generated by rust2rpm -%bcond_with check -%global debug_package %{nil} - -%global crate antidote - -Name: rust-%{crate} -Version: 1.0.0 -Release: 11%{?dist} -Summary: Poison-free versions of the standard library Mutex and RwLock types - -# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/antidote -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -%global _description \ -Poison-free versions of the standard library Mutex and RwLock types. - -%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-MIT LICENSE-APACHE -%doc README.md -%{cargo_registry}/%{crate}-%{version}/ - -%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}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Feb 11 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-4 -- Run tests in infrastructure - -* Sat Feb 02 2019 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Nov 27 2018 Josh Stone jistone@redhat.com - 1.0.0-2 -- Adapt to new packaging - -* Sun Jul 15 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 63379c5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (antidote-1.0.0.crate) = a158269fac9e7455893cfbbb260ebee45160e6e9c788bf89831fb828714d3192e2d728aabd94c6a46999fce54d9e11560d5cc750acfad962a03aa92bc6a11189
arch-excludes@lists.fedoraproject.org