The package rpms/rust-clang-sys.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-clang-sys.git/commit/?id=a92e04....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit a92e04a5b933284fcc2ef3d066684c0bcc642812 Author: Fabio Valentini decathorpe@gmail.com Date: Mon Jan 30 17:38:06 2023 +0100
Add missing runtime dependency on clang-libs
diff --git a/rust-clang-sys.spec b/rust-clang-sys.spec index 324d2ec..1573de4 100644 --- a/rust-clang-sys.spec +++ b/rust-clang-sys.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil}
@@ -16,8 +16,6 @@ Source: %{crates_source} # * exclude files that are only useful for upstream development Patch: clang-sys-fix-metadata.diff
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: @@ -276,6 +274,7 @@ use the "libloading" feature of the "%{crate}" crate. %package -n %{name}+runtime-devel Summary: %{summary} BuildArch: noarch +Requires: clang-libs
%description -n %{name}+runtime-devel %{_description}
diff --git a/rust2rpm.conf b/rust2rpm.conf index 5036bbf..b65e25d 100644 --- a/rust2rpm.conf +++ b/rust2rpm.conf @@ -38,3 +38,5 @@ lib+clang_13_0.requires = clang-devel >= 13.0 lib+clang_14_0.requires = clang-devel >= 14.0 +lib+runtime.requires = + clang-libs