The package rpms/rust-open1.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-open1.git/commit/?id=e426e045d1....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit e426e045d1cdddeed6b938c093db4dc25b1b798a Author: Fabio Valentini decathorpe@gmail.com Date: Sat Oct 1 13:06:09 2022 +0200
compat package no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 25b4135..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/open-1.7.1.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/open-fix-metadata.diff b/open-fix-metadata.diff deleted file mode 100644 index cd8acf9..0000000 --- a/open-fix-metadata.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- open-1.7.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ open-1.7.1/Cargo.toml 2021-11-08T17:36:31.306480+00:00 -@@ -21,13 +21,7 @@ - keywords = ["open", "xdg-open", "start", "launch"] - license = "MIT" - repository = "https://github.com/Byron/open-rs" -+autobins = false - --[[bin]] --name = "open" --test = false --doc = false - [target."cfg(all(unix, not(macos)))".dependencies.pathdiff] - version = "0.2.0" --[target."cfg(windows)".dependencies.winapi] --version = "0.3" --features = ["shellapi"] diff --git a/rust-open1.spec b/rust-open1.spec deleted file mode 100644 index 4f4229e..0000000 --- a/rust-open1.spec +++ /dev/null @@ -1,78 +0,0 @@ -# Generated by rust2rpm 18 -%bcond_without check -%global debug_package %{nil} - -%global crate open - -Name: rust-%{crate}1 -Version: 1.7.1 -Release: %autorelease -Summary: Open a path or URL using the program configured on the system - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/open -Source: %{crates_source} -# Initial patched metadata -# * drop windows-specific dependencies -# * drop useless /usr/bin/open binary -Patch0: open-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Open a path or URL using the program configured on the system.} - -%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.md -%doc README.md changelog.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 -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index 1f6f3d0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (open-1.7.1.crate) = 97c064ade1c9e1329aef03cffc6dbf565a7a3c0acf41845236202b0003d4d709b769e22cef0190624c32b5b6e1506964028a4649e4bb79f1ced5ae9f954508b3
arch-excludes@lists.fedoraproject.org