#1222 Rust: Stop requiring ExclusiveArch: %{rust_arches}
Merged 2 years ago by tibbs. Opened 2 years ago by churchyard.
churchyard/packaging-committee rust_exclusive  into  master

@@ -17,8 +17,6 @@ 

  # * No jemalloc

  Patch:          ripgrep-fix-metadata.diff

  

- ExclusiveArch:  %{rust_arches}

- 

  BuildRequires:  rust-packaging

  

  %global _description %{expand:

@@ -15,7 +15,6 @@ 

  URL:            https://crates.io/crates/serde

  Source:         %{crates_source}

  

- ExclusiveArch:  %{rust_arches}

  %if %{__cargo_skip_build}

  BuildArch:      noarch

  %endif

@@ -12,7 +12,6 @@ 

  URL:            https://crates.io/crates/yubibomb

  Source:         %{crates_source}

  

- ExclusiveArch:  %{rust_arches}

  %if %{__cargo_skip_build}

  BuildArch:      noarch

  %endif

@@ -238,10 +238,6 @@ 

        for example, on other compatibility packages, or on old versions of other packages.

        If that is the case, the test suite SHOULD be disabled to lower the overall maintenance burden.

  

- == ExclusiveArch

- 

- All rust packages MUST have `+ExclusiveArch: %{rust_arches}+`.

- 

  == License for binary packages

  

  See xref:legal::license-field.adoc[License: field in Spec file] guidance specific to Rust.