The package rpms/Carla.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/Carla.git/commit/?id=b7557b298f237d6....
Change: -ExcludeArch: %{ix86} ppc64le s390x
Thanks.
Full change: ============
commit b7557b298f237d6ebe5a6b93fbd8e73b12512d20 Author: Martin Gansser mgansser@online.de Date: Tue Oct 4 10:01:19 2022 +0200
Update to 2.5.1
diff --git a/Carla.spec b/Carla.spec index d3c309e..c0a1993 100644 --- a/Carla.spec +++ b/Carla.spec @@ -55,7 +55,6 @@ Source0: https://github.com/falkTX/%%7Bname%7D/archive/v%%7Bversion%7D.tar.gz#/%%7B Patch0: %{name}-2.5-libdir.patch Patch1: %{name}-single-libs-path.patch
-#ExcludeArch: ppc64le
BuildRequires: gcc gcc-c++ BuildRequires: pkgconfig(alsa) @@ -83,7 +82,6 @@ Requires: hicolor-icon-theme Requires: shared-mime-info Requires: a2jmidid
-ExcludeArch: %{ix86} ppc64le s390x
# Dont provide or require internal libs. Using new rpm builtin filtering, # see https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Pr... @@ -166,7 +164,6 @@ sed -i -e 's|$(DESTDIR)$(PREFIX)/share/appdata|$(DESTDIR)$(PREFIX)/share/metainf make features %make_build SKIP_STRIPPING=true NOOPT=true V=1
- %install %make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
arch-excludes@lists.fedoraproject.org