The package rpms/rust-ytop.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-ytop.git/commit/?id=adfbd8868fa....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit adfbd8868fa47e41ebe2d9f6e92949760da0008f Author: Fabio Valentini decathorpe@gmail.com Date: Fri Oct 1 19:47:12 2021 +0200
upstream project is unmaintained
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b15640a..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/ytop-0.6.1.crate -/ytop-0.6.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index 96a8a27..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-ytop - -The rust-ytop package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a04eea4 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +upstream project is unmaintained diff --git a/rust-ytop.spec b/rust-ytop.spec deleted file mode 100644 index 44c1afd..0000000 --- a/rust-ytop.spec +++ /dev/null @@ -1,84 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global __cargo_skip_build 0 - -%global crate ytop - -Name: rust-%{crate} -Version: 0.6.2 -Release: 6%{?dist} -Summary: TUI system monitor written in Rust - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/ytop -Source: %{crates_source} -# Initial patched metadata -# * No MacOS -# * Bump num-rational to 0.3 -Patch0: ytop-fix-metadata.diff - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -%global _description %{expand: -TUI system monitor written in Rust.} - -%description %{_description} - -%package -n %{crate} -Summary: %{summary} -# * (MIT or ASL 2.0) and BSD -# * ASL 2.0 or Boost -# * ASL 2.0 or MIT -# * MIT -# * MIT or ASL 2.0 -License: MIT and BSD and (ASL 2.0 or Boost) - -%description -n %{crate} %{_description} - -%files -n %{crate} -%license LICENSE -%doc README.md CHANGELOG.md -%{_bindir}/ytop - -%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 - 0.6.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.6.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Aug 16 15:01:54 GMT 2020 Igor Raits ignatenkobrain@fedoraproject.org - 0.6.2-4 -- Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.6.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 09 2020 Josh Stone jistone@redhat.com - 0.6.2-2 -- Bump num-rational to 0.3 - -* Sun May 17 07:16:48 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 0.6.2-1 -- Update to 0.6.2 - -* Mon May 11 07:47:28 CEST 2020 Igor Raits i.gnatenko.brain@gmail.com - 0.6.1-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index d00e6fe..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (ytop-0.6.2.crate) = 1d972482a7daf97513849c5217c38fb906ddf4828f31d4546ef6e1fd5699f445346f4b0722cd9cdf2ced6bbcf18008db9c60004bd90d00a84714975006a85d28 diff --git a/ytop-fix-metadata.diff b/ytop-fix-metadata.diff deleted file mode 100644 index 1e7a15f..0000000 --- a/ytop-fix-metadata.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- ytop-0.6.2/Cargo.toml 2020-05-16T22:05:25+00:00 -+++ ytop-0.6.2/Cargo.toml 2020-07-10T01:03:03.374957+00:00 -@@ -43,7 +43,7 @@ - version = "0.4.8" - - [dependencies.num-rational] --version = "0.2.4" -+version = "0.3" - - [dependencies.once_cell] - version = "1.3.1" -@@ -71,5 +71,3 @@ - version = "0.9.2" - features = ["crossterm"] - default-features = false --[target."cfg(target_os = "macos")".dependencies.sysinfo] --version = "0.14.1"
arch-excludes@lists.fedoraproject.org