The package rpms/rust-remoteprocess.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-remoteprocess.git/commit/?id=ae....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit ae6eb18a0f31e0309d3ef4ad2c296b34607e4048 Author: Fabio Valentini decathorpe@gmail.com Date: Thu Mar 30 22:13:00 2023 +0200
Bump addr2line from 0.18 to 0.19 and object from 0.29 to 0.30
diff --git a/README.md b/README.md deleted file mode 100644 index 5a0d4f8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-remoteprocess - -The rust-remoteprocess package diff --git a/remoteprocess-fix-metadata-auto.diff b/remoteprocess-fix-metadata-auto.diff index 6e4caf4..6d4dd65 100644 --- a/remoteprocess-fix-metadata-auto.diff +++ b/remoteprocess-fix-metadata-auto.diff @@ -1,5 +1,5 @@ --- remoteprocess-0.4.10/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ remoteprocess-0.4.10/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ remoteprocess-0.4.10/Cargo.toml 2023-03-30T19:52:18.337482+00:00 @@ -60,14 +60,3 @@
[target."cfg(target_os="linux")".dependencies.object] diff --git a/remoteprocess-fix-metadata.diff b/remoteprocess-fix-metadata.diff new file mode 100644 index 0000000..ea87395 --- /dev/null +++ b/remoteprocess-fix-metadata.diff @@ -0,0 +1,17 @@ +--- remoteprocess-0.4.10/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ remoteprocess-0.4.10/Cargo.toml 2023-03-30T19:52:32.000530+00:00 +@@ -48,7 +48,7 @@ + default = [] + unwind = [] + [target."cfg(target_os="linux")".dependencies.addr2line] +-version = "0.18" ++version = "0.19" + + [target."cfg(target_os="linux")".dependencies.lazy_static] + version = "1.4.0" +@@ -59,4 +59,4 @@ + default-features = false + + [target."cfg(target_os="linux")".dependencies.object] +-version = "0.29" ++version = "0.30" diff --git a/rust-remoteprocess.spec b/rust-remoteprocess.spec index ed39a12..8fc307d 100644 --- a/rust-remoteprocess.spec +++ b/rust-remoteprocess.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
@@ -14,8 +14,11 @@ URL: https://crates.io/crates/remoteprocess Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: remoteprocess-fix-metadata-auto.diff - -ExclusiveArch: %{rust_arches} +# Manually created patch for downstream crate metadata changes +# * bump addr2line dependency from 0.18 to 0.19, +# bump object dependency from 0.29 to 0.30: +# https://github.com/benfred/remoteprocess/commit/9d52e45 +Patch: remoteprocess-fix-metadata.diff
BuildRequires: rust-packaging >= 21
commit 3c4b19f8e97c144bf75e947721a2d5bf08e961e6 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 21 01:01:05 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
arch-excludes@lists.fedoraproject.org