The package rpms/rust-trust-dns-proto0.19.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-trust-dns-proto0.19.git/commit/....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit b73d3be92728aea561c0a0a4c0d359d883a55282 Author: Fabio Valentini decathorpe@gmail.com Date: Tue Oct 4 14:35:26 2022 +0200
compat package no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 16cb0f1..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/trust-dns-proto-0.19.7.crate diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3f67be8 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +compat package no longer needed diff --git a/rust-trust-dns-proto0.19.spec b/rust-trust-dns-proto0.19.spec deleted file mode 100644 index d0d6ce4..0000000 --- a/rust-trust-dns-proto0.19.spec +++ /dev/null @@ -1,230 +0,0 @@ -# Generated by rust2rpm 22 -%bcond_without check -%global debug_package %{nil} - -%global crate trust-dns-proto - -Name: rust-trust-dns-proto0.19 -Version: 0.19.7 -Release: 5%{?dist} -Summary: Trust-DNS is a safe and secure DNS library - -# Upstream license specification: MIT/Apache-2.0 -License: MIT OR Apache-2.0 -URL: https://crates.io/crates/trust-dns-proto -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging >= 21 - -%global _description %{expand: -Trust-DNS is a safe and secure DNS library. This is the foundational DNS -protocol library for all Trust-DNS projects.} - -%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}/README.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 - -%package -n %{name}+backtrace-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+backtrace-devel %{_description} - -This package contains library source intended for building other packages which -use the "backtrace" feature of the "%{crate}" crate. - -%files -n %{name}+backtrace-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+data-encoding-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+data-encoding-devel %{_description} - -This package contains library source intended for building other packages which -use the "data-encoding" feature of the "%{crate}" crate. - -%files -n %{name}+data-encoding-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+dnssec-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+dnssec-devel %{_description} - -This package contains library source intended for building other packages which -use the "dnssec" feature of the "%{crate}" crate. - -%files -n %{name}+dnssec-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+dnssec-openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+dnssec-openssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "dnssec-openssl" feature of the "%{crate}" crate. - -%files -n %{name}+dnssec-openssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+mdns-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+mdns-devel %{_description} - -This package contains library source intended for building other packages which -use the "mdns" feature of the "%{crate}" crate. - -%files -n %{name}+mdns-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+openssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "openssl" feature of the "%{crate}" crate. - -%files -n %{name}+openssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+serde-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+serde-devel %{_description} - -This package contains library source intended for building other packages which -use the "serde" feature of the "%{crate}" crate. - -%files -n %{name}+serde-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+serde-config-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+serde-config-devel %{_description} - -This package contains library source intended for building other packages which -use the "serde-config" feature of the "%{crate}" crate. - -%files -n %{name}+serde-config-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+socket2-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+socket2-devel %{_description} - -This package contains library source intended for building other packages which -use the "socket2" feature of the "%{crate}" crate. - -%files -n %{name}+socket2-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+testing-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+testing-devel %{_description} - -This package contains library source intended for building other packages which -use the "testing" feature of the "%{crate}" crate. - -%files -n %{name}+testing-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-runtime-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-runtime-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-runtime" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-runtime-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 -* Mon Aug 01 2022 Fabio Valentini decathorpe@gmail.com - 0.19.7-5 -- Drop unused wasm-bindgen and ring/rustls features. - -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.19.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.19.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.19.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Mar 11 2021 Fabio Valentini decathorpe@gmail.com - 0.19.7-1 -- Initial compat package for trust-dns-proto 0.19 diff --git a/rust2rpm.conf b/rust2rpm.conf deleted file mode 100644 index 28d50e2..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,7 +0,0 @@ -[DEFAULT] -unwanted-features = - js-sys - ring - wasm-bindgen-crate - dnssec-ring - wasm-bindgen diff --git a/sources b/sources deleted file mode 100644 index c51c994..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (trust-dns-proto-0.19.7.crate) = f13d2baf1b350d66cf58a69eed04e1e724c01bab7ccc725307b7ed519fe515add8ffdb5305db7c016d6bf14027cd7c80a4ecf62e1e3f617f10dd77c88bcb77c7
arch-excludes@lists.fedoraproject.org