The package rpms/rust-tokio-tls0.2.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-tokio-tls0.2.git/commit/?id=cf0....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit cf09a5b48a0951b0e5081335386a0c44063ecc10 Author: Fabio Valentini decathorpe@gmail.com Date: Fri Sep 30 11:55:12 2022 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a323738..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/tokio-tls-0.2.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index a97a563..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-tokio-tls0.2 - -The rust-tokio-tls0.2 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-tokio-tls0.2.spec b/rust-tokio-tls0.2.spec deleted file mode 100644 index c66887e..0000000 --- a/rust-tokio-tls0.2.spec +++ /dev/null @@ -1,98 +0,0 @@ -# Generated by rust2rpm 13 -# * Tests require network -%bcond_with check -%global debug_package %{nil} - -%global crate tokio-tls - -Name: rust-%{crate}0.2 -Version: 0.2.1 -Release: 7%{?dist} -Summary: Implementation of TLS/SSL streams for Tokio - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/tokio-tls -Source: %{crates_source} -# Initial patched metadata -# * No Windows/MacOS/iOS -Patch0: tokio-tls-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Implementation of TLS/SSL streams for Tokio giving an implementation of TLS for -nonblocking I/O streams.} - -%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 -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 0.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jan 16 2020 Josh Stone jistone@redhat.com - 0.2.1-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index ad88d69..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (tokio-tls-0.2.1.crate) = d657d331ac14b98738fd828acfe543fc2ead7f57a6c35380de55863369a8302b55b7356b75db67baf894749a26956e05abd4499bb453708aebaba6456712ae12 diff --git a/tokio-tls-fix-metadata.diff b/tokio-tls-fix-metadata.diff deleted file mode 100644 index 9e5bdbf..0000000 --- a/tokio-tls-fix-metadata.diff +++ /dev/null @@ -1,16 +0,0 @@ ---- tokio-tls-0.2.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ tokio-tls-0.2.1/Cargo.toml 2019-06-22T12:51:20.776222+00:00 -@@ -39,13 +39,5 @@ - version = "0.1" - [target."cfg(all(not(target_os = "macos"), not(windows), not(target_os = "ios")))".dev-dependencies.openssl] - version = "0.10" --[target."cfg(any(target_os = "macos", target_os = "ios"))".dev-dependencies.security-framework] --version = "0.2" --[target."cfg(windows)".dev-dependencies.schannel] --version = "0.1" -- --[target."cfg(windows)".dev-dependencies.winapi] --version = "0.3" --features = ["lmcons", "basetsd", "minwinbase", "minwindef", "ntdef", "sysinfoapi", "timezoneapi", "wincrypt", "winerror"] - [badges.travis-ci] - repository = "tokio-rs/tokio-tls"
arch-excludes@lists.fedoraproject.org