The package rpms/rust-psutil.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-psutil.git/commit/?id=f78cedffa....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit f78cedffabc17ced9efa072534ff463ca88b1900 Author: Fabio Valentini decathorpe@gmail.com Date: Fri Oct 1 19:53:24 2021 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7bb48b3..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/psutil-3.0.1.crate -/psutil-3.1.0.crate -/psutil-3.2.0.crate -/psutil-3.2.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index b5bdc55..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-psutil - -The rust-psutil 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/psutil-fix-metadata.diff b/psutil-fix-metadata.diff deleted file mode 100644 index 2e63c1b..0000000 --- a/psutil-fix-metadata.diff +++ /dev/null @@ -1,36 +0,0 @@ ---- psutil-3.2.1/Cargo.toml 2021-04-11T17:29:23+00:00 -+++ psutil-3.2.1/Cargo.toml 2021-04-29T21:33:22.548350+00:00 -@@ -52,10 +52,6 @@ - optional = true - package = "serde" - --[dependencies.signal] --version = "0.7.0" --optional = true -- - [dependencies.thiserror] - version = "1.0.20" - -@@ -66,19 +62,12 @@ - version = "0.6.0" - - [features] --cpu = ["mach", "num_cpus"] -+cpu = ["num_cpus"] - default = ["cpu", "disk", "host", "memory", "network", "process", "sensors"] - disk = ["derive_more", "unescape"] - host = ["platforms"] --memory = ["mach"] -+memory = [] - network = ["derive_more"] --process = ["darwin-libproc", "mach", "memory"] -+process = ["memory"] - sensors = ["glob"] - serde = ["renamed_serde", "platforms/serde"] --[target."cfg(target_os = "macos")".dependencies.darwin-libproc] --version = "0.1.1" --optional = true -- --[target."cfg(target_os = "macos")".dependencies.mach] --version = "0.3.2" --optional = true diff --git a/rust-psutil.spec b/rust-psutil.spec deleted file mode 100644 index bd35107..0000000 --- a/rust-psutil.spec +++ /dev/null @@ -1,272 +0,0 @@ -# Generated by rust2rpm 17 -%bcond_without check -%global debug_package %{nil} - -%global crate psutil - -Name: rust-%{crate} -Version: 3.2.1 -Release: 2%{?dist} -Summary: Process and system monitoring library - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/psutil -Source: %{crates_source} -# Initial patched metadata -# * No Mac deps -# * Drop optional dependency on signal (not packaged) -Patch0: psutil-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Process and system monitoring 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 CHANGELOG.md platform-support.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 - -%package -n %{name}+cpu-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+cpu-devel %{_description} - -This package contains library source intended for building other packages -which use "cpu" feature of "%{crate}" crate. - -%files -n %{name}+cpu-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+derive_more-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+derive_more-devel %{_description} - -This package contains library source intended for building other packages -which use "derive_more" feature of "%{crate}" crate. - -%files -n %{name}+derive_more-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+disk-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+disk-devel %{_description} - -This package contains library source intended for building other packages -which use "disk" feature of "%{crate}" crate. - -%files -n %{name}+disk-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+glob-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+glob-devel %{_description} - -This package contains library source intended for building other packages -which use "glob" feature of "%{crate}" crate. - -%files -n %{name}+glob-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+host-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+host-devel %{_description} - -This package contains library source intended for building other packages -which use "host" feature of "%{crate}" crate. - -%files -n %{name}+host-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+memory-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+memory-devel %{_description} - -This package contains library source intended for building other packages -which use "memory" feature of "%{crate}" crate. - -%files -n %{name}+memory-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+network-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+network-devel %{_description} - -This package contains library source intended for building other packages -which use "network" feature of "%{crate}" crate. - -%files -n %{name}+network-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+num_cpus-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+num_cpus-devel %{_description} - -This package contains library source intended for building other packages -which use "num_cpus" feature of "%{crate}" crate. - -%files -n %{name}+num_cpus-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+platforms-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+platforms-devel %{_description} - -This package contains library source intended for building other packages -which use "platforms" feature of "%{crate}" crate. - -%files -n %{name}+platforms-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+process-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+process-devel %{_description} - -This package contains library source intended for building other packages -which use "process" feature of "%{crate}" crate. - -%files -n %{name}+process-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+renamed_serde-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+renamed_serde-devel %{_description} - -This package contains library source intended for building other packages -which use "renamed_serde" feature of "%{crate}" crate. - -%files -n %{name}+renamed_serde-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+sensors-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+sensors-devel %{_description} - -This package contains library source intended for building other packages -which use "sensors" feature of "%{crate}" crate. - -%files -n %{name}+sensors-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "serde" feature of "%{crate}" crate. - -%files -n %{name}+serde-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+unescape-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+unescape-devel %{_description} - -This package contains library source intended for building other packages -which use "unescape" feature of "%{crate}" crate. - -%files -n %{name}+unescape-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 -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Apr 29 2021 Fabio Valentini decathorpe@gmail.com - 3.2.1-1 -- Update to version 3.2.1. -- Fixes RHBZ#1948307 - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 3.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Dec 12 2020 Fabio Valentini decathorpe@gmail.com - 3.2.0-2 -- Remove features with missing dependencies (signal). - -* Sun Oct 25 2020 Fabio Valentini decathorpe@gmail.com - 3.2.0-1 -- Update to version 3.2.0. - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 3.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon May 11 07:45:56 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.1.0-1 -- Update to 3.1.0 - -* Wed Mar 18 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.1-2 -- Backport features needed for ytop - -* Wed Mar 18 2020 Artem Polishchuk ego.cordatus@gmail.com - 3.0.1-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index e67ce50..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (psutil-3.2.1.crate) = 4f44c5f9ff007ea5a7bd217ba38509661740a379caa3c1c400561c878522ad4cadfe8603b72338cd05ef9cd6dae879bc5ef4c3557d8844cd2a212c6b84aa4e0b
arch-excludes@lists.fedoraproject.org